blob: 98320a33f28ffd746f485af7f809fc6c7d30d118 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
device half3* prevent_dce;
};
half3 subgroupExclusiveMul_13ba26() {
half3 arg_0 = half3(1.0h);
half3 res = simd_prefix_exclusive_product(arg_0);
return res;
}
fragment void fragment_main(device half3* 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) = subgroupExclusiveMul_13ba26();
}
kernel void compute_main(device half3* 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) = subgroupExclusiveMul_13ba26();
}