blob: 14da435468e86def658eaa99d927089c653234f8 [file] [log] [blame]
SKIP: INVALID
RWByteAddressBuffer prevent_dce : register(u0);
float16_t quadSwapX_a4e103() {
float16_t res = QuadReadAcrossX(float16_t(1.0h));
return res;
}
void fragment_main() {
prevent_dce.Store<float16_t>(0u, quadSwapX_a4e103());
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
prevent_dce.Store<float16_t>(0u, quadSwapX_a4e103());
return;
}
FXC validation failure:
<scrubbed_path>(3,1-9): error X3000: unrecognized identifier 'float16_t'
tint executable returned error: exit status 1