blob: f980e46aeb5995b74ce847abe6329f5aaa65001d [file] [log] [blame]
SKIP: INVALID
RWByteAddressBuffer prevent_dce : register(u0);
float2 quadSwapY_1f1a06() {
float2 res = QuadReadAcrossY((1.0f).xx);
return res;
}
void fragment_main() {
prevent_dce.Store2(0u, asuint(quadSwapY_1f1a06()));
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
prevent_dce.Store2(0u, asuint(quadSwapY_1f1a06()));
return;
}
FXC validation failure:
<scrubbed_path>(4,16-41): error X3004: undeclared identifier 'QuadReadAcrossY'
tint executable returned error: exit status 1