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