blob: 90adc0dfa191ee77620e3f64a481fec6ce827929 [file] [log] [blame]
SKIP: FAILED
RWByteAddressBuffer prevent_dce : register(u0);
vector<float16_t, 4> subgroupShuffleUp_0990cd() {
vector<float16_t, 4> res = WaveReadLaneAt((float16_t(1.0h)).xxxx, (WaveGetLaneIndex() - 1u));
return res;
}
void fragment_main() {
prevent_dce.Store<vector<float16_t, 4> >(0u, subgroupShuffleUp_0990cd());
}
[numthreads(1, 1, 1)]
void compute_main() {
prevent_dce.Store<vector<float16_t, 4> >(0u, subgroupShuffleUp_0990cd());
}
FXC validation failure:
C:\src\dawn\Shader@0x0000027467BFFBD0(3,8-16): error X3000: syntax error: unexpected token 'float16_t'