blob: abd39f02715c4fc11023bc5c98f3ec8d0e068e81 [file] [log] [blame]
SKIP: Wave ops not supported before SM 6.0
RWByteAddressBuffer prevent_dce : register(u0);
uint3 subgroupShuffleXor_9f945a() {
uint3 arg_0 = (1u).xxx;
uint arg_1 = 1u;
uint3 res = WaveReadLaneAt(arg_0, (WaveGetLaneIndex() ^ arg_1));
return res;
}
void fragment_main() {
prevent_dce.Store3(0u, asuint(subgroupShuffleXor_9f945a()));
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
prevent_dce.Store3(0u, asuint(subgroupShuffleXor_9f945a()));
return;
}