| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 415 |
| ; Schema: 0 |
| OpCapability Shader |
| %164 = OpExtInstImport "GLSL.std.450" |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" %tint_symbol %tint_symbol_2 |
| OpExecutionMode %main OriginUpperLeft |
| OpName %buf0 "buf0" |
| OpMemberName %buf0 0 "injectionSwitch" |
| OpName %x_8 "x_8" |
| OpName %gl_FragCoord "gl_FragCoord" |
| OpName %x_GLF_color "x_GLF_color" |
| OpName %tint_symbol "tint_symbol" |
| OpName %tint_symbol_2 "tint_symbol_2" |
| OpName %main_1 "main_1" |
| OpName %temp "temp" |
| OpName %data "data" |
| OpName %x_189 "x_189" |
| OpName %x_261 "x_261" |
| OpName %x_63_phi "x_63_phi" |
| OpName %x_102_phi "x_102_phi" |
| OpName %x_111_phi "x_111_phi" |
| OpName %x_262_phi "x_262_phi" |
| OpName %x_99 "x_99" |
| OpName %x_97 "x_97" |
| OpName %x_95 "x_95" |
| OpName %x_93 "x_93" |
| OpName %x_91 "x_91" |
| OpName %x_89 "x_89" |
| OpName %x_87 "x_87" |
| OpName %x_85 "x_85" |
| OpName %x_83 "x_83" |
| OpName %x_81 "x_81" |
| OpName %x_64_phi "x_64_phi" |
| OpName %x_103 "x_103" |
| OpName %x_112 "x_112" |
| OpName %x_118_phi "x_118_phi" |
| OpName %x_130 "x_130" |
| OpName %x_135 "x_135" |
| OpName %x_130_phi "x_130_phi" |
| OpName %x_133_phi "x_133_phi" |
| OpName %x_135_phi "x_135_phi" |
| OpName %x_157_phi "x_157_phi" |
| OpName %x_160_phi "x_160_phi" |
| OpName %x_170_phi "x_170_phi" |
| OpName %x_150 "x_150" |
| OpName %x_153 "x_153" |
| OpName %x_134_phi "x_134_phi" |
| OpName %x_136_phi "x_136_phi" |
| OpName %x_158 "x_158" |
| OpName %x_161 "x_161" |
| OpName %x_171 "x_171" |
| OpName %x_180 "x_180" |
| OpName %x_198 "x_198" |
| OpName %x_260 "x_260" |
| OpName %x_261_phi "x_261_phi" |
| OpName %x_207 "x_207" |
| OpName %x_259 "x_259" |
| OpName %x_260_phi "x_260_phi" |
| OpName %x_216 "x_216" |
| OpName %x_258 "x_258" |
| OpName %x_259_phi "x_259_phi" |
| OpName %x_229 "x_229" |
| OpName %x_257 "x_257" |
| OpName %x_258_phi "x_258_phi" |
| OpName %x_238 "x_238" |
| OpName %x_256 "x_256" |
| OpName %x_257_phi "x_257_phi" |
| OpName %x_247 "x_247" |
| OpName %x_255 "x_255" |
| OpName %x_256_phi "x_256_phi" |
| OpName %main_out "main_out" |
| OpMemberName %main_out 0 "x_GLF_color_1" |
| OpName %tint_symbol_3 "tint_symbol_3" |
| OpName %tint_symbol_1 "tint_symbol_1" |
| OpName %main "main" |
| OpDecorate %buf0 Block |
| OpMemberDecorate %buf0 0 Offset 0 |
| OpDecorate %x_8 NonWritable |
| OpDecorate %x_8 DescriptorSet 0 |
| OpDecorate %x_8 Binding 0 |
| OpDecorate %tint_symbol BuiltIn FragCoord |
| OpDecorate %tint_symbol_2 Location 0 |
| OpDecorate %_arr_int_uint_10 ArrayStride 4 |
| OpMemberDecorate %main_out 0 Offset 0 |
| %float = OpTypeFloat 32 |
| %v2float = OpTypeVector %float 2 |
| %buf0 = OpTypeStruct %v2float |
| %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 |
| %x_8 = OpVariable %_ptr_Uniform_buf0 Uniform |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Private_v4float = OpTypePointer Private %v4float |
| %9 = OpConstantNull %v4float |
| %gl_FragCoord = OpVariable %_ptr_Private_v4float Private %9 |
| %x_GLF_color = OpVariable %_ptr_Private_v4float Private %9 |
| %_ptr_Input_v4float = OpTypePointer Input %v4float |
| %tint_symbol = OpVariable %_ptr_Input_v4float Input |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %tint_symbol_2 = OpVariable %_ptr_Output_v4float Output %9 |
| %void = OpTypeVoid |
| %15 = OpTypeFunction %void |
| %int = OpTypeInt 32 1 |
| %uint = OpTypeInt 32 0 |
| %uint_10 = OpConstant %uint 10 |
| %_arr_int_uint_10 = OpTypeArray %int %uint_10 |
| %_ptr_Function__arr_int_uint_10 = OpTypePointer Function %_arr_int_uint_10 |
| %25 = OpConstantNull %_arr_int_uint_10 |
| %_ptr_Function_float = OpTypePointer Function %float |
| %29 = OpConstantNull %float |
| %_ptr_Function_int = OpTypePointer Function %int |
| %33 = OpConstantNull %int |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_Uniform_float = OpTypePointer Uniform %float |
| %int_1 = OpConstant %int 1 |
| %int_n5 = OpConstant %int -5 |
| %int_n4 = OpConstant %int -4 |
| %int_n3 = OpConstant %int -3 |
| %int_n2 = OpConstant %int -2 |
| %int_n1 = OpConstant %int -1 |
| %int_0 = OpConstant %int 0 |
| %int_2 = OpConstant %int 2 |
| %int_3 = OpConstant %int 3 |
| %int_4 = OpConstant %int 4 |
| %int_10 = OpConstant %int 10 |
| %bool = OpTypeBool |
| %int_9 = OpConstant %int 9 |
| %uint_1 = OpConstant %uint 1 |
| %_ptr_Private_float = OpTypePointer Private %float |
| %int_30 = OpConstant %int 30 |
| %float_0_5 = OpConstant %float 0.5 |
| %float_0_100000001 = OpConstant %float 0.100000001 |
| %int_60 = OpConstant %int 60 |
| %int_90 = OpConstant %int 90 |
| %int_120 = OpConstant %int 120 |
| %int_150 = OpConstant %int 150 |
| %int_180 = OpConstant %int 180 |
| %int_5 = OpConstant %int 5 |
| %int_210 = OpConstant %int 210 |
| %int_6 = OpConstant %int 6 |
| %int_240 = OpConstant %int 240 |
| %int_7 = OpConstant %int 7 |
| %int_270 = OpConstant %int 270 |
| %int_8 = OpConstant %int 8 |
| %float_1 = OpConstant %float 1 |
| %main_out = OpTypeStruct %v4float |
| %402 = OpTypeFunction %void %main_out |
| %main_1 = OpFunction %void None %15 |
| %18 = OpLabel |
| %temp = OpVariable %_ptr_Function__arr_int_uint_10 Function %25 |
| %data = OpVariable %_ptr_Function__arr_int_uint_10 Function %25 |
| %x_189 = OpVariable %_ptr_Function_float Function %29 |
| %x_261 = OpVariable %_ptr_Function_float Function %29 |
| %x_63_phi = OpVariable %_ptr_Function_int Function %33 |
| %x_102_phi = OpVariable %_ptr_Function_int Function %33 |
| %x_111_phi = OpVariable %_ptr_Function_int Function %33 |
| %x_262_phi = OpVariable %_ptr_Function_float Function %29 |
| %x_99 = OpVariable %_ptr_Function_int Function %33 |
| %x_97 = OpVariable %_ptr_Function_int Function %33 |
| %x_95 = OpVariable %_ptr_Function_int Function %33 |
| %x_93 = OpVariable %_ptr_Function_int Function %33 |
| %x_91 = OpVariable %_ptr_Function_int Function %33 |
| %x_89 = OpVariable %_ptr_Function_int Function %33 |
| %x_87 = OpVariable %_ptr_Function_int Function %33 |
| %x_85 = OpVariable %_ptr_Function_int Function %33 |
| %x_83 = OpVariable %_ptr_Function_int Function %33 |
| %x_81 = OpVariable %_ptr_Function_int Function %33 |
| %x_64_phi = OpVariable %_ptr_Function_int Function %33 |
| %x_103 = OpVariable %_ptr_Function_int Function %33 |
| %x_112 = OpVariable %_ptr_Function_int Function %33 |
| %x_118_phi = OpVariable %_ptr_Function_int Function %33 |
| %x_130 = OpVariable %_ptr_Function_int Function %33 |
| %x_135 = OpVariable %_ptr_Function_int Function %33 |
| %x_130_phi = OpVariable %_ptr_Function_int Function %33 |
| %x_133_phi = OpVariable %_ptr_Function_int Function %33 |
| %x_135_phi = OpVariable %_ptr_Function_int Function %33 |
| %x_157_phi = OpVariable %_ptr_Function_int Function %33 |
| %x_160_phi = OpVariable %_ptr_Function_int Function %33 |
| %x_170_phi = OpVariable %_ptr_Function_int Function %33 |
| %x_150 = OpVariable %_ptr_Function_int Function %33 |
| %x_153 = OpVariable %_ptr_Function_int Function %33 |
| %x_134_phi = OpVariable %_ptr_Function_int Function %33 |
| %x_136_phi = OpVariable %_ptr_Function_int Function %33 |
| %x_158 = OpVariable %_ptr_Function_int Function %33 |
| %x_161 = OpVariable %_ptr_Function_int Function %33 |
| %x_171 = OpVariable %_ptr_Function_int Function %33 |
| %x_180 = OpVariable %_ptr_Function_int Function %33 |
| %x_198 = OpVariable %_ptr_Function_float Function %29 |
| %x_260 = OpVariable %_ptr_Function_float Function %29 |
| %x_261_phi = OpVariable %_ptr_Function_float Function %29 |
| %x_207 = OpVariable %_ptr_Function_float Function %29 |
| %x_259 = OpVariable %_ptr_Function_float Function %29 |
| %x_260_phi = OpVariable %_ptr_Function_float Function %29 |
| %x_216 = OpVariable %_ptr_Function_float Function %29 |
| %x_258 = OpVariable %_ptr_Function_float Function %29 |
| %x_259_phi = OpVariable %_ptr_Function_float Function %29 |
| %x_229 = OpVariable %_ptr_Function_float Function %29 |
| %x_257 = OpVariable %_ptr_Function_float Function %29 |
| %x_258_phi = OpVariable %_ptr_Function_float Function %29 |
| %x_238 = OpVariable %_ptr_Function_float Function %29 |
| %x_256 = OpVariable %_ptr_Function_float Function %29 |
| %x_257_phi = OpVariable %_ptr_Function_float Function %29 |
| %x_247 = OpVariable %_ptr_Function_float Function %29 |
| %x_255 = OpVariable %_ptr_Function_float Function %29 |
| %x_256_phi = OpVariable %_ptr_Function_float Function %29 |
| %39 = OpAccessChain %_ptr_Uniform_float %x_8 %uint_0 %uint_0 |
| %40 = OpLoad %float %39 |
| %41 = OpConvertFToS %int %40 |
| OpStore %x_63_phi %41 |
| OpBranch %42 |
| %42 = OpLabel |
| OpLoopMerge %43 %44 None |
| OpBranch %45 |
| %45 = OpLabel |
| %57 = OpLoad %int %x_63_phi |
| %59 = OpIAdd %int %57 %int_1 |
| OpStore %x_64_phi %59 |
| OpSelectionMerge %60 None |
| OpSwitch %57 %61 9 %62 8 %63 7 %64 6 %65 5 %66 4 %67 3 %68 2 %69 1 %70 0 %71 |
| %62 = OpLabel |
| %72 = OpAccessChain %_ptr_Function_int %data %57 |
| OpStore %72 %int_n5 |
| %74 = OpIAdd %int %57 %int_1 |
| OpStore %x_99 %74 |
| %75 = OpLoad %int %x_99 |
| OpStore %x_64_phi %75 |
| OpBranch %60 |
| %63 = OpLabel |
| %76 = OpAccessChain %_ptr_Function_int %data %57 |
| OpStore %76 %int_n4 |
| %78 = OpIAdd %int %57 %int_1 |
| OpStore %x_97 %78 |
| %79 = OpLoad %int %x_97 |
| OpStore %x_64_phi %79 |
| OpBranch %60 |
| %64 = OpLabel |
| %80 = OpAccessChain %_ptr_Function_int %data %57 |
| OpStore %80 %int_n3 |
| %82 = OpIAdd %int %57 %int_1 |
| OpStore %x_95 %82 |
| %83 = OpLoad %int %x_95 |
| OpStore %x_64_phi %83 |
| OpBranch %60 |
| %65 = OpLabel |
| %84 = OpAccessChain %_ptr_Function_int %data %57 |
| OpStore %84 %int_n2 |
| %86 = OpIAdd %int %57 %int_1 |
| OpStore %x_93 %86 |
| %87 = OpLoad %int %x_93 |
| OpStore %x_64_phi %87 |
| OpBranch %60 |
| %66 = OpLabel |
| %88 = OpAccessChain %_ptr_Function_int %data %57 |
| OpStore %88 %int_n1 |
| %90 = OpIAdd %int %57 %int_1 |
| OpStore %x_91 %90 |
| %91 = OpLoad %int %x_91 |
| OpStore %x_64_phi %91 |
| OpBranch %60 |
| %67 = OpLabel |
| %92 = OpAccessChain %_ptr_Function_int %data %57 |
| OpStore %92 %int_0 |
| %94 = OpIAdd %int %57 %int_1 |
| OpStore %x_89 %94 |
| %95 = OpLoad %int %x_89 |
| OpStore %x_64_phi %95 |
| OpBranch %60 |
| %68 = OpLabel |
| %96 = OpAccessChain %_ptr_Function_int %data %57 |
| OpStore %96 %int_1 |
| %97 = OpIAdd %int %57 %int_1 |
| OpStore %x_87 %97 |
| %98 = OpLoad %int %x_87 |
| OpStore %x_64_phi %98 |
| OpBranch %60 |
| %69 = OpLabel |
| %99 = OpAccessChain %_ptr_Function_int %data %57 |
| OpStore %99 %int_2 |
| %101 = OpIAdd %int %57 %int_1 |
| OpStore %x_85 %101 |
| %102 = OpLoad %int %x_85 |
| OpStore %x_64_phi %102 |
| OpBranch %60 |
| %70 = OpLabel |
| %103 = OpAccessChain %_ptr_Function_int %data %57 |
| OpStore %103 %int_3 |
| %105 = OpIAdd %int %57 %int_1 |
| OpStore %x_83 %105 |
| %106 = OpLoad %int %x_83 |
| OpStore %x_64_phi %106 |
| OpBranch %60 |
| %71 = OpLabel |
| %107 = OpAccessChain %_ptr_Function_int %data %57 |
| OpStore %107 %int_4 |
| %109 = OpIAdd %int %57 %int_1 |
| OpStore %x_81 %109 |
| %110 = OpLoad %int %x_81 |
| OpStore %x_64_phi %110 |
| OpBranch %60 |
| %61 = OpLabel |
| OpBranch %60 |
| %60 = OpLabel |
| %111 = OpLoad %int %x_64_phi |
| OpBranch %44 |
| %44 = OpLabel |
| OpStore %x_63_phi %111 |
| %113 = OpSLessThan %bool %111 %int_10 |
| OpBranchConditional %113 %42 %43 |
| %43 = OpLabel |
| OpStore %x_102_phi %int_0 |
| OpBranch %115 |
| %115 = OpLabel |
| OpLoopMerge %116 %117 None |
| OpBranch %118 |
| %118 = OpLabel |
| %120 = OpLoad %int %x_102_phi |
| %121 = OpSLessThan %bool %120 %int_10 |
| OpSelectionMerge %122 None |
| OpBranchConditional %121 %123 %124 |
| %123 = OpLabel |
| OpBranch %122 |
| %124 = OpLabel |
| OpBranch %116 |
| %122 = OpLabel |
| OpBranch %117 |
| %117 = OpLabel |
| %125 = OpAccessChain %_ptr_Function_int %data %120 |
| %126 = OpLoad %int %125 |
| %127 = OpAccessChain %_ptr_Function_int %temp %120 |
| OpStore %127 %126 |
| %128 = OpIAdd %int %120 %int_1 |
| OpStore %x_103 %128 |
| %129 = OpLoad %int %x_103 |
| OpStore %x_102_phi %129 |
| OpBranch %115 |
| %116 = OpLabel |
| OpStore %x_111_phi %int_1 |
| OpBranch %130 |
| %130 = OpLabel |
| OpLoopMerge %131 %132 None |
| OpBranch %133 |
| %133 = OpLabel |
| %136 = OpLoad %int %x_111_phi |
| %138 = OpSLessThanEqual %bool %136 %int_9 |
| OpSelectionMerge %139 None |
| OpBranchConditional %138 %140 %141 |
| %140 = OpLabel |
| OpBranch %139 |
| %141 = OpLabel |
| OpBranch %131 |
| %139 = OpLabel |
| OpStore %x_118_phi %int_0 |
| OpBranch %142 |
| %142 = OpLabel |
| OpLoopMerge %143 %144 None |
| OpBranch %145 |
| %145 = OpLabel |
| %154 = OpLoad %int %x_118_phi |
| %155 = OpSLessThan %bool %154 %int_9 |
| OpSelectionMerge %156 None |
| OpBranchConditional %155 %157 %158 |
| %157 = OpLabel |
| OpBranch %156 |
| %158 = OpLabel |
| OpBranch %143 |
| %156 = OpLabel |
| %159 = OpIAdd %int %154 %136 |
| %160 = OpISub %int %159 %int_1 |
| %161 = OpIMul %int %int_2 %136 |
| %162 = OpIAdd %int %154 %161 |
| %165 = OpISub %int %162 %int_1 |
| %163 = OpExtInst %int %164 SMin %165 %int_9 |
| OpStore %x_130_phi %154 |
| OpStore %x_133_phi %159 |
| OpStore %x_135_phi %154 |
| OpBranch %166 |
| %166 = OpLabel |
| OpLoopMerge %167 %168 None |
| OpBranch %169 |
| %169 = OpLabel |
| %174 = OpLoad %int %x_130_phi |
| OpStore %x_130 %174 |
| %175 = OpLoad %int %x_133_phi |
| %176 = OpLoad %int %x_135_phi |
| OpStore %x_135 %176 |
| %177 = OpLoad %int %x_135 |
| %178 = OpSLessThanEqual %bool %177 %160 |
| %179 = OpSLessThanEqual %bool %175 %163 |
| %180 = OpLogicalAnd %bool %178 %179 |
| OpSelectionMerge %181 None |
| OpBranchConditional %180 %182 %183 |
| %182 = OpLabel |
| OpBranch %181 |
| %183 = OpLabel |
| OpBranch %167 |
| %181 = OpLabel |
| %184 = OpLoad %int %x_135 |
| %185 = OpAccessChain %_ptr_Function_int %data %184 |
| %186 = OpLoad %int %185 |
| %187 = OpAccessChain %_ptr_Function_int %data %175 |
| %188 = OpLoad %int %187 |
| %190 = OpLoad %int %x_130 |
| %191 = OpCopyObject %int %int_1 |
| %192 = OpIAdd %int %190 %191 |
| %189 = OpCopyObject %int %192 |
| %193 = OpSLessThan %bool %186 %188 |
| OpSelectionMerge %194 None |
| OpBranchConditional %193 %195 %196 |
| %195 = OpLabel |
| %198 = OpLoad %int %x_135 |
| %199 = OpCopyObject %int %int_1 |
| %200 = OpIAdd %int %198 %199 |
| %197 = OpCopyObject %int %200 |
| OpStore %x_150 %197 |
| %201 = OpAccessChain %_ptr_Function_int %data %184 |
| %202 = OpLoad %int %201 |
| %203 = OpLoad %int %x_130 |
| %204 = OpAccessChain %_ptr_Function_int %temp %203 |
| OpStore %204 %202 |
| OpStore %x_134_phi %175 |
| %205 = OpLoad %int %x_150 |
| OpStore %x_136_phi %205 |
| OpBranch %194 |
| %196 = OpLabel |
| %206 = OpIAdd %int %175 %int_1 |
| OpStore %x_153 %206 |
| %207 = OpAccessChain %_ptr_Function_int %data %175 |
| %208 = OpLoad %int %207 |
| %209 = OpLoad %int %x_130 |
| %210 = OpAccessChain %_ptr_Function_int %temp %209 |
| OpStore %210 %208 |
| %211 = OpLoad %int %x_153 |
| OpStore %x_134_phi %211 |
| %212 = OpLoad %int %x_135 |
| OpStore %x_136_phi %212 |
| OpBranch %194 |
| %194 = OpLabel |
| %213 = OpLoad %int %x_134_phi |
| %214 = OpLoad %int %x_136_phi |
| OpBranch %168 |
| %168 = OpLabel |
| OpStore %x_130_phi %189 |
| OpStore %x_133_phi %213 |
| OpStore %x_135_phi %214 |
| OpBranch %166 |
| %167 = OpLabel |
| %215 = OpLoad %int %x_130 |
| OpStore %x_157_phi %215 |
| %216 = OpLoad %int %x_135 |
| OpStore %x_160_phi %216 |
| OpBranch %217 |
| %217 = OpLabel |
| OpLoopMerge %218 %219 None |
| OpBranch %220 |
| %220 = OpLabel |
| %223 = OpLoad %int %x_157_phi |
| %224 = OpLoad %int %x_160_phi |
| %225 = OpSLessThan %bool %224 %int_10 |
| %226 = OpSLessThanEqual %bool %224 %160 |
| %227 = OpLogicalAnd %bool %225 %226 |
| OpSelectionMerge %228 None |
| OpBranchConditional %227 %229 %230 |
| %229 = OpLabel |
| OpBranch %228 |
| %230 = OpLabel |
| OpBranch %218 |
| %228 = OpLabel |
| OpBranch %219 |
| %219 = OpLabel |
| %231 = OpIAdd %int %223 %int_1 |
| OpStore %x_158 %231 |
| %232 = OpIAdd %int %224 %int_1 |
| OpStore %x_161 %232 |
| %233 = OpAccessChain %_ptr_Function_int %data %224 |
| %234 = OpLoad %int %233 |
| %235 = OpAccessChain %_ptr_Function_int %temp %223 |
| OpStore %235 %234 |
| %236 = OpLoad %int %x_158 |
| OpStore %x_157_phi %236 |
| %237 = OpLoad %int %x_161 |
| OpStore %x_160_phi %237 |
| OpBranch %217 |
| %218 = OpLabel |
| OpStore %x_170_phi %154 |
| OpBranch %238 |
| %238 = OpLabel |
| OpLoopMerge %239 %240 None |
| OpBranch %241 |
| %241 = OpLabel |
| %243 = OpLoad %int %x_170_phi |
| %244 = OpSLessThanEqual %bool %243 %163 |
| OpSelectionMerge %245 None |
| OpBranchConditional %244 %246 %247 |
| %246 = OpLabel |
| OpBranch %245 |
| %247 = OpLabel |
| OpBranch %239 |
| %245 = OpLabel |
| OpBranch %240 |
| %240 = OpLabel |
| %248 = OpAccessChain %_ptr_Function_int %temp %243 |
| %249 = OpLoad %int %248 |
| %250 = OpAccessChain %_ptr_Function_int %data %243 |
| OpStore %250 %249 |
| %251 = OpIAdd %int %243 %int_1 |
| OpStore %x_171 %251 |
| %252 = OpLoad %int %x_171 |
| OpStore %x_170_phi %252 |
| OpBranch %238 |
| %239 = OpLabel |
| OpBranch %144 |
| %144 = OpLabel |
| OpStore %x_118_phi %162 |
| OpBranch %142 |
| %143 = OpLabel |
| OpBranch %132 |
| %132 = OpLabel |
| %253 = OpIMul %int %int_2 %136 |
| OpStore %x_112 %253 |
| %254 = OpLoad %int %x_112 |
| OpStore %x_111_phi %254 |
| OpBranch %130 |
| %131 = OpLabel |
| %261 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1 |
| %262 = OpLoad %float %261 |
| %263 = OpConvertFToS %int %262 |
| OpStore %x_180 %263 |
| %264 = OpLoad %int %x_180 |
| %266 = OpSLessThan %bool %264 %int_30 |
| OpSelectionMerge %267 None |
| OpBranchConditional %266 %268 %269 |
| %268 = OpLabel |
| %270 = OpAccessChain %_ptr_Function_int %data %int_0 |
| %271 = OpLoad %int %270 |
| %273 = OpConvertSToF %float %271 |
| %275 = OpFMul %float %273 %float_0_100000001 |
| %276 = OpFAdd %float %float_0_5 %275 |
| OpStore %x_189 %276 |
| %277 = OpLoad %float %x_189 |
| OpStore %x_262_phi %277 |
| OpBranch %267 |
| %269 = OpLabel |
| %281 = OpLoad %int %x_180 |
| %283 = OpSLessThan %bool %281 %int_60 |
| OpSelectionMerge %284 None |
| OpBranchConditional %283 %285 %286 |
| %285 = OpLabel |
| %287 = OpAccessChain %_ptr_Function_int %data %int_1 |
| %288 = OpLoad %int %287 |
| %289 = OpConvertSToF %float %288 |
| %290 = OpFMul %float %289 %float_0_100000001 |
| %291 = OpFAdd %float %float_0_5 %290 |
| OpStore %x_198 %291 |
| %292 = OpLoad %float %x_198 |
| OpStore %x_261_phi %292 |
| OpBranch %284 |
| %286 = OpLabel |
| %296 = OpLoad %int %x_180 |
| %298 = OpSLessThan %bool %296 %int_90 |
| OpSelectionMerge %299 None |
| OpBranchConditional %298 %300 %301 |
| %300 = OpLabel |
| %302 = OpAccessChain %_ptr_Function_int %data %int_2 |
| %303 = OpLoad %int %302 |
| %304 = OpConvertSToF %float %303 |
| %305 = OpFMul %float %304 %float_0_100000001 |
| %306 = OpFAdd %float %float_0_5 %305 |
| OpStore %x_207 %306 |
| %307 = OpLoad %float %x_207 |
| OpStore %x_260_phi %307 |
| OpBranch %299 |
| %301 = OpLabel |
| %308 = OpLoad %int %x_180 |
| %310 = OpSLessThan %bool %308 %int_120 |
| OpSelectionMerge %311 None |
| OpBranchConditional %310 %312 %313 |
| %312 = OpLabel |
| %314 = OpAccessChain %_ptr_Function_int %data %int_3 |
| %315 = OpLoad %int %314 |
| %316 = OpConvertSToF %float %315 |
| %317 = OpFMul %float %316 %float_0_100000001 |
| %318 = OpFAdd %float %float_0_5 %317 |
| OpStore %x_216 %318 |
| %319 = OpLoad %float %x_216 |
| OpStore %x_259_phi %319 |
| OpBranch %311 |
| %313 = OpLabel |
| %323 = OpLoad %int %x_180 |
| %325 = OpSLessThan %bool %323 %int_150 |
| OpSelectionMerge %326 None |
| OpBranchConditional %325 %327 %328 |
| %327 = OpLabel |
| OpKill |
| %328 = OpLabel |
| %332 = OpLoad %int %x_180 |
| %334 = OpSLessThan %bool %332 %int_180 |
| OpSelectionMerge %335 None |
| OpBranchConditional %334 %336 %337 |
| %336 = OpLabel |
| %339 = OpAccessChain %_ptr_Function_int %data %int_5 |
| %340 = OpLoad %int %339 |
| %341 = OpConvertSToF %float %340 |
| %342 = OpFMul %float %341 %float_0_100000001 |
| %343 = OpFAdd %float %float_0_5 %342 |
| OpStore %x_229 %343 |
| %344 = OpLoad %float %x_229 |
| OpStore %x_258_phi %344 |
| OpBranch %335 |
| %337 = OpLabel |
| %348 = OpLoad %int %x_180 |
| %350 = OpSLessThan %bool %348 %int_210 |
| OpSelectionMerge %351 None |
| OpBranchConditional %350 %352 %353 |
| %352 = OpLabel |
| %355 = OpAccessChain %_ptr_Function_int %data %int_6 |
| %356 = OpLoad %int %355 |
| %357 = OpConvertSToF %float %356 |
| %358 = OpFMul %float %357 %float_0_100000001 |
| %359 = OpFAdd %float %float_0_5 %358 |
| OpStore %x_238 %359 |
| %360 = OpLoad %float %x_238 |
| OpStore %x_257_phi %360 |
| OpBranch %351 |
| %353 = OpLabel |
| %361 = OpLoad %int %x_180 |
| %363 = OpSLessThan %bool %361 %int_240 |
| OpSelectionMerge %364 None |
| OpBranchConditional %363 %365 %366 |
| %365 = OpLabel |
| %368 = OpAccessChain %_ptr_Function_int %data %int_7 |
| %369 = OpLoad %int %368 |
| %370 = OpConvertSToF %float %369 |
| %371 = OpFMul %float %370 %float_0_100000001 |
| %372 = OpFAdd %float %float_0_5 %371 |
| OpStore %x_247 %372 |
| %373 = OpLoad %float %x_247 |
| OpStore %x_256_phi %373 |
| OpBranch %364 |
| %366 = OpLabel |
| %374 = OpLoad %int %x_180 |
| %376 = OpSLessThan %bool %374 %int_270 |
| OpSelectionMerge %377 None |
| OpBranchConditional %376 %378 %379 |
| %378 = OpLabel |
| OpBranch %377 |
| %379 = OpLabel |
| OpKill |
| %377 = OpLabel |
| %381 = OpAccessChain %_ptr_Function_int %data %int_8 |
| %382 = OpLoad %int %381 |
| %383 = OpConvertSToF %float %382 |
| %384 = OpFMul %float %383 %float_0_100000001 |
| %385 = OpFAdd %float %float_0_5 %384 |
| OpStore %x_255 %385 |
| %386 = OpLoad %float %x_255 |
| OpStore %x_256_phi %386 |
| OpBranch %364 |
| %364 = OpLabel |
| %387 = OpLoad %float %x_256_phi |
| OpStore %x_256 %387 |
| %388 = OpLoad %float %x_256 |
| OpStore %x_257_phi %388 |
| OpBranch %351 |
| %351 = OpLabel |
| %389 = OpLoad %float %x_257_phi |
| OpStore %x_257 %389 |
| %390 = OpLoad %float %x_257 |
| OpStore %x_258_phi %390 |
| OpBranch %335 |
| %335 = OpLabel |
| %391 = OpLoad %float %x_258_phi |
| OpStore %x_258 %391 |
| OpBranch %326 |
| %326 = OpLabel |
| %392 = OpLoad %float %x_258 |
| OpStore %x_259_phi %392 |
| OpBranch %311 |
| %311 = OpLabel |
| %393 = OpLoad %float %x_259_phi |
| OpStore %x_259 %393 |
| %394 = OpLoad %float %x_259 |
| OpStore %x_260_phi %394 |
| OpBranch %299 |
| %299 = OpLabel |
| %395 = OpLoad %float %x_260_phi |
| OpStore %x_260 %395 |
| %396 = OpLoad %float %x_260 |
| OpStore %x_261_phi %396 |
| OpBranch %284 |
| %284 = OpLabel |
| %397 = OpLoad %float %x_261_phi |
| OpStore %x_261 %397 |
| %398 = OpLoad %float %x_261 |
| OpStore %x_262_phi %398 |
| OpBranch %267 |
| %267 = OpLabel |
| %399 = OpLoad %float %x_262_phi |
| %401 = OpCompositeConstruct %v4float %399 %399 %399 %float_1 |
| OpStore %x_GLF_color %401 |
| OpReturn |
| OpFunctionEnd |
| %tint_symbol_3 = OpFunction %void None %402 |
| %tint_symbol_1 = OpFunctionParameter %main_out |
| %406 = OpLabel |
| %407 = OpCompositeExtract %v4float %tint_symbol_1 0 |
| OpStore %tint_symbol_2 %407 |
| OpReturn |
| OpFunctionEnd |
| %main = OpFunction %void None %15 |
| %409 = OpLabel |
| %410 = OpLoad %v4float %tint_symbol |
| OpStore %gl_FragCoord %410 |
| %411 = OpFunctionCall %void %main_1 |
| %413 = OpLoad %v4float %x_GLF_color |
| %414 = OpCompositeConstruct %main_out %413 |
| %412 = OpFunctionCall %void %tint_symbol_3 %414 |
| OpReturn |
| OpFunctionEnd |