#include <metal_stdlib> | |
using namespace metal; | |
int quadBroadcast_f9d579() { | |
int arg_0 = 1; | |
int res = quad_broadcast(arg_0,1); | |
return res; | |
} | |
fragment void fragment_main(device int* tint_symbol [[buffer(0)]]) { | |
*(tint_symbol) = quadBroadcast_f9d579(); | |
return; | |
} | |
kernel void compute_main(device int* tint_symbol_1 [[buffer(0)]]) { | |
*(tint_symbol_1) = quadBroadcast_f9d579(); | |
return; | |
} | |