blob: 84bb0686e18e622ebd4801b07fec63653de41f85 [file] [log] [blame]
SKIP: INVALID
RWByteAddressBuffer prevent_dce : register(u0);
int subgroupExclusiveMul_a23002() {
int res = WavePrefixProduct(int(1));
return res;
}
void fragment_main() {
prevent_dce.Store(0u, asuint(subgroupExclusiveMul_a23002()));
}
[numthreads(1, 1, 1)]
void compute_main() {
prevent_dce.Store(0u, asuint(subgroupExclusiveMul_a23002()));
}
FXC validation failure:
<scrubbed_path>(4,13-37): error X3004: undeclared identifier 'WavePrefixProduct'
tint executable returned error: exit status 1