blob: fc01344be06e4862ff64b22baaec2acbf4fb95fd [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
device packed_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 packed_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) = packed_half3(subgroupExclusiveMul_13ba26());
}
kernel void compute_main(device packed_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) = packed_half3(subgroupExclusiveMul_13ba26());
}