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