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