blob: 7ff4b2cdc567650d4bcee39fa36af99a4aea3c90 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
half4 subgroupShuffleDown_10eb45() {
half4 arg_0 = half4(1.0h);
uint arg_1 = 1u;
half4 res = simd_shuffle_down(arg_0,arg_1);
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;
}