| SKIP: INVALID |
| |
| RWByteAddressBuffer prevent_dce : register(u0); |
| |
| uint2 subgroupExclusiveAdd_48acea() { |
| uint2 arg_0 = (1u).xx; |
| uint2 res = WavePrefixSum(arg_0); |
| return res; |
| } |
| |
| void fragment_main() { |
| prevent_dce.Store2(0u, asuint(subgroupExclusiveAdd_48acea())); |
| return; |
| } |
| |
| [numthreads(1, 1, 1)] |
| void compute_main() { |
| prevent_dce.Store2(0u, asuint(subgroupExclusiveAdd_48acea())); |
| return; |
| } |
| FXC validation failure: |
| <scrubbed_path>(5,15-34): error X3004: undeclared identifier 'WavePrefixSum' |
| |
| |
| tint executable returned error: exit status 1 |