blob: 4c2ea8885ee698535a6fa0ab36341201ac44b169 [file] [log] [blame]
SKIP: INVALID
RWByteAddressBuffer prevent_dce : register(u0);
float subgroupInclusiveMul_2a7ec7() {
float res = (WavePrefixProduct(1.0f) * 1.0f);
return res;
}
void fragment_main() {
prevent_dce.Store(0u, asuint(subgroupInclusiveMul_2a7ec7()));
}
[numthreads(1, 1, 1)]
void compute_main() {
prevent_dce.Store(0u, asuint(subgroupInclusiveMul_2a7ec7()));
}
FXC validation failure:
<scrubbed_path>(4,16-38): error X3004: undeclared identifier 'WavePrefixProduct'
tint executable returned error: exit status 1