| #include <metal_stdlib> |
| using namespace metal; |
| |
| struct tint_module_vars_struct { |
| device packed_int3* prevent_dce; |
| }; |
| |
| int3 subgroupOr_03343f() { |
| int3 res = simd_or(int3(1)); |
| return res; |
| } |
| |
| fragment void fragment_main(device packed_int3* 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_int3(subgroupOr_03343f()); |
| } |
| |
| kernel void compute_main(device packed_int3* 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_int3(subgroupOr_03343f()); |
| } |