| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 24 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" |
| OpExecutionMode %main LocalSize 1 1 1 |
| OpName %Uniforms "Uniforms" |
| OpMemberName %Uniforms 0 "i" |
| OpMemberName %Uniforms 1 "j" |
| OpName %uniforms "uniforms" |
| OpName %main "main" |
| OpName %m1 "m1" |
| OpDecorate %Uniforms Block |
| OpMemberDecorate %Uniforms 0 Offset 0 |
| OpMemberDecorate %Uniforms 1 Offset 4 |
| OpDecorate %uniforms NonWritable |
| OpDecorate %uniforms DescriptorSet 1 |
| OpDecorate %uniforms Binding 4 |
| %uint = OpTypeInt 32 0 |
| %Uniforms = OpTypeStruct %uint %uint |
| %_ptr_Uniform_Uniforms = OpTypePointer Uniform %Uniforms |
| %uniforms = OpVariable %_ptr_Uniform_Uniforms Uniform |
| %void = OpTypeVoid |
| %5 = OpTypeFunction %void |
| %float = OpTypeFloat 32 |
| %v4float = OpTypeVector %float 4 |
| %mat2v4float = OpTypeMatrix %v4float 2 |
| %_ptr_Function_mat2v4float = OpTypePointer Function %mat2v4float |
| %14 = OpConstantNull %mat2v4float |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_Uniform_uint = OpTypePointer Uniform %uint |
| %int = OpTypeInt 32 1 |
| %int_0 = OpConstant %int 0 |
| %_ptr_Function_float = OpTypePointer Function %float |
| %float_1 = OpConstant %float 1 |
| %main = OpFunction %void None %5 |
| %8 = OpLabel |
| %m1 = OpVariable %_ptr_Function_mat2v4float Function %14 |
| %17 = OpAccessChain %_ptr_Uniform_uint %uniforms %uint_0 |
| %18 = OpLoad %uint %17 |
| %22 = OpAccessChain %_ptr_Function_float %m1 %18 %int_0 |
| OpStore %22 %float_1 |
| OpReturn |
| OpFunctionEnd |