| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 121 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" %x_GLF_color_1_1 |
| OpExecutionMode %main OriginUpperLeft |
| OpName %x_GLF_color_1_1 "x_GLF_color_1_1" |
| OpName %buf0 "buf0" |
| OpMemberName %buf0 0 "zero" |
| OpName %x_8 "x_8" |
| OpName %x_GLF_color "x_GLF_color" |
| OpName %main_1 "main_1" |
| OpName %x_50 "x_50" |
| OpName %x_15 "x_15" |
| OpName %x_16 "x_16" |
| OpName %Array "Array" |
| OpMemberName %Array 0 "values" |
| OpName %param "param" |
| OpName %x_19 "x_19" |
| OpName %x_20_phi "x_20_phi" |
| OpName %x_19_phi "x_19_phi" |
| OpName %x_63_phi "x_63_phi" |
| OpName %main_out "main_out" |
| OpMemberName %main_out 0 "x_GLF_color_1" |
| OpName %main_inner "main_inner" |
| OpName %main "main" |
| OpName %func_struct_Array_i1_2_1_ "func_struct_Array_i1_2_1_" |
| OpName %a "a" |
| OpName %x_70 "x_70" |
| OpName %x_12 "x_12" |
| OpName %x_13 "x_13" |
| OpName %x_72_phi "x_72_phi" |
| OpName %x_14_phi "x_14_phi" |
| OpName %x_77 "x_77" |
| OpName %x_77_phi "x_77_phi" |
| OpName %x_13_phi "x_13_phi" |
| OpName %x_87_phi "x_87_phi" |
| OpDecorate %x_GLF_color_1_1 Location 0 |
| OpDecorate %buf0 Block |
| OpMemberDecorate %buf0 0 Offset 0 |
| OpDecorate %x_8 NonWritable |
| OpDecorate %x_8 DescriptorSet 0 |
| OpDecorate %x_8 Binding 0 |
| OpMemberDecorate %Array 0 Offset 0 |
| OpDecorate %_arr_int_uint_2 ArrayStride 4 |
| OpMemberDecorate %main_out 0 Offset 0 |
| %float = OpTypeFloat 32 |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %5 = OpConstantNull %v4float |
| %x_GLF_color_1_1 = OpVariable %_ptr_Output_v4float Output %5 |
| %int = OpTypeInt 32 1 |
| %buf0 = OpTypeStruct %int |
| %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 |
| %x_8 = OpVariable %_ptr_Uniform_buf0 Uniform |
| %_ptr_Private_v4float = OpTypePointer Private %v4float |
| %x_GLF_color = OpVariable %_ptr_Private_v4float Private %5 |
| %void = OpTypeVoid |
| %12 = OpTypeFunction %void |
| %bool = OpTypeBool |
| %false = OpConstantFalse %bool |
| %_ptr_Function_bool = OpTypePointer Function %bool |
| %20 = OpConstantNull %bool |
| %_ptr_Function_int = OpTypePointer Function %int |
| %23 = OpConstantNull %int |
| %uint = OpTypeInt 32 0 |
| %uint_2 = OpConstant %uint 2 |
| %_arr_int_uint_2 = OpTypeArray %int %uint_2 |
| %Array = OpTypeStruct %_arr_int_uint_2 |
| %_ptr_Function_Array = OpTypePointer Function %Array |
| %31 = OpConstantNull %Array |
| %int_0 = OpConstant %int 0 |
| %35 = OpConstantComposite %_arr_int_uint_2 %int_0 %int_0 |
| %36 = OpConstantComposite %Array %35 |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_Uniform_int = OpTypePointer Uniform %int |
| %int_1 = OpConstant %int 1 |
| %true = OpConstantTrue %bool |
| %float_1 = OpConstant %float 1 |
| %float_0 = OpConstant %float 0 |
| %70 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1 |
| %71 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_0 |
| %main_out = OpTypeStruct %v4float |
| %72 = OpTypeFunction %main_out |
| %83 = OpTypeFunction %int %_ptr_Function_Array |
| %main_1 = OpFunction %void None %12 |
| %15 = OpLabel |
| %x_50 = OpVariable %_ptr_Function_bool Function %20 |
| %x_15 = OpVariable %_ptr_Function_int Function %23 |
| %x_16 = OpVariable %_ptr_Function_int Function %23 |
| %param = OpVariable %_ptr_Function_Array Function %31 |
| %x_19 = OpVariable %_ptr_Function_int Function %23 |
| %x_20_phi = OpVariable %_ptr_Function_int Function %23 |
| %x_19_phi = OpVariable %_ptr_Function_int Function %23 |
| %x_63_phi = OpVariable %_ptr_Function_bool Function %20 |
| OpStore %x_50 %false |
| OpStore %param %36 |
| OpStore %x_50 %false |
| OpBranch %37 |
| %37 = OpLabel |
| OpLoopMerge %38 %39 None |
| OpBranch %40 |
| %40 = OpLabel |
| OpBranch %43 |
| %43 = OpLabel |
| OpLoopMerge %44 %45 None |
| OpBranch %46 |
| %46 = OpLabel |
| %49 = OpAccessChain %_ptr_Uniform_int %x_8 %uint_0 |
| %50 = OpLoad %int %49 |
| %51 = OpAccessChain %_ptr_Function_int %param %uint_0 %50 |
| %52 = OpLoad %int %51 |
| %54 = OpIEqual %bool %52 %int_1 |
| OpSelectionMerge %55 None |
| OpBranchConditional %54 %56 %55 |
| %56 = OpLabel |
| OpStore %x_50 %true |
| OpStore %x_15 %int_1 |
| OpStore %x_19_phi %int_1 |
| OpStore %x_63_phi %true |
| OpBranch %44 |
| %55 = OpLabel |
| OpStore %x_19_phi %int_0 |
| OpStore %x_63_phi %false |
| OpBranch %44 |
| %45 = OpLabel |
| OpBranch %43 |
| %44 = OpLabel |
| %58 = OpLoad %int %x_19_phi |
| OpStore %x_19 %58 |
| %59 = OpLoad %bool %x_63_phi |
| %60 = OpLoad %int %x_19 |
| OpStore %x_20_phi %60 |
| OpSelectionMerge %61 None |
| OpBranchConditional %59 %62 %61 |
| %62 = OpLabel |
| OpBranch %38 |
| %61 = OpLabel |
| OpStore %x_50 %true |
| OpStore %x_15 %int_1 |
| OpStore %x_20_phi %int_1 |
| OpBranch %38 |
| %39 = OpLabel |
| OpBranch %37 |
| %38 = OpLabel |
| %63 = OpLoad %int %x_20_phi |
| OpStore %x_16 %63 |
| %64 = OpIEqual %bool %63 %int_1 |
| OpSelectionMerge %65 None |
| OpBranchConditional %64 %66 %67 |
| %66 = OpLabel |
| OpStore %x_GLF_color %70 |
| OpBranch %65 |
| %67 = OpLabel |
| OpStore %x_GLF_color %71 |
| OpBranch %65 |
| %65 = OpLabel |
| OpReturn |
| OpFunctionEnd |
| %main_inner = OpFunction %main_out None %72 |
| %75 = OpLabel |
| %76 = OpFunctionCall %void %main_1 |
| %77 = OpLoad %v4float %x_GLF_color |
| %78 = OpCompositeConstruct %main_out %77 |
| OpReturnValue %78 |
| OpFunctionEnd |
| %main = OpFunction %void None %12 |
| %80 = OpLabel |
| %81 = OpFunctionCall %main_out %main_inner |
| %82 = OpCompositeExtract %v4float %81 0 |
| OpStore %x_GLF_color_1_1 %82 |
| OpReturn |
| OpFunctionEnd |
| %func_struct_Array_i1_2_1_ = OpFunction %int None %83 |
| %a = OpFunctionParameter %_ptr_Function_Array |
| %86 = OpLabel |
| %x_70 = OpVariable %_ptr_Function_bool Function %20 |
| %x_12 = OpVariable %_ptr_Function_int Function %23 |
| %x_13 = OpVariable %_ptr_Function_int Function %23 |
| %x_72_phi = OpVariable %_ptr_Function_bool Function %20 |
| %x_14_phi = OpVariable %_ptr_Function_int Function %23 |
| %x_77 = OpVariable %_ptr_Function_bool Function %20 |
| %x_77_phi = OpVariable %_ptr_Function_bool Function %20 |
| %x_13_phi = OpVariable %_ptr_Function_int Function %23 |
| %x_87_phi = OpVariable %_ptr_Function_bool Function %20 |
| OpStore %x_70 %false |
| OpStore %x_72_phi %false |
| OpBranch %92 |
| %92 = OpLabel |
| OpLoopMerge %93 %94 None |
| OpBranch %95 |
| %95 = OpLabel |
| %100 = OpLoad %bool %x_72_phi |
| OpStore %x_77_phi %100 |
| OpBranch %101 |
| %101 = OpLabel |
| OpLoopMerge %102 %103 None |
| OpBranch %104 |
| %104 = OpLabel |
| %105 = OpLoad %bool %x_77_phi |
| OpStore %x_77 %105 |
| %106 = OpAccessChain %_ptr_Uniform_int %x_8 %uint_0 |
| %107 = OpLoad %int %106 |
| %109 = OpAccessChain %_ptr_Function_int %a %uint_0 %107 |
| %110 = OpLoad %int %109 |
| %111 = OpIEqual %bool %110 %int_1 |
| OpSelectionMerge %112 None |
| OpBranchConditional %111 %113 %112 |
| %113 = OpLabel |
| OpStore %x_70 %true |
| OpStore %x_12 %int_1 |
| OpStore %x_13_phi %int_1 |
| OpStore %x_87_phi %true |
| OpBranch %102 |
| %112 = OpLabel |
| OpStore %x_13_phi %int_0 |
| %114 = OpLoad %bool %x_77 |
| OpStore %x_87_phi %114 |
| OpBranch %102 |
| %103 = OpLabel |
| OpStore %x_77_phi %false |
| OpBranch %101 |
| %102 = OpLabel |
| %115 = OpLoad %int %x_13_phi |
| OpStore %x_13 %115 |
| %116 = OpLoad %bool %x_87_phi |
| %117 = OpLoad %int %x_13 |
| OpStore %x_14_phi %117 |
| OpSelectionMerge %118 None |
| OpBranchConditional %116 %119 %118 |
| %119 = OpLabel |
| OpBranch %93 |
| %118 = OpLabel |
| OpStore %x_70 %true |
| OpStore %x_12 %int_1 |
| OpStore %x_14_phi %int_1 |
| OpBranch %93 |
| %94 = OpLabel |
| OpStore %x_72_phi %false |
| OpBranch %92 |
| %93 = OpLabel |
| %120 = OpLoad %int %x_14_phi |
| OpReturnValue %120 |
| OpFunctionEnd |