blob: bcc76a013b79c5d4e3a988946fafae8be89de8d2 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
int3 subgroupOr_03343f() {
int3 arg_0 = int3(1);
int3 res = simd_or(arg_0);
return res;
}
fragment void fragment_main(device packed_int3* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = packed_int3(subgroupOr_03343f());
return;
}
kernel void compute_main(device packed_int3* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol_1) = packed_int3(subgroupOr_03343f());
return;
}