blob: 9be40cd91c18220498219195a13042e858e4cae5 [file] [log] [blame]
SKIP: FAILED
float4 dpdxCoarse_c28641() {
float4 arg_0 = (1.0f).xxxx;
float4 res = ddx_coarse(arg_0);
return res;
}
void fragment_main() {
prevent_dce = dpdxCoarse_c28641();
}