blob: 0e5e96ab3de43c6d6eb9f4398280f57b607a4303 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
device half2* prevent_dce;
};
half2 subgroupBroadcast_13f36c() {
half2 arg_0 = half2(1.0h);
half2 res = simd_broadcast(arg_0, 1u);
return res;
}
fragment void fragment_main(device half2* prevent_dce [[buffer(0)]]) {
tint_module_vars_struct const tint_module_vars = tint_module_vars_struct{.prevent_dce=prevent_dce};
(*tint_module_vars.prevent_dce) = subgroupBroadcast_13f36c();
}
kernel void compute_main(device half2* prevent_dce [[buffer(0)]]) {
tint_module_vars_struct const tint_module_vars = tint_module_vars_struct{.prevent_dce=prevent_dce};
(*tint_module_vars.prevent_dce) = subgroupBroadcast_13f36c();
}