blob: 929e9fe79c9f1f63463f9febf28ef321d6b7bd12 [file] [log] [blame] [edit]
SKIP: Wave ops not supported before SM 6.0
RWByteAddressBuffer prevent_dce : register(u0);
uint3 quadBroadcast_f1e8ec() {
uint3 res = QuadReadLaneAt((1u).xxx, 1);
return res;
}
void fragment_main() {
prevent_dce.Store3(0u, asuint(quadBroadcast_f1e8ec()));
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
prevent_dce.Store3(0u, asuint(quadBroadcast_f1e8ec()));
return;
}