| SKIP: INVALID |
| |
| RWByteAddressBuffer prevent_dce : register(u0); |
| |
| int3 subgroupAnd_1877b3() { |
| int3 arg_0 = (1).xxx; |
| int3 res = asint(WaveActiveBitAnd(asuint(arg_0))); |
| return res; |
| } |
| |
| void fragment_main() { |
| prevent_dce.Store3(0u, asuint(subgroupAnd_1877b3())); |
| return; |
| } |
| |
| [numthreads(1, 1, 1)] |
| void compute_main() { |
| prevent_dce.Store3(0u, asuint(subgroupAnd_1877b3())); |
| return; |
| } |
| FXC validation failure: |
| <scrubbed_path>(5,20-50): error X3004: undeclared identifier 'WaveActiveBitAnd' |
| |
| |
| tint executable returned error: exit status 1 |