blob: d2d8f2aa768e4be49ebc4fbbd2c0e7c905e2ca3f [file] [log] [blame]
SKIP: FAILED
float4 fwidthCoarse_4e4fc4() {
float4 arg_0 = (1.0f).xxxx;
float4 res = fwidth(arg_0);
return res;
}
void fragment_main() {
prevent_dce = fwidthCoarse_4e4fc4();
}
DXC validation failure:
hlsl.hlsl:8:3: error: use of undeclared identifier 'prevent_dce'
prevent_dce = fwidthCoarse_4e4fc4();
^