| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 122 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %f "f" %local_invocation_index_1 |
| OpExecutionMode %f LocalSize 1 1 1 |
| OpName %local_invocation_index_1 "local_invocation_index_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 "after" |
| OpName %u "u" |
| OpName %S "S" |
| OpMemberName %S 0 "before" |
| OpMemberName %S 1 "m" |
| OpMemberName %S 2 "after" |
| OpName %w "w" |
| 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_inner "f_inner" |
| OpName %local_invocation_index "local_invocation_index" |
| OpName %idx "idx" |
| OpName %f "f" |
| OpDecorate %local_invocation_index_1 BuiltIn LocalInvocationIndex |
| 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 |
| OpDecorate %_arr_S_std140_uint_4 ArrayStride 32 |
| 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 24 |
| OpDecorate %_arr_S_uint_4 ArrayStride 32 |
| %uint = OpTypeInt 32 0 |
| %_ptr_Input_uint = OpTypePointer Input %uint |
| %local_invocation_index_1 = OpVariable %_ptr_Input_uint Input |
| %int = OpTypeInt 32 1 |
| %float = OpTypeFloat 32 |
| %v2float = OpTypeVector %float 2 |
| %S_std140 = OpTypeStruct %int %v2float %v2float %int |
| %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 |
| %mat2v2float = OpTypeMatrix %v2float 2 |
| %S = OpTypeStruct %int %mat2v2float %int |
| %_arr_S_uint_4 = OpTypeArray %S %uint_4 |
| %_ptr_Workgroup__arr_S_uint_4 = OpTypePointer Workgroup %_arr_S_uint_4 |
| %w = OpVariable %_ptr_Workgroup__arr_S_uint_4 Workgroup |
| %18 = 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 |
| %34 = OpConstantNull %_arr_S_uint_4 |
| %_ptr_Function_uint = OpTypePointer Function %uint |
| %37 = OpConstantNull %uint |
| %bool = OpTypeBool |
| %_ptr_Function__arr_S_std140_uint_4 = OpTypePointer Function %_arr_S_std140_uint_4 |
| %50 = 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 |
| %63 = OpTypeFunction %mat2v2float |
| %uint_0 = OpConstant %uint 0 |
| %uint_2 = OpConstant %uint 2 |
| %_ptr_Uniform_v2float = OpTypePointer Uniform %v2float |
| %void = OpTypeVoid |
| %74 = OpTypeFunction %void %uint |
| %_ptr_Workgroup_S = OpTypePointer Workgroup %S |
| %92 = OpConstantNull %S |
| %uint_264 = OpConstant %uint 264 |
| %_ptr_Uniform__arr_S_std140_uint_4 = OpTypePointer Uniform %_arr_S_std140_uint_4 |
| %int_1 = OpConstant %int 1 |
| %_ptr_Uniform_S_std140 = OpTypePointer Uniform %S_std140 |
| %int_3 = OpConstant %int 3 |
| %_ptr_Workgroup_mat2v2float = OpTypePointer Workgroup %mat2v2float |
| %111 = OpConstantNull %int |
| %_ptr_Workgroup_v2float = OpTypePointer Workgroup %v2float |
| %117 = OpTypeFunction %void |
| %conv_S = OpFunction %S None %18 |
| %val = OpFunctionParameter %S_std140 |
| %21 = OpLabel |
| %22 = OpCompositeExtract %int %val 0 |
| %23 = OpCompositeExtract %v2float %val 1 |
| %24 = OpCompositeExtract %v2float %val 2 |
| %25 = OpCompositeConstruct %mat2v2float %23 %24 |
| %26 = OpCompositeExtract %int %val 3 |
| %27 = OpCompositeConstruct %S %22 %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 %34 |
| %i = OpVariable %_ptr_Function_uint Function %37 |
| %var_for_index = OpVariable %_ptr_Function__arr_S_std140_uint_4 Function %50 |
| OpBranch %38 |
| %38 = OpLabel |
| OpLoopMerge %39 %40 None |
| OpBranch %41 |
| %41 = OpLabel |
| %43 = OpLoad %uint %i |
| %44 = OpULessThan %bool %43 %uint_4 |
| %42 = OpLogicalNot %bool %44 |
| OpSelectionMerge %46 None |
| OpBranchConditional %42 %47 %46 |
| %47 = OpLabel |
| OpBranch %39 |
| %46 = OpLabel |
| OpStore %var_for_index %val_0 |
| %51 = OpLoad %uint %i |
| %53 = OpAccessChain %_ptr_Function_S %arr %51 |
| %55 = OpLoad %uint %i |
| %57 = OpAccessChain %_ptr_Function_S_std140 %var_for_index %55 |
| %58 = OpLoad %S_std140 %57 |
| %54 = OpFunctionCall %S %conv_S %58 |
| OpStore %53 %54 |
| OpBranch %40 |
| %40 = OpLabel |
| %59 = OpLoad %uint %i |
| %61 = OpIAdd %uint %59 %uint_1 |
| OpStore %i %61 |
| OpBranch %38 |
| %39 = OpLabel |
| %62 = OpLoad %_arr_S_uint_4 %arr |
| OpReturnValue %62 |
| OpFunctionEnd |
| %load_u_2_m = OpFunction %mat2v2float None %63 |
| %65 = OpLabel |
| %69 = OpAccessChain %_ptr_Uniform_v2float %u %uint_0 %uint_2 %uint_1 |
| %70 = OpLoad %v2float %69 |
| %71 = OpAccessChain %_ptr_Uniform_v2float %u %uint_0 %uint_2 %uint_2 |
| %72 = OpLoad %v2float %71 |
| %73 = OpCompositeConstruct %mat2v2float %70 %72 |
| OpReturnValue %73 |
| OpFunctionEnd |
| %f_inner = OpFunction %void None %74 |
| %local_invocation_index = OpFunctionParameter %uint |
| %78 = OpLabel |
| %idx = OpVariable %_ptr_Function_uint Function %37 |
| OpStore %idx %local_invocation_index |
| OpBranch %80 |
| %80 = OpLabel |
| OpLoopMerge %81 %82 None |
| OpBranch %83 |
| %83 = OpLabel |
| %85 = OpLoad %uint %idx |
| %86 = OpULessThan %bool %85 %uint_4 |
| %84 = OpLogicalNot %bool %86 |
| OpSelectionMerge %87 None |
| OpBranchConditional %84 %88 %87 |
| %88 = OpLabel |
| OpBranch %81 |
| %87 = OpLabel |
| %89 = OpLoad %uint %idx |
| %91 = OpAccessChain %_ptr_Workgroup_S %w %89 |
| OpStore %91 %92 |
| OpBranch %82 |
| %82 = OpLabel |
| %93 = OpLoad %uint %idx |
| %94 = OpIAdd %uint %93 %uint_1 |
| OpStore %idx %94 |
| OpBranch %80 |
| %81 = OpLabel |
| OpControlBarrier %uint_2 %uint_2 %uint_264 |
| %99 = OpAccessChain %_ptr_Uniform__arr_S_std140_uint_4 %u %uint_0 |
| %100 = OpLoad %_arr_S_std140_uint_4 %99 |
| %97 = OpFunctionCall %_arr_S_uint_4 %conv_arr_4_S %100 |
| OpStore %w %97 |
| %102 = OpAccessChain %_ptr_Workgroup_S %w %int_1 |
| %105 = OpAccessChain %_ptr_Uniform_S_std140 %u %uint_0 %uint_2 |
| %106 = OpLoad %S_std140 %105 |
| %103 = OpFunctionCall %S %conv_S %106 |
| OpStore %102 %103 |
| %109 = OpAccessChain %_ptr_Workgroup_mat2v2float %w %int_3 %uint_1 |
| %110 = OpFunctionCall %mat2v2float %load_u_2_m |
| OpStore %109 %110 |
| %113 = OpAccessChain %_ptr_Workgroup_v2float %w %int_1 %uint_1 %111 |
| %114 = OpAccessChain %_ptr_Uniform_v2float %u %uint_0 %37 %uint_2 |
| %115 = OpLoad %v2float %114 |
| %116 = OpVectorShuffle %v2float %115 %115 1 0 |
| OpStore %113 %116 |
| OpReturn |
| OpFunctionEnd |
| %f = OpFunction %void None %117 |
| %119 = OpLabel |
| %121 = OpLoad %uint %local_invocation_index_1 |
| %120 = OpFunctionCall %void %f_inner %121 |
| OpReturn |
| OpFunctionEnd |