blob: e97d5f102855b82ded34989cf615e02816e82392 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
half4 subgroupBroadcast_0f44e2() {
half4 res = simd_broadcast(half4(1.0h),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;
}