| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 1 |
| ; Bound: 97 |
| ; Schema: 0 |
| OpCapability Shader |
| %52 = OpExtInstImport "GLSL.std.450" |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %unused_entry_point "unused_entry_point" |
| OpExecutionMode %unused_entry_point LocalSize 1 1 1 |
| OpMemberName %S 0 "a" |
| OpMemberName %S 1 "b" |
| OpMemberName %S 2 "c" |
| OpName %S "S" |
| OpMemberName %v_block 0 "inner" |
| OpName %v_block "v_block" |
| OpName %i "i" |
| OpName %idx1 "idx1" |
| OpName %idx2 "idx2" |
| OpName %idx3 "idx3" |
| OpName %foo "foo" |
| OpName %a "a" |
| OpName %tint_loop_idx "tint_loop_idx" |
| OpName %tint_low_inc "tint_low_inc" |
| OpName %tint_carry "tint_carry" |
| OpName %unused_entry_point "unused_entry_point" |
| OpMemberDecorate %S 0 Offset 0 |
| OpMemberDecorate %S 1 Offset 16 |
| OpMemberDecorate %S 2 Offset 32 |
| OpMemberDecorate %S 2 ColMajor |
| OpMemberDecorate %S 2 MatrixStride 8 |
| OpMemberDecorate %v_block 0 Offset 0 |
| OpDecorate %v_block Block |
| OpDecorate %1 DescriptorSet 0 |
| OpDecorate %1 Binding 0 |
| OpDecorate %1 Coherent |
| OpDecorate %_arr_float_uint_4 ArrayStride 4 |
| %int = OpTypeInt 32 1 |
| %float = OpTypeFloat 32 |
| %v4float = OpTypeVector %float 4 |
| %v2float = OpTypeVector %float 2 |
| %mat2v2float = OpTypeMatrix %v2float 2 |
| %S = OpTypeStruct %int %v4float %mat2v2float |
| %v_block = OpTypeStruct %S |
| %_ptr_StorageBuffer_v_block = OpTypePointer StorageBuffer %v_block |
| %1 = OpVariable %_ptr_StorageBuffer_v_block StorageBuffer |
| %uint = OpTypeInt 32 0 |
| %_ptr_Private_uint = OpTypePointer Private %uint |
| %13 = OpConstantNull %uint |
| %i = OpVariable %_ptr_Private_uint Private %13 |
| %15 = OpTypeFunction %int |
| %uint_1 = OpConstant %uint 1 |
| %int_1 = OpConstant %int 1 |
| %uint_2 = OpConstant %uint 2 |
| %uint_3 = OpConstant %uint 3 |
| %void = OpTypeVoid |
| %33 = OpTypeFunction %void |
| %uint_4 = OpConstant %uint 4 |
| %_arr_float_uint_4 = OpTypeArray %float %uint_4 |
| %_ptr_Function__arr_float_uint_4 = OpTypePointer Function %_arr_float_uint_4 |
| %39 = OpConstantNull %_arr_float_uint_4 |
| %v2uint = OpTypeVector %uint 2 |
| %_ptr_Function_v2uint = OpTypePointer Function %v2uint |
| %48 = OpConstantNull %v2uint |
| %_ptr_Function_float = OpTypePointer Function %float |
| %float_2 = OpConstant %float 2 |
| %uint_4294967295 = OpConstant %uint 4294967295 |
| %60 = OpConstantComposite %v2uint %uint_4294967295 %uint_4294967295 |
| %bool = OpTypeBool |
| %v2bool = OpTypeVector %bool 2 |
| %float_10 = OpConstant %float 10 |
| %_ptr_Function_uint = OpTypePointer Function %uint |
| %uint_0 = OpConstant %uint 0 |
| %float_1 = OpConstant %float 1 |
| %idx1 = OpFunction %int None %15 |
| %16 = OpLabel |
| %17 = OpLoad %uint %i None |
| %18 = OpIAdd %uint %17 %uint_1 |
| OpStore %i %18 None |
| OpReturnValue %int_1 |
| OpFunctionEnd |
| %idx2 = OpFunction %int None %15 |
| %22 = OpLabel |
| %23 = OpLoad %uint %i None |
| %24 = OpIAdd %uint %23 %uint_2 |
| OpStore %i %24 None |
| OpReturnValue %int_1 |
| OpFunctionEnd |
| %idx3 = OpFunction %int None %15 |
| %27 = OpLabel |
| %28 = OpLoad %uint %i None |
| %29 = OpIAdd %uint %28 %uint_3 |
| OpStore %i %29 None |
| OpReturnValue %int_1 |
| OpFunctionEnd |
| %foo = OpFunction %void None %33 |
| %34 = OpLabel |
| %a = OpVariable %_ptr_Function__arr_float_uint_4 Function |
| %tint_loop_idx = OpVariable %_ptr_Function_v2uint Function %48 |
| OpStore %a %39 |
| OpBranch %40 |
| %40 = OpLabel |
| %49 = OpFunctionCall %int %idx1 |
| %50 = OpBitcast %uint %49 |
| %51 = OpExtInst %uint %52 UMin %50 %uint_3 |
| %53 = OpAccessChain %_ptr_Function_float %a %51 |
| %55 = OpLoad %float %53 None |
| %56 = OpFMul %float %55 %float_2 |
| OpStore %53 %56 None |
| OpBranch %43 |
| %43 = OpLabel |
| OpLoopMerge %44 %42 None |
| OpBranch %41 |
| %41 = OpLabel |
| %58 = OpLoad %v2uint %tint_loop_idx None |
| %59 = OpIEqual %v2bool %58 %60 |
| %64 = OpAll %bool %59 |
| OpSelectionMerge %65 None |
| OpBranchConditional %64 %66 %65 |
| %66 = OpLabel |
| OpBranch %44 |
| %65 = OpLabel |
| %67 = OpFunctionCall %int %idx2 |
| %68 = OpBitcast %uint %67 |
| %69 = OpExtInst %uint %52 UMin %68 %uint_3 |
| %70 = OpAccessChain %_ptr_Function_float %a %69 |
| %71 = OpLoad %float %70 None |
| %72 = OpFOrdLessThan %bool %71 %float_10 |
| OpSelectionMerge %74 None |
| OpBranchConditional %72 %74 %75 |
| %75 = OpLabel |
| OpBranch %44 |
| %74 = OpLabel |
| OpBranch %42 |
| %42 = OpLabel |
| %76 = OpAccessChain %_ptr_Function_uint %tint_loop_idx %uint_0 |
| %79 = OpLoad %uint %76 None |
| %tint_low_inc = OpIAdd %uint %79 %uint_1 |
| %81 = OpAccessChain %_ptr_Function_uint %tint_loop_idx %uint_0 |
| OpStore %81 %tint_low_inc None |
| %82 = OpIEqual %bool %tint_low_inc %uint_0 |
| %tint_carry = OpSelect %uint %82 %uint_1 %uint_0 |
| %84 = OpAccessChain %_ptr_Function_uint %tint_loop_idx %uint_1 |
| %85 = OpLoad %uint %84 None |
| %86 = OpIAdd %uint %85 %tint_carry |
| %87 = OpAccessChain %_ptr_Function_uint %tint_loop_idx %uint_1 |
| OpStore %87 %86 None |
| %88 = OpFunctionCall %int %idx3 |
| %89 = OpBitcast %uint %88 |
| %90 = OpExtInst %uint %52 UMin %89 %uint_3 |
| %91 = OpAccessChain %_ptr_Function_float %a %90 |
| %92 = OpLoad %float %91 None |
| %93 = OpFAdd %float %92 %float_1 |
| OpStore %91 %93 None |
| OpBranch %43 |
| %44 = OpLabel |
| OpReturn |
| OpFunctionEnd |
| %unused_entry_point = OpFunction %void None %33 |
| %96 = OpLabel |
| OpReturn |
| OpFunctionEnd |