dawn-cmake/test/intrinsics/gen/atomicCompareExchangeWeak
Ben Clayton e027e81bf2 writer/hlsl: Emit helper functions for storage class atomic intrinsics
By generating a helper function for these, we can keep the atomic expression pre-statement-free. This can help prevent for-loops from being transformed into while loops, which can upset FXC.

We can't do the same for workgroup storage atomics, as the InterlockedXXX() methods have the workgroup-storage expression as the first argument, and I'm not aware of any way to make a user-declared parameter be `groupshared`.

Change-Id: I8669127a58dc9cae95ce316523029064b5c9b5fa
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/57462
Commit-Queue: James Price <jrprice@google.com>
Auto-Submit: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: James Price <jrprice@google.com>
2021-07-09 16:50:14 +00:00
..
89ea3b.wgsl validation: compute shader must include 'workgroup_size' in its attributes 2021-06-29 18:39:44 +00:00
89ea3b.wgsl.expected.hlsl sanitizers: Use the ZeroInitWorkgroupMemory transform 2021-06-18 22:44:31 +00:00
89ea3b.wgsl.expected.msl writer/msl: Implement atomics 2021-06-29 11:53:15 +00:00
89ea3b.wgsl.expected.spvasm sanitizers: Use the ZeroInitWorkgroupMemory transform 2021-06-18 22:44:31 +00:00
89ea3b.wgsl.expected.wgsl validation: compute shader must include 'workgroup_size' in its attributes 2021-06-29 18:39:44 +00:00
6673da.wgsl validation: compute shader must include 'workgroup_size' in its attributes 2021-06-29 18:39:44 +00:00
6673da.wgsl.expected.hlsl writer/hlsl: Emit helper functions for storage class atomic intrinsics 2021-07-09 16:50:14 +00:00
6673da.wgsl.expected.msl writer/msl: Implement atomics 2021-06-29 11:53:15 +00:00
6673da.wgsl.expected.spvasm writer/spirv: Implement atomics 2021-06-18 21:15:25 +00:00
6673da.wgsl.expected.wgsl validation: compute shader must include 'workgroup_size' in its attributes 2021-06-29 18:39:44 +00:00
12871c.wgsl validation: compute shader must include 'workgroup_size' in its attributes 2021-06-29 18:39:44 +00:00
12871c.wgsl.expected.hlsl writer/hlsl: Emit helper functions for storage class atomic intrinsics 2021-07-09 16:50:14 +00:00
12871c.wgsl.expected.msl writer/msl: Implement atomics 2021-06-29 11:53:15 +00:00
12871c.wgsl.expected.spvasm writer/spirv: Implement atomics 2021-06-18 21:15:25 +00:00
12871c.wgsl.expected.wgsl validation: compute shader must include 'workgroup_size' in its attributes 2021-06-29 18:39:44 +00:00
b2ab2c.wgsl validation: compute shader must include 'workgroup_size' in its attributes 2021-06-29 18:39:44 +00:00
b2ab2c.wgsl.expected.hlsl sanitizers: Use the ZeroInitWorkgroupMemory transform 2021-06-18 22:44:31 +00:00
b2ab2c.wgsl.expected.msl writer/msl: Implement atomics 2021-06-29 11:53:15 +00:00
b2ab2c.wgsl.expected.spvasm sanitizers: Use the ZeroInitWorkgroupMemory transform 2021-06-18 22:44:31 +00:00
b2ab2c.wgsl.expected.wgsl validation: compute shader must include 'workgroup_size' in its attributes 2021-06-29 18:39:44 +00:00