| OpCapability Shader |
| %1 = OpExtInstImport "GLSL.std.450" |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" %_GLF_color |
| OpExecutionMode %main OriginUpperLeft |
| OpSource ESSL 310 |
| OpName %main "main" |
| OpName %A "A" |
| OpName %buf1 "buf1" |
| OpMemberName %buf1 0 "_GLF_uniform_int_values" |
| OpName %_ "" |
| OpName %i "i" |
| OpName %a "a" |
| OpName %buf0 "buf0" |
| OpMemberName %buf0 0 "_GLF_uniform_float_values" |
| OpName %__0 "" |
| OpName %v1 "v1" |
| OpName %v2 "v2" |
| OpName %b "b" |
| OpName %_GLF_color "_GLF_color" |
| OpDecorate %_arr_int_uint_3 ArrayStride 16 |
| OpMemberDecorate %buf1 0 Offset 0 |
| OpDecorate %buf1 Block |
| OpDecorate %_ DescriptorSet 0 |
| OpDecorate %_ Binding 1 |
| OpDecorate %_arr_float_uint_2 ArrayStride 16 |
| OpMemberDecorate %buf0 0 Offset 0 |
| OpDecorate %buf0 Block |
| OpDecorate %__0 DescriptorSet 0 |
| OpDecorate %__0 Binding 0 |
| OpDecorate %_GLF_color Location 0 |
| %void = OpTypeVoid |
| %17 = OpTypeFunction %void |
| %int = OpTypeInt 32 1 |
| %uint = OpTypeInt 32 0 |
| %uint_2 = OpConstant %uint 2 |
| %_arr_int_uint_2 = OpTypeArray %int %uint_2 |
| %_ptr_Function__arr_int_uint_2 = OpTypePointer Function %_arr_int_uint_2 |
| %uint_3 = OpConstant %uint 3 |
| %_arr_int_uint_3 = OpTypeArray %int %uint_3 |
| %buf1 = OpTypeStruct %_arr_int_uint_3 |
| %_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1 |
| %_ = OpVariable %_ptr_Uniform_buf1 Uniform |
| %int_0 = OpConstant %int 0 |
| %int_2 = OpConstant %int 2 |
| %_ptr_Uniform_int = OpTypePointer Uniform %int |
| %_ptr_Function_int = OpTypePointer Function %int |
| %int_1 = OpConstant %int 1 |
| %bool = OpTypeBool |
| %float = OpTypeFloat 32 |
| %_arr_float_uint_2 = OpTypeArray %float %uint_2 |
| %buf0 = OpTypeStruct %_arr_float_uint_2 |
| %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 |
| %__0 = OpVariable %_ptr_Uniform_buf0 Uniform |
| %_ptr_Uniform_float = OpTypePointer Uniform %float |
| %v2float = OpTypeVector %float 2 |
| %_ptr_Function_v2float = OpTypePointer Function %v2float |
| %true = OpConstantTrue %bool |
| %v2bool = OpTypeVector %bool 2 |
| %_ptr_Function_float = OpTypePointer Function %float |
| %false = OpConstantFalse %bool |
| %40 = OpConstantComposite %v2bool %false %false |
| %uint_0 = OpConstant %uint 0 |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %_GLF_color = OpVariable %_ptr_Output_v4float Output |
| %main = OpFunction %void None %17 |
| %44 = OpLabel |
| %A = OpVariable %_ptr_Function__arr_int_uint_2 Function |
| %i = OpVariable %_ptr_Function_int Function |
| %a = OpVariable %_ptr_Function_int Function |
| %v1 = OpVariable %_ptr_Function_v2float Function |
| %v2 = OpVariable %_ptr_Function_v2float Function |
| %b = OpVariable %_ptr_Function_int Function |
| %45 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2 |
| %46 = OpLoad %int %45 |
| %47 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0 |
| %48 = OpLoad %int %47 |
| %49 = OpAccessChain %_ptr_Function_int %A %46 |
| OpStore %49 %48 |
| %50 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0 |
| %51 = OpLoad %int %50 |
| %52 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1 |
| %53 = OpLoad %int %52 |
| %54 = OpAccessChain %_ptr_Function_int %A %51 |
| OpStore %54 %53 |
| %55 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0 |
| %56 = OpLoad %int %55 |
| OpStore %i %56 |
| OpBranch %57 |
| %57 = OpLabel |
| OpLoopMerge %58 %59 None |
| OpBranch %60 |
| %60 = OpLabel |
| %61 = OpLoad %int %i |
| %62 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2 |
| %63 = OpLoad %int %62 |
| %64 = OpSGreaterThan %bool %61 %63 |
| OpBranchConditional %64 %65 %58 |
| %65 = OpLabel |
| %66 = OpLoad %int %i |
| %67 = OpISub %int %66 %int_1 |
| OpStore %i %67 |
| OpBranch %59 |
| %59 = OpLabel |
| OpBranch %57 |
| %58 = OpLabel |
| %68 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_1 |
| %69 = OpLoad %float %68 |
| %70 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_1 |
| %71 = OpLoad %float %70 |
| %72 = OpFOrdGreaterThanEqual %bool %69 %71 |
| %73 = OpLoad %int %i |
| %74 = OpSelect %int %72 %int_1 %73 |
| %75 = OpAccessChain %_ptr_Function_int %A %74 |
| %76 = OpLoad %int %75 |
| OpStore %a %76 |
| %77 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0 |
| %78 = OpLoad %int %77 |
| %79 = OpConvertSToF %float %78 |
| %80 = OpLoad %int %a |
| %81 = OpConvertSToF %float %80 |
| %82 = OpCompositeConstruct %v2float %79 %81 |
| %83 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0 |
| %84 = OpLoad %int %83 |
| %85 = OpConvertSToF %float %84 |
| %86 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0 |
| %87 = OpLoad %int %86 |
| %88 = OpConvertSToF %float %87 |
| %89 = OpCompositeConstruct %v2float %85 %88 |
| %90 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_1 |
| %91 = OpLoad %float %90 |
| %92 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_0 |
| %93 = OpLoad %float %92 |
| %94 = OpFOrdLessThan %bool %91 %93 |
| %95 = OpCompositeConstruct %v2bool %94 %true |
| %96 = OpSelect %v2float %95 %89 %82 |
| OpStore %v1 %96 |
| %97 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2 |
| %98 = OpLoad %int %97 |
| %99 = OpAccessChain %_ptr_Function_float %v1 %98 |
| %100 = OpLoad %float %99 |
| %101 = OpCompositeConstruct %v2float %100 %100 |
| %102 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0 |
| %103 = OpLoad %int %102 |
| %104 = OpAccessChain %_ptr_Function_float %v1 %103 |
| %105 = OpLoad %float %104 |
| %106 = OpCompositeConstruct %v2float %105 %105 |
| %107 = OpSelect %v2float %40 %106 %101 |
| OpStore %v2 %107 |
| %108 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1 |
| %109 = OpLoad %int %108 |
| %110 = OpConvertSToF %float %109 |
| %111 = OpCompositeConstruct %v2float %110 %110 |
| %112 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0 |
| %113 = OpLoad %int %112 |
| %114 = OpConvertSToF %float %113 |
| %115 = OpCompositeConstruct %v2float %114 %114 |
| %116 = OpLoad %v2float %v2 |
| %117 = OpExtInst %v2float %1 FClamp %111 %115 %116 |
| %118 = OpCompositeExtract %float %117 0 |
| %119 = OpConvertFToS %int %118 |
| %120 = OpAccessChain %_ptr_Function_int %A %119 |
| %121 = OpLoad %int %120 |
| OpStore %b %121 |
| %122 = OpLoad %int %b |
| %123 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1 |
| %124 = OpLoad %int %123 |
| %125 = OpIEqual %bool %122 %124 |
| OpSelectionMerge %126 None |
| OpBranchConditional %125 %127 %128 |
| %127 = OpLabel |
| %129 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0 |
| %130 = OpLoad %int %129 |
| %131 = OpConvertSToF %float %130 |
| %132 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2 |
| %133 = OpLoad %int %132 |
| %134 = OpConvertSToF %float %133 |
| %135 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2 |
| %136 = OpLoad %int %135 |
| %137 = OpConvertSToF %float %136 |
| %138 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0 |
| %139 = OpLoad %int %138 |
| %140 = OpConvertSToF %float %139 |
| %141 = OpCompositeConstruct %v4float %131 %134 %137 %140 |
| OpStore %_GLF_color %141 |
| OpBranch %126 |
| %128 = OpLabel |
| %142 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2 |
| %143 = OpLoad %int %142 |
| %144 = OpConvertSToF %float %143 |
| %145 = OpCompositeConstruct %v4float %144 %144 %144 %144 |
| OpStore %_GLF_color %145 |
| OpBranch %126 |
| %126 = OpLabel |
| OpReturn |
| OpFunctionEnd |