blob: 1a9f57280697b3562a91a7f87d3be0ca8aad0b29 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
half quadBroadcast_cebc6a() {
half res = quad_broadcast(1.0h,1u);
return res;
}
fragment void fragment_main(device half* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = quadBroadcast_cebc6a();
return;
}
kernel void compute_main(device half* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol_1) = quadBroadcast_cebc6a();
return;
}