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