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