blob: cf9cf7784b58866f4b81de1cf779786406d0790c [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
device float4* prevent_dce;
};
void dpdx_c487fa(tint_module_vars_struct tint_module_vars) {
float4 arg_0 = float4(1.0f);
float4 res = dfdx(arg_0);
(*tint_module_vars.prevent_dce) = res;
}
fragment void fragment_main(device float4* prevent_dce [[buffer(0)]]) {
tint_module_vars_struct const tint_module_vars = tint_module_vars_struct{.prevent_dce=prevent_dce};
dpdx_c487fa(tint_module_vars);
}