blob: 5792ecdcc770d92fc995a1644ee42901a0af8522 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
half4 subgroupShuffle_7ba2d5() {
half4 res = simd_shuffle(half4(1.0h),1u);
return res;
}
fragment void fragment_main(device half4* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = subgroupShuffle_7ba2d5();
return;
}
kernel void compute_main(device half4* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol_1) = subgroupShuffle_7ba2d5();
return;
}