blob: 6ed8e6126fd8858bfa8dc31f8463a73c30df80bb [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
device packed_float3* prevent_dce;
};
float3 subgroupInclusiveMul_7978b8() {
float3 arg_0 = float3(1.0f);
float3 res = simd_prefix_inclusive_product(arg_0);
return res;
}
fragment void fragment_main(device packed_float3* 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_float3(subgroupInclusiveMul_7978b8());
}
kernel void compute_main(device packed_float3* 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_float3(subgroupInclusiveMul_7978b8());
}