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