; SPIR-V ; Version: 1.3 ; Generator: Google Tint Compiler; 0 ; Bound: 122 ; Schema: 0 OpCapability Shader OpMemoryModel Logical GLSL450 OpEntryPoint GLCompute %f "f" OpExecutionMode %f LocalSize 1 1 1 OpName %u_block "u_block" OpMemberName %u_block 0 "inner" OpName %S_std140 "S_std140" OpMemberName %S_std140 0 "before" OpMemberName %S_std140 1 "m_0" OpMemberName %S_std140 2 "m_1" OpMemberName %S_std140 3 "m_2" OpMemberName %S_std140 4 "m_3" OpMemberName %S_std140 5 "after" OpName %u "u" OpName %S "S" OpMemberName %S 0 "before" OpMemberName %S 1 "m" OpMemberName %S 2 "after" OpName %a "a" OpName %a_1 "a_1" OpName %b "b" OpName %s "s" OpName %c "c" OpName %m "m" OpName %d "d" OpName %v "v" OpName %e "e" OpName %f_1 "f_1" OpName %conv_S "conv_S" OpName %val "val" OpName %conv_arr_4_S "conv_arr_4_S" OpName %val_0 "val" OpName %arr "arr" OpName %i "i" OpName %var_for_index "var_for_index" OpName %load_u_2_m "load_u_2_m" OpName %f "f" OpDecorate %u_block Block OpMemberDecorate %u_block 0 Offset 0 OpMemberDecorate %S_std140 0 Offset 0 OpMemberDecorate %S_std140 1 Offset 8 OpMemberDecorate %S_std140 2 Offset 16 OpMemberDecorate %S_std140 3 Offset 24 OpMemberDecorate %S_std140 4 Offset 32 OpMemberDecorate %S_std140 5 Offset 40 OpDecorate %_arr_S_std140_uint_4 ArrayStride 48 OpDecorate %u NonWritable OpDecorate %u DescriptorSet 0 OpDecorate %u Binding 0 OpMemberDecorate %S 0 Offset 0 OpMemberDecorate %S 1 Offset 8 OpMemberDecorate %S 1 ColMajor OpMemberDecorate %S 1 MatrixStride 8 OpMemberDecorate %S 2 Offset 40 OpDecorate %_arr_S_uint_4 ArrayStride 48 %int = OpTypeInt 32 1 %float = OpTypeFloat 32 %v2float = OpTypeVector %float 2 %S_std140 = OpTypeStruct %int %v2float %v2float %v2float %v2float %int %uint = OpTypeInt 32 0 %uint_4 = OpConstant %uint 4 %_arr_S_std140_uint_4 = OpTypeArray %S_std140 %uint_4 %u_block = OpTypeStruct %_arr_S_std140_uint_4 %_ptr_Uniform_u_block = OpTypePointer Uniform %u_block %u = OpVariable %_ptr_Uniform_u_block Uniform %void = OpTypeVoid %mat4v2float = OpTypeMatrix %v2float 4 %S = OpTypeStruct %int %mat4v2float %int %_arr_S_uint_4 = OpTypeArray %S %uint_4 %11 = OpTypeFunction %void %_arr_S_uint_4 %19 = OpTypeFunction %void %S %23 = OpTypeFunction %void %mat4v2float %27 = OpTypeFunction %void %v2float %31 = OpTypeFunction %void %float %35 = OpTypeFunction %S %S_std140 %47 = OpTypeFunction %_arr_S_uint_4 %_arr_S_std140_uint_4 %_ptr_Function__arr_S_uint_4 = OpTypePointer Function %_arr_S_uint_4 %53 = OpConstantNull %_arr_S_uint_4 %_ptr_Function_uint = OpTypePointer Function %uint %56 = OpConstantNull %uint %bool = OpTypeBool %_ptr_Function__arr_S_std140_uint_4 = OpTypePointer Function %_arr_S_std140_uint_4 %69 = OpConstantNull %_arr_S_std140_uint_4 %_ptr_Function_S = OpTypePointer Function %S %_ptr_Function_S_std140 = OpTypePointer Function %S_std140 %uint_1 = OpConstant %uint 1 %82 = OpTypeFunction %mat4v2float %uint_0 = OpConstant %uint 0 %uint_2 = OpConstant %uint 2 %_ptr_Uniform_v2float = OpTypePointer Uniform %v2float %uint_3 = OpConstant %uint 3 %98 = OpTypeFunction %void %_ptr_Uniform__arr_S_std140_uint_4 = OpTypePointer Uniform %_arr_S_std140_uint_4 %_ptr_Uniform_S_std140 = OpTypePointer Uniform %S_std140 %a = OpFunction %void None %11 %a_1 = OpFunctionParameter %_arr_S_uint_4 %18 = OpLabel OpReturn OpFunctionEnd %b = OpFunction %void None %19 %s = OpFunctionParameter %S %22 = OpLabel OpReturn OpFunctionEnd %c = OpFunction %void None %23 %m = OpFunctionParameter %mat4v2float %26 = OpLabel OpReturn OpFunctionEnd %d = OpFunction %void None %27 %v = OpFunctionParameter %v2float %30 = OpLabel OpReturn OpFunctionEnd %e = OpFunction %void None %31 %f_1 = OpFunctionParameter %float %34 = OpLabel OpReturn OpFunctionEnd %conv_S = OpFunction %S None %35 %val = OpFunctionParameter %S_std140 %38 = OpLabel %39 = OpCompositeExtract %int %val 0 %40 = OpCompositeExtract %v2float %val 1 %41 = OpCompositeExtract %v2float %val 2 %42 = OpCompositeExtract %v2float %val 3 %43 = OpCompositeExtract %v2float %val 4 %44 = OpCompositeConstruct %mat4v2float %40 %41 %42 %43 %45 = OpCompositeExtract %int %val 5 %46 = OpCompositeConstruct %S %39 %44 %45 OpReturnValue %46 OpFunctionEnd %conv_arr_4_S = OpFunction %_arr_S_uint_4 None %47 %val_0 = OpFunctionParameter %_arr_S_std140_uint_4 %50 = OpLabel %arr = OpVariable %_ptr_Function__arr_S_uint_4 Function %53 %i = OpVariable %_ptr_Function_uint Function %56 %var_for_index = OpVariable %_ptr_Function__arr_S_std140_uint_4 Function %69 OpBranch %57 %57 = OpLabel OpLoopMerge %58 %59 None OpBranch %60 %60 = OpLabel %62 = OpLoad %uint %i %63 = OpULessThan %bool %62 %uint_4 %61 = OpLogicalNot %bool %63 OpSelectionMerge %65 None OpBranchConditional %61 %66 %65 %66 = OpLabel OpBranch %58 %65 = OpLabel OpStore %var_for_index %val_0 %70 = OpLoad %uint %i %72 = OpAccessChain %_ptr_Function_S %arr %70 %74 = OpLoad %uint %i %76 = OpAccessChain %_ptr_Function_S_std140 %var_for_index %74 %77 = OpLoad %S_std140 %76 %73 = OpFunctionCall %S %conv_S %77 OpStore %72 %73 OpBranch %59 %59 = OpLabel %78 = OpLoad %uint %i %80 = OpIAdd %uint %78 %uint_1 OpStore %i %80 OpBranch %57 %58 = OpLabel %81 = OpLoad %_arr_S_uint_4 %arr OpReturnValue %81 OpFunctionEnd %load_u_2_m = OpFunction %mat4v2float None %82 %84 = OpLabel %88 = OpAccessChain %_ptr_Uniform_v2float %u %uint_0 %uint_2 %uint_1 %89 = OpLoad %v2float %88 %90 = OpAccessChain %_ptr_Uniform_v2float %u %uint_0 %uint_2 %uint_2 %91 = OpLoad %v2float %90 %93 = OpAccessChain %_ptr_Uniform_v2float %u %uint_0 %uint_2 %uint_3 %94 = OpLoad %v2float %93 %95 = OpAccessChain %_ptr_Uniform_v2float %u %uint_0 %uint_2 %uint_4 %96 = OpLoad %v2float %95 %97 = OpCompositeConstruct %mat4v2float %89 %91 %94 %96 OpReturnValue %97 OpFunctionEnd %f = OpFunction %void None %98 %100 = OpLabel %104 = OpAccessChain %_ptr_Uniform__arr_S_std140_uint_4 %u %uint_0 %105 = OpLoad %_arr_S_std140_uint_4 %104 %102 = OpFunctionCall %_arr_S_uint_4 %conv_arr_4_S %105 %101 = OpFunctionCall %void %a %102 %109 = OpAccessChain %_ptr_Uniform_S_std140 %u %uint_0 %uint_2 %110 = OpLoad %S_std140 %109 %107 = OpFunctionCall %S %conv_S %110 %106 = OpFunctionCall %void %b %107 %112 = OpFunctionCall %mat4v2float %load_u_2_m %111 = OpFunctionCall %void %c %112 %114 = OpAccessChain %_ptr_Uniform_v2float %u %uint_0 %56 %uint_2 %115 = OpLoad %v2float %114 %116 = OpVectorShuffle %v2float %115 %115 1 0 %113 = OpFunctionCall %void %d %116 %118 = OpAccessChain %_ptr_Uniform_v2float %u %uint_0 %56 %uint_2 %119 = OpLoad %v2float %118 %120 = OpVectorShuffle %v2float %119 %119 1 0 %121 = OpCompositeExtract %float %120 0 %117 = OpFunctionCall %void %e %121 OpReturn OpFunctionEnd