; SPIR-V ; Version: 1.3 ; Generator: Google Tint Compiler; 0 ; Bound: 101 ; 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 "after" OpName %u "u" OpName %S "S" OpMemberName %S 0 "before" OpMemberName %S 1 "m" OpMemberName %S 2 "after" OpName %p "p" 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 72 OpDecorate %_arr_S_std140_uint_4 ArrayStride 80 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 72 OpDecorate %_arr_S_uint_4 ArrayStride 80 %int = OpTypeInt 32 1 %float = OpTypeFloat 32 %v2float = OpTypeVector %float 2 %S_std140 = OpTypeStruct %int %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 %mat3v2float = OpTypeMatrix %v2float 3 %S = OpTypeStruct %int %mat3v2float %int %_arr_S_uint_4 = OpTypeArray %S %uint_4 %_ptr_Private__arr_S_uint_4 = OpTypePointer Private %_arr_S_uint_4 %16 = OpConstantNull %_arr_S_uint_4 %p = OpVariable %_ptr_Private__arr_S_uint_4 Private %16 %17 = OpTypeFunction %S %S_std140 %28 = OpTypeFunction %_arr_S_uint_4 %_arr_S_std140_uint_4 %_ptr_Function__arr_S_uint_4 = OpTypePointer Function %_arr_S_uint_4 %_ptr_Function_uint = OpTypePointer Function %uint %36 = OpConstantNull %uint %bool = OpTypeBool %_ptr_Function__arr_S_std140_uint_4 = OpTypePointer Function %_arr_S_std140_uint_4 %49 = 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 %62 = OpTypeFunction %mat3v2float %uint_0 = OpConstant %uint 0 %uint_2 = OpConstant %uint 2 %_ptr_Uniform_v2float = OpTypePointer Uniform %v2float %uint_3 = OpConstant %uint 3 %void = OpTypeVoid %76 = OpTypeFunction %void %_ptr_Uniform__arr_S_std140_uint_4 = OpTypePointer Uniform %_arr_S_std140_uint_4 %int_1 = OpConstant %int 1 %_ptr_Private_S = OpTypePointer Private %S %_ptr_Uniform_S_std140 = OpTypePointer Uniform %S_std140 %int_3 = OpConstant %int 3 %_ptr_Private_mat3v2float = OpTypePointer Private %mat3v2float %95 = OpConstantNull %int %_ptr_Private_v2float = OpTypePointer Private %v2float %conv_S = OpFunction %S None %17 %val = OpFunctionParameter %S_std140 %20 = OpLabel %21 = OpCompositeExtract %int %val 0 %22 = OpCompositeExtract %v2float %val 1 %23 = OpCompositeExtract %v2float %val 2 %24 = OpCompositeExtract %v2float %val 3 %25 = OpCompositeConstruct %mat3v2float %22 %23 %24 %26 = OpCompositeExtract %int %val 4 %27 = OpCompositeConstruct %S %21 %25 %26 OpReturnValue %27 OpFunctionEnd %conv_arr_4_S = OpFunction %_arr_S_uint_4 None %28 %val_0 = OpFunctionParameter %_arr_S_std140_uint_4 %31 = OpLabel %arr = OpVariable %_ptr_Function__arr_S_uint_4 Function %16 %i = OpVariable %_ptr_Function_uint Function %36 %var_for_index = OpVariable %_ptr_Function__arr_S_std140_uint_4 Function %49 OpBranch %37 %37 = OpLabel OpLoopMerge %38 %39 None OpBranch %40 %40 = OpLabel %42 = OpLoad %uint %i %43 = OpULessThan %bool %42 %uint_4 %41 = OpLogicalNot %bool %43 OpSelectionMerge %45 None OpBranchConditional %41 %46 %45 %46 = OpLabel OpBranch %38 %45 = OpLabel OpStore %var_for_index %val_0 %50 = OpLoad %uint %i %52 = OpAccessChain %_ptr_Function_S %arr %50 %54 = OpLoad %uint %i %56 = OpAccessChain %_ptr_Function_S_std140 %var_for_index %54 %57 = OpLoad %S_std140 %56 %53 = OpFunctionCall %S %conv_S %57 OpStore %52 %53 OpBranch %39 %39 = OpLabel %58 = OpLoad %uint %i %60 = OpIAdd %uint %58 %uint_1 OpStore %i %60 OpBranch %37 %38 = OpLabel %61 = OpLoad %_arr_S_uint_4 %arr OpReturnValue %61 OpFunctionEnd %load_u_2_m = OpFunction %mat3v2float None %62 %64 = OpLabel %68 = OpAccessChain %_ptr_Uniform_v2float %u %uint_0 %uint_2 %uint_1 %69 = OpLoad %v2float %68 %70 = OpAccessChain %_ptr_Uniform_v2float %u %uint_0 %uint_2 %uint_2 %71 = OpLoad %v2float %70 %73 = OpAccessChain %_ptr_Uniform_v2float %u %uint_0 %uint_2 %uint_3 %74 = OpLoad %v2float %73 %75 = OpCompositeConstruct %mat3v2float %69 %71 %74 OpReturnValue %75 OpFunctionEnd %f = OpFunction %void None %76 %79 = OpLabel %82 = OpAccessChain %_ptr_Uniform__arr_S_std140_uint_4 %u %uint_0 %83 = OpLoad %_arr_S_std140_uint_4 %82 %80 = OpFunctionCall %_arr_S_uint_4 %conv_arr_4_S %83 OpStore %p %80 %86 = OpAccessChain %_ptr_Private_S %p %int_1 %89 = OpAccessChain %_ptr_Uniform_S_std140 %u %uint_0 %uint_2 %90 = OpLoad %S_std140 %89 %87 = OpFunctionCall %S %conv_S %90 OpStore %86 %87 %93 = OpAccessChain %_ptr_Private_mat3v2float %p %int_3 %uint_1 %94 = OpFunctionCall %mat3v2float %load_u_2_m OpStore %93 %94 %97 = OpAccessChain %_ptr_Private_v2float %p %int_1 %uint_1 %95 %98 = OpAccessChain %_ptr_Uniform_v2float %u %uint_0 %36 %uint_2 %99 = OpLoad %v2float %98 %100 = OpVectorShuffle %v2float %99 %99 1 0 OpStore %97 %100 OpReturn OpFunctionEnd