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