#include <metal_stdlib> | |
using namespace metal; | |
half subgroupShuffleDown_9c6714() { | |
half arg_0 = 1.0h; | |
uint arg_1 = 1u; | |
half res = simd_shuffle_down(arg_0,arg_1); | |
return res; | |
} | |
fragment void fragment_main(device half* tint_symbol [[buffer(0)]]) { | |
*(tint_symbol) = subgroupShuffleDown_9c6714(); | |
return; | |
} | |
kernel void compute_main(device half* tint_symbol_1 [[buffer(0)]]) { | |
*(tint_symbol_1) = subgroupShuffleDown_9c6714(); | |
return; | |
} | |