blob: 23c12911bcce1eb8787714fa81c47c8488acaf68 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
half subgroupBroadcastFirst_151e52() {
half arg_0 = 1.0h;
half res = simd_broadcast_first(arg_0);
return res;
}
fragment void fragment_main(device half* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = subgroupBroadcastFirst_151e52();
return;
}
kernel void compute_main(device half* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol_1) = subgroupBroadcastFirst_151e52();
return;
}