OpCapability Shader
          %1 = OpExtInstImport "GLSL.std.450"
               OpMemoryModel Logical GLSL450
               OpEntryPoint Fragment %main "main" %gl_FragCoord %_GLF_color
               OpExecutionMode %main OriginUpperLeft
               OpSource ESSL 310
               OpName %main "main"
               OpName %f1_ "f1("
               OpName %i "i"
               OpName %buf1 "buf1"
               OpMemberName %buf1 0 "_GLF_uniform_int_values"
               OpName %_ ""
               OpName %A "A"
               OpName %a "a"
               OpName %gl_FragCoord "gl_FragCoord"
               OpName %buf0 "buf0"
               OpMemberName %buf0 0 "_GLF_uniform_float_values"
               OpName %__0 ""
               OpName %i_0 "i"
               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 %gl_FragCoord BuiltIn FragCoord
               OpDecorate %_arr_float_uint_1 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
         %19 = OpTypeFunction %int
%_ptr_Function_int = OpTypePointer Function %int
       %uint = OpTypeInt 32 0
     %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
       %bool = OpTypeBool
    %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
      %int_1 = OpConstant %int 1
     %int_n1 = OpConstant %int -1
      %float = OpTypeFloat 32
    %v4float = OpTypeVector %float 4
%_ptr_Input_v4float = OpTypePointer Input %v4float
%gl_FragCoord = OpVariable %_ptr_Input_v4float Input
     %uint_1 = OpConstant %uint 1
%_ptr_Input_float = OpTypePointer Input %float
%_arr_float_uint_1 = OpTypeArray %float %uint_1
       %buf0 = OpTypeStruct %_arr_float_uint_1
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
        %__0 = OpVariable %_ptr_Uniform_buf0 Uniform
%_ptr_Uniform_float = OpTypePointer Uniform %float
%_ptr_Output_v4float = OpTypePointer Output %v4float
 %_GLF_color = OpVariable %_ptr_Output_v4float Output
       %main = OpFunction %void None %17
         %41 = OpLabel
        %i_0 = OpVariable %_ptr_Function_int Function
         %42 = OpFunctionCall %int %f1_
               OpStore %i_0 %42
         %43 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
         %44 = OpLoad %int %43
         %45 = OpConvertSToF %float %44
         %46 = OpLoad %int %i_0
         %47 = OpConvertSToF %float %46
         %48 = OpLoad %int %i_0
         %49 = OpConvertSToF %float %48
         %50 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
         %51 = OpLoad %int %50
         %52 = OpConvertSToF %float %51
         %53 = OpCompositeConstruct %v4float %45 %47 %49 %52
               OpStore %_GLF_color %53
               OpReturn
               OpFunctionEnd
        %f1_ = OpFunction %int None %19
         %54 = OpLabel
          %i = OpVariable %_ptr_Function_int Function
          %A = OpVariable %_ptr_Function__arr_int_uint_10 Function
          %a = OpVariable %_ptr_Function_int Function
         %55 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2
         %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_0
         %63 = OpLoad %int %62
         %64 = OpSLessThan %bool %61 %63
               OpBranchConditional %64 %65 %58
         %65 = OpLabel
         %66 = OpLoad %int %i
         %67 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2
         %68 = OpLoad %int %67
         %69 = OpAccessChain %_ptr_Function_int %A %66
               OpStore %69 %68
               OpBranch %59
         %59 = OpLabel
         %70 = OpLoad %int %i
         %71 = OpIAdd %int %70 %int_1
               OpStore %i %71
               OpBranch %57
         %58 = OpLabel
               OpStore %a %int_n1
         %72 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_1
         %73 = OpLoad %float %72
         %74 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_0
         %75 = OpLoad %float %74
         %76 = OpFOrdGreaterThanEqual %bool %73 %75
               OpSelectionMerge %77 None
               OpBranchConditional %76 %78 %77
         %78 = OpLabel
         %79 = OpLoad %int %a
         %80 = OpIAdd %int %79 %int_1
               OpStore %a %80
         %81 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
         %82 = OpLoad %int %81
         %83 = OpAccessChain %_ptr_Function_int %A %80
               OpStore %83 %82
               OpBranch %77
         %77 = OpLabel
         %84 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2
         %85 = OpLoad %int %84
         %86 = OpAccessChain %_ptr_Function_int %A %85
         %87 = OpLoad %int %86
         %88 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
         %89 = OpLoad %int %88
         %90 = OpIEqual %bool %87 %89
               OpSelectionMerge %91 None
               OpBranchConditional %90 %92 %93
         %92 = OpLabel
         %94 = OpLoad %int %a
         %95 = OpIAdd %int %94 %int_1
               OpStore %a %95
         %96 = OpAccessChain %_ptr_Function_int %A %95
         %97 = OpLoad %int %96
               OpReturnValue %97
         %93 = OpLabel
         %98 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
         %99 = OpLoad %int %98
               OpReturnValue %99
         %91 = OpLabel
               OpUnreachable
               OpFunctionEnd