| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 78 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" %gl_FragCoord_param_1 %x_GLF_color_1_1 |
| OpExecutionMode %main OriginUpperLeft |
| OpName %gl_FragCoord_param_1 "gl_FragCoord_param_1" |
| OpName %x_GLF_color_1_1 "x_GLF_color_1_1" |
| OpName %gl_FragCoord "gl_FragCoord" |
| OpName %buf0 "buf0" |
| OpMemberName %buf0 0 "injectionSwitch" |
| OpName %x_6 "x_6" |
| OpName %x_GLF_color "x_GLF_color" |
| OpName %main_1 "main_1" |
| OpName %x_30 "x_30" |
| OpName %x_47 "x_47" |
| OpName %x_47_phi "x_47_phi" |
| OpName %x_48_1 "x_48_1" |
| OpName %main_out "main_out" |
| OpMemberName %main_out 0 "x_GLF_color_1" |
| OpName %main_inner "main_inner" |
| OpName %gl_FragCoord_param "gl_FragCoord_param" |
| OpName %main "main" |
| OpDecorate %gl_FragCoord_param_1 BuiltIn FragCoord |
| OpDecorate %x_GLF_color_1_1 Location 0 |
| OpDecorate %buf0 Block |
| OpMemberDecorate %buf0 0 Offset 0 |
| OpDecorate %x_6 NonWritable |
| OpDecorate %x_6 DescriptorSet 0 |
| OpDecorate %x_6 Binding 0 |
| OpMemberDecorate %main_out 0 Offset 0 |
| %float = OpTypeFloat 32 |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Input_v4float = OpTypePointer Input %v4float |
| %gl_FragCoord_param_1 = OpVariable %_ptr_Input_v4float Input |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %7 = OpConstantNull %v4float |
| %x_GLF_color_1_1 = OpVariable %_ptr_Output_v4float Output %7 |
| %_ptr_Private_v4float = OpTypePointer Private %v4float |
| %gl_FragCoord = OpVariable %_ptr_Private_v4float Private %7 |
| %v2float = OpTypeVector %float 2 |
| %buf0 = OpTypeStruct %v2float |
| %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 |
| %x_6 = OpVariable %_ptr_Uniform_buf0 Uniform |
| %x_GLF_color = OpVariable %_ptr_Private_v4float Private %7 |
| %void = OpTypeVoid |
| %15 = OpTypeFunction %void |
| %bool = OpTypeBool |
| %_ptr_Function_bool = OpTypePointer Function %bool |
| %22 = OpConstantNull %bool |
| %_ptr_Function_float = OpTypePointer Function %float |
| %25 = OpConstantNull %float |
| %uint = OpTypeInt 32 0 |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_Uniform_float = OpTypePointer Uniform %float |
| %float_1 = OpConstant %float 1 |
| %_ptr_Private_float = OpTypePointer Private %float |
| %float_0 = OpConstant %float 0 |
| %57 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_0 |
| %_ptr_Function_v4float = OpTypePointer Function %v4float |
| %uint_1 = OpConstant %uint 1 |
| %64 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1 |
| %main_out = OpTypeStruct %v4float |
| %65 = OpTypeFunction %main_out %v4float |
| %main_1 = OpFunction %void None %15 |
| %18 = OpLabel |
| %x_30 = OpVariable %_ptr_Function_bool Function %22 |
| %x_47 = OpVariable %_ptr_Function_float Function %25 |
| %x_47_phi = OpVariable %_ptr_Function_float Function %25 |
| %x_48_1 = OpVariable %_ptr_Function_v4float Function %7 |
| %29 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %uint_0 |
| %30 = OpLoad %float %29 |
| %32 = OpFOrdGreaterThan %bool %30 %float_1 |
| OpStore %x_30 %32 |
| %33 = OpLoad %bool %x_30 |
| OpSelectionMerge %34 None |
| OpBranchConditional %33 %35 %34 |
| %35 = OpLabel |
| OpBranch %36 |
| %36 = OpLabel |
| OpLoopMerge %37 %38 None |
| OpBranch %39 |
| %39 = OpLabel |
| OpBranch %41 |
| %41 = OpLabel |
| OpLoopMerge %42 %43 None |
| OpBranch %44 |
| %44 = OpLabel |
| %46 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_0 |
| %47 = OpLoad %float %46 |
| %49 = OpFOrdLessThan %bool %47 %float_0 |
| OpSelectionMerge %50 None |
| OpBranchConditional %49 %51 %50 |
| %51 = OpLabel |
| %52 = OpLoad %bool %x_30 |
| OpSelectionMerge %53 None |
| OpBranchConditional %52 %54 %55 |
| %54 = OpLabel |
| OpStore %x_47_phi %float_1 |
| OpBranch %42 |
| %55 = OpLabel |
| OpBranch %43 |
| %53 = OpLabel |
| OpBranch %43 |
| %50 = OpLabel |
| OpStore %x_47_phi %float_0 |
| OpBranch %42 |
| %43 = OpLabel |
| OpBranch %41 |
| %42 = OpLabel |
| %56 = OpLoad %float %x_47_phi |
| OpStore %x_47 %56 |
| OpBranch %37 |
| %38 = OpLabel |
| OpBranch %36 |
| %37 = OpLabel |
| OpStore %x_48_1 %57 |
| %61 = OpAccessChain %_ptr_Function_float %x_48_1 %uint_1 |
| %62 = OpLoad %float %x_47 |
| OpStore %61 %62 |
| %63 = OpLoad %v4float %x_48_1 |
| OpStore %x_GLF_color %63 |
| OpBranch %34 |
| %34 = OpLabel |
| OpStore %x_GLF_color %64 |
| OpReturn |
| OpFunctionEnd |
| %main_inner = OpFunction %main_out None %65 |
| %gl_FragCoord_param = OpFunctionParameter %v4float |
| %69 = OpLabel |
| OpStore %gl_FragCoord %gl_FragCoord_param |
| %70 = OpFunctionCall %void %main_1 |
| %71 = OpLoad %v4float %x_GLF_color |
| %72 = OpCompositeConstruct %main_out %71 |
| OpReturnValue %72 |
| OpFunctionEnd |
| %main = OpFunction %void None %15 |
| %74 = OpLabel |
| %76 = OpLoad %v4float %gl_FragCoord_param_1 |
| %75 = OpFunctionCall %main_out %main_inner %76 |
| %77 = OpCompositeExtract %v4float %75 0 |
| OpStore %x_GLF_color_1_1 %77 |
| OpReturn |
| OpFunctionEnd |