| OpCapability Shader |
| %1 = OpExtInstImport "GLSL.std.450" |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" %gl_FragCoord %_GLF_color |
| OpExecutionMode %main OriginUpperLeft |
| OpSource ESSL 320 |
| OpName %main "main" |
| OpName %a "a" |
| OpName %gl_FragCoord "gl_FragCoord" |
| OpName %buf0 "buf0" |
| OpMemberName %buf0 0 "_GLF_uniform_int_values" |
| OpName %_ "" |
| OpName %i "i" |
| OpName %_GLF_color "_GLF_color" |
| OpDecorate %gl_FragCoord BuiltIn FragCoord |
| OpDecorate %_arr_int_uint_2 ArrayStride 16 |
| OpMemberDecorate %buf0 0 Offset 0 |
| OpDecorate %buf0 Block |
| OpDecorate %_ DescriptorSet 0 |
| OpDecorate %_ Binding 0 |
| OpDecorate %_GLF_color Location 0 |
| %void = OpTypeVoid |
| %11 = OpTypeFunction %void |
| %int = OpTypeInt 32 1 |
| %_ptr_Function_int = OpTypePointer Function %int |
| %float = OpTypeFloat 32 |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Input_v4float = OpTypePointer Input %v4float |
| %gl_FragCoord = OpVariable %_ptr_Input_v4float Input |
| %uint = OpTypeInt 32 0 |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_Input_float = OpTypePointer Input %float |
| %uint_2 = OpConstant %uint 2 |
| %_arr_int_uint_2 = OpTypeArray %int %uint_2 |
| %buf0 = OpTypeStruct %_arr_int_uint_2 |
| %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 |
| %_ = OpVariable %_ptr_Uniform_buf0 Uniform |
| %int_0 = OpConstant %int 0 |
| %int_1 = OpConstant %int 1 |
| %_ptr_Uniform_int = OpTypePointer Uniform %int |
| %bool = OpTypeBool |
| %int_n1 = OpConstant %int -1 |
| %int_5 = OpConstant %int 5 |
| %int_2 = OpConstant %int 2 |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %_GLF_color = OpVariable %_ptr_Output_v4float Output |
| %main = OpFunction %void None %11 |
| %30 = OpLabel |
| %a = OpVariable %_ptr_Function_int Function |
| %i = OpVariable %_ptr_Function_int Function |
| %31 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_0 |
| %32 = OpLoad %float %31 |
| %33 = OpConvertFToS %int %32 |
| %34 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1 |
| %35 = OpLoad %int %34 |
| %36 = OpSLessThan %bool %33 %35 |
| %37 = OpSelect %int %36 %int_0 %int_n1 |
| OpStore %a %37 |
| OpStore %i %int_0 |
| OpBranch %38 |
| %38 = OpLabel |
| OpLoopMerge %39 %40 None |
| OpBranch %41 |
| %41 = OpLabel |
| %42 = OpLoad %int %i |
| %43 = OpSLessThan %bool %42 %int_5 |
| OpBranchConditional %43 %44 %39 |
| %44 = OpLabel |
| %45 = OpLoad %int %a |
| %46 = OpSDiv %int %45 %int_2 |
| OpStore %a %46 |
| OpBranch %40 |
| %40 = OpLabel |
| %47 = OpLoad %int %i |
| %48 = OpIAdd %int %47 %int_1 |
| OpStore %i %48 |
| OpBranch %38 |
| %39 = OpLabel |
| %49 = OpLoad %int %a |
| %50 = OpIEqual %bool %49 %int_0 |
| OpSelectionMerge %51 None |
| OpBranchConditional %50 %52 %53 |
| %52 = OpLabel |
| %54 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0 |
| %55 = OpLoad %int %54 |
| %56 = OpConvertSToF %float %55 |
| %57 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1 |
| %58 = OpLoad %int %57 |
| %59 = OpConvertSToF %float %58 |
| %60 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1 |
| %61 = OpLoad %int %60 |
| %62 = OpConvertSToF %float %61 |
| %63 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0 |
| %64 = OpLoad %int %63 |
| %65 = OpConvertSToF %float %64 |
| %66 = OpCompositeConstruct %v4float %56 %59 %62 %65 |
| OpStore %_GLF_color %66 |
| OpBranch %51 |
| %53 = OpLabel |
| %67 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1 |
| %68 = OpLoad %int %67 |
| %69 = OpConvertSToF %float %68 |
| %70 = OpCompositeConstruct %v4float %69 %69 %69 %69 |
| OpStore %_GLF_color %70 |
| OpBranch %51 |
| %51 = OpLabel |
| OpReturn |
| OpFunctionEnd |