| 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 %_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 |
| %10 = 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 |
| %int_0 = OpConstant %int 0 |
| %bool = OpTypeBool |
| %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_1 = OpConstant %int 1 |
| %_ptr_Uniform_int = OpTypePointer Uniform %int |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %_GLF_color = OpVariable %_ptr_Output_v4float Output |
| %main = OpFunction %void None %10 |
| %26 = OpLabel |
| %a = OpVariable %_ptr_Function_int Function |
| %27 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_0 |
| %28 = OpLoad %float %27 |
| %29 = OpConvertFToS %int %28 |
| OpStore %a %29 |
| %30 = OpLoad %int %a |
| %31 = OpNot %int %30 |
| %32 = OpSLessThan %bool %31 %int_0 |
| OpSelectionMerge %33 None |
| OpBranchConditional %32 %34 %33 |
| %34 = OpLabel |
| %35 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1 |
| %36 = OpLoad %int %35 |
| OpStore %a %36 |
| OpBranch %33 |
| %33 = OpLabel |
| %37 = OpLoad %int %a |
| %38 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1 |
| %39 = OpLoad %int %38 |
| %40 = OpIEqual %bool %37 %39 |
| OpSelectionMerge %41 None |
| OpBranchConditional %40 %42 %43 |
| %42 = OpLabel |
| %44 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1 |
| %45 = OpLoad %int %44 |
| %46 = OpConvertSToF %float %45 |
| %47 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0 |
| %48 = OpLoad %int %47 |
| %49 = OpConvertSToF %float %48 |
| %50 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0 |
| %51 = OpLoad %int %50 |
| %52 = OpConvertSToF %float %51 |
| %53 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1 |
| %54 = OpLoad %int %53 |
| %55 = OpConvertSToF %float %54 |
| %56 = OpCompositeConstruct %v4float %46 %49 %52 %55 |
| OpStore %_GLF_color %56 |
| OpBranch %41 |
| %43 = OpLabel |
| %57 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0 |
| %58 = OpLoad %int %57 |
| %59 = OpConvertSToF %float %58 |
| %60 = OpCompositeConstruct %v4float %59 %59 %59 %59 |
| OpStore %_GLF_color %60 |
| OpBranch %41 |
| %41 = OpLabel |
| OpReturn |
| OpFunctionEnd |