| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 78 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" %tint_symbol %tint_symbol_2 |
| OpExecutionMode %main OriginUpperLeft |
| 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 %tint_symbol "tint_symbol" |
| OpName %tint_symbol_2 "tint_symbol_2" |
| 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 %tint_symbol_3 "tint_symbol_3" |
| OpName %tint_symbol_1 "tint_symbol_1" |
| OpName %main "main" |
| OpDecorate %buf0 Block |
| OpMemberDecorate %buf0 0 Offset 0 |
| OpDecorate %x_6 NonWritable |
| OpDecorate %x_6 DescriptorSet 0 |
| OpDecorate %x_6 Binding 0 |
| OpDecorate %tint_symbol BuiltIn FragCoord |
| OpDecorate %tint_symbol_2 Location 0 |
| OpMemberDecorate %main_out 0 Offset 0 |
| %float = OpTypeFloat 32 |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Private_v4float = OpTypePointer Private %v4float |
| %5 = OpConstantNull %v4float |
| %gl_FragCoord = OpVariable %_ptr_Private_v4float Private %5 |
| %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 %5 |
| %_ptr_Input_v4float = OpTypePointer Input %v4float |
| %tint_symbol = OpVariable %_ptr_Input_v4float Input |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %tint_symbol_2 = OpVariable %_ptr_Output_v4float Output %5 |
| %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 %void %main_out |
| %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 %5 |
| %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 |
| %tint_symbol_3 = OpFunction %void None %65 |
| %tint_symbol_1 = OpFunctionParameter %main_out |
| %69 = OpLabel |
| %70 = OpCompositeExtract %v4float %tint_symbol_1 0 |
| OpStore %tint_symbol_2 %70 |
| OpReturn |
| OpFunctionEnd |
| %main = OpFunction %void None %15 |
| %72 = OpLabel |
| %73 = OpLoad %v4float %tint_symbol |
| OpStore %gl_FragCoord %73 |
| %74 = OpFunctionCall %void %main_1 |
| %76 = OpLoad %v4float %x_GLF_color |
| %77 = OpCompositeConstruct %main_out %76 |
| %75 = OpFunctionCall %void %tint_symbol_3 %77 |
| OpReturn |
| OpFunctionEnd |