blob: 91cf66865d3271b946c6a8f35287c2bb4738b2e9 [file] [log] [blame]
SKIP: FAILED
RWByteAddressBuffer prevent_dce : register(u0);
vector<float16_t, 2> subgroupExclusiveMul_e88d1c() {
vector<float16_t, 2> res = WavePrefixProduct((float16_t(1.0h)).xx);
return res;
}
void fragment_main() {
prevent_dce.Store<vector<float16_t, 2> >(0u, subgroupExclusiveMul_e88d1c());
}
[numthreads(1, 1, 1)]
void compute_main() {
prevent_dce.Store<vector<float16_t, 2> >(0u, subgroupExclusiveMul_e88d1c());
}
FXC validation failure:
C:\src\dawn\Shader@0x000002016CC89150(3,8-16): error X3000: syntax error: unexpected token 'float16_t'