blob: be4995017f10b1bc49c36ea846d7637044e7dd43 [file] [log] [blame]
SKIP: INVALID
RWByteAddressBuffer prevent_dce : register(u0);
uint3 subgroupAnd_ad0cd3() {
uint3 res = WaveActiveBitAnd((1u).xxx);
return res;
}
void fragment_main() {
prevent_dce.Store3(0u, asuint(subgroupAnd_ad0cd3()));
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
prevent_dce.Store3(0u, asuint(subgroupAnd_ad0cd3()));
return;
}
FXC validation failure:
<scrubbed_path>(4,15-40): error X3004: undeclared identifier 'WaveActiveBitAnd'
tint executable returned error: exit status 1