| #include <metal_stdlib> | |
| using namespace metal; | |
| struct tint_module_vars_struct { | |
| const constant float2x4* m; | |
| }; | |
| kernel void f(const constant float2x4* m [[buffer(0)]]) { | |
| tint_module_vars_struct const tint_module_vars = tint_module_vars_struct{.m=m}; | |
| const constant float2x4* const p_m = tint_module_vars.m; | |
| const constant float4* const p_m_1 = (&(*p_m)[1u]); | |
| float2x4 const l_m = (*p_m); | |
| float4 const l_m_1 = (*p_m_1); | |
| } |