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