| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 1 |
| ; Bound: 27 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %f "f" |
| OpExecutionMode %f LocalSize 1 1 1 |
| OpMemberName %m_block_std140 0 "inner_col0" |
| OpMemberName %m_block_std140 1 "inner_col1" |
| OpMemberName %m_block_std140 2 "inner_col2" |
| OpMemberName %m_block_std140 3 "inner_col3" |
| OpName %m_block_std140 "m_block_std140" |
| OpName %f "f" |
| OpName %l_m "l_m" |
| OpName %l_m_1 "l_m_1" |
| OpMemberDecorate %m_block_std140 0 Offset 0 |
| OpMemberDecorate %m_block_std140 1 Offset 16 |
| OpMemberDecorate %m_block_std140 2 Offset 32 |
| OpMemberDecorate %m_block_std140 3 Offset 48 |
| OpDecorate %m_block_std140 Block |
| OpDecorate %1 DescriptorSet 0 |
| OpDecorate %1 Binding 0 |
| OpDecorate %1 NonWritable |
| %float = OpTypeFloat 32 |
| %v3float = OpTypeVector %float 3 |
| %m_block_std140 = OpTypeStruct %v3float %v3float %v3float %v3float |
| %_ptr_Uniform_m_block_std140 = OpTypePointer Uniform %m_block_std140 |
| %1 = OpVariable %_ptr_Uniform_m_block_std140 Uniform |
| %void = OpTypeVoid |
| %8 = OpTypeFunction %void |
| %_ptr_Uniform_v3float = OpTypePointer Uniform %v3float |
| %uint = OpTypeInt 32 0 |
| %uint_0 = OpConstant %uint 0 |
| %uint_1 = OpConstant %uint 1 |
| %uint_2 = OpConstant %uint 2 |
| %uint_3 = OpConstant %uint 3 |
| %mat4v3float = OpTypeMatrix %v3float 4 |
| %f = OpFunction %void None %8 |
| %9 = OpLabel |
| %10 = OpAccessChain %_ptr_Uniform_v3float %1 %uint_0 |
| %14 = OpLoad %v3float %10 None |
| %15 = OpAccessChain %_ptr_Uniform_v3float %1 %uint_1 |
| %17 = OpLoad %v3float %15 None |
| %18 = OpAccessChain %_ptr_Uniform_v3float %1 %uint_2 |
| %20 = OpLoad %v3float %18 None |
| %21 = OpAccessChain %_ptr_Uniform_v3float %1 %uint_3 |
| %23 = OpLoad %v3float %21 None |
| %l_m = OpCompositeConstruct %mat4v3float %14 %17 %20 %23 |
| %l_m_1 = OpCompositeExtract %v3float %l_m 1 |
| OpReturn |
| OpFunctionEnd |