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