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 %a "a"
               OpName %gl_FragCoord "gl_FragCoord"
               OpName %b "b"
               OpName %buf0 "buf0"
               OpMemberName %buf0 0 "two"
               OpName %_ ""
               OpName %_GLF_color "_GLF_color"
               OpDecorate %gl_FragCoord BuiltIn FragCoord
               OpMemberDecorate %buf0 0 Offset 0
               OpDecorate %buf0 Block
               OpDecorate %_ DescriptorSet 0
               OpDecorate %_ Binding 0
               OpDecorate %_GLF_color Location 0
       %void = OpTypeVoid
         %10 = OpTypeFunction %void
      %float = OpTypeFloat 32
%_ptr_Function_float = OpTypePointer Function %float
    %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
    %float_2 = OpConstant %float 2
       %buf0 = OpTypeStruct %float
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
          %_ = OpVariable %_ptr_Uniform_buf0 Uniform
        %int = OpTypeInt 32 1
      %int_0 = OpConstant %int 0
%_ptr_Uniform_float = OpTypePointer Uniform %float
%float_1_89999998 = OpConstant %float 1.89999998
       %bool = OpTypeBool
%float_2_0999999 = OpConstant %float 2.0999999
%_ptr_Output_v4float = OpTypePointer Output %v4float
 %_GLF_color = OpVariable %_ptr_Output_v4float Output
    %float_1 = OpConstant %float 1
    %float_0 = OpConstant %float 0
         %29 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
         %30 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_0
       %main = OpFunction %void None %10
         %31 = OpLabel
          %a = OpVariable %_ptr_Function_float Function
          %b = OpVariable %_ptr_Function_float Function
         %32 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_0
         %33 = OpLoad %float %32
         %34 = OpExtInst %float %1 Cos %33
         %35 = OpDPdx %float %34
               OpStore %a %35
         %36 = OpAccessChain %_ptr_Uniform_float %_ %int_0
         %37 = OpLoad %float %36
         %38 = OpLoad %float %a
         %39 = OpExtInst %float %1 FMix %float_2 %37 %38
               OpStore %b %39
         %40 = OpLoad %float %b
         %41 = OpFOrdGreaterThanEqual %bool %40 %float_1_89999998
         %42 = OpLoad %float %b
         %43 = OpFOrdLessThanEqual %bool %42 %float_2_0999999
         %44 = OpLogicalAnd %bool %41 %43
               OpSelectionMerge %45 None
               OpBranchConditional %44 %46 %47
         %46 = OpLabel
               OpStore %_GLF_color %29
               OpBranch %45
         %47 = OpLabel
               OpStore %_GLF_color %30
               OpBranch %45
         %45 = OpLabel
               OpReturn
               OpFunctionEnd