| float3 arg_0 = float3(1.0f); |
| float3 arg_1 = float3(1.0f); |
| float3 res = step(arg_0, arg_1); |
| fragment void fragment_main(device packed_float3* tint_symbol [[buffer(0)]]) { |
| *(tint_symbol) = packed_float3(step_334303()); |
| float3 arg_0 = float3(1.0f); |
| float3 arg_1 = float3(1.0f); |
| float3 res = step(arg_0, arg_1); |
| kernel void compute_main(device packed_float3* tint_symbol [[buffer(0)]]) { |
| *(tint_symbol) = packed_float3(step_334303()); |
| float3 arg_0 = float3(1.0f); |
| float3 arg_1 = float3(1.0f); |
| float3 res = step(arg_0, arg_1); |
| float3 prevent_dce [[user(locn0)]] [[flat]]; |
| VertexOutput vertex_main_inner() { |
| out.prevent_dce = step_334303(); |
| vertex tint_symbol vertex_main() { |
| VertexOutput const inner_result = vertex_main_inner(); |
| tint_symbol wrapper_result = {}; |
| wrapper_result.pos = inner_result.pos; |
| wrapper_result.prevent_dce = inner_result.prevent_dce; |