| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 58 |
| ; 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 %x_GLF_color "x_GLF_color" |
| OpName %tint_symbol "tint_symbol" |
| OpName %tint_symbol_2 "tint_symbol_2" |
| OpName %func_ "func_" |
| OpName %x "x" |
| OpName %main_1 "main_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 %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 |
| %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 |
| %11 = OpTypeFunction %v4float |
| %_ptr_Function_float = OpTypePointer Function %float |
| %16 = OpConstantNull %float |
| %float_1 = OpConstant %float 1 |
| %uint = OpTypeInt 32 0 |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_Private_float = OpTypePointer Private %float |
| %float_0 = OpConstant %float 0 |
| %bool = OpTypeBool |
| %float_0_5 = OpConstant %float 0.5 |
| %void = OpTypeVoid |
| %31 = OpTypeFunction %void |
| %35 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_0 |
| %false = OpConstantFalse %bool |
| %main_out = OpTypeStruct %v4float |
| %45 = OpTypeFunction %void %main_out |
| %func_ = OpFunction %v4float None %11 |
| %13 = OpLabel |
| %x = OpVariable %_ptr_Function_float Function %16 |
| OpStore %x %float_1 |
| %21 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_0 |
| %22 = OpLoad %float %21 |
| %24 = OpFOrdLessThan %bool %22 %float_0 |
| OpSelectionMerge %26 None |
| OpBranchConditional %24 %27 %26 |
| %27 = OpLabel |
| OpStore %x %float_0_5 |
| OpBranch %26 |
| %26 = OpLabel |
| %29 = OpLoad %float %x |
| %30 = OpCompositeConstruct %v4float %29 %float_0 %float_0 %float_1 |
| OpReturnValue %30 |
| OpFunctionEnd |
| %main_1 = OpFunction %void None %31 |
| %34 = OpLabel |
| OpStore %x_GLF_color %35 |
| OpBranch %36 |
| %36 = OpLabel |
| OpLoopMerge %37 %38 None |
| OpBranch %39 |
| %39 = OpLabel |
| %40 = OpFunctionCall %v4float %func_ |
| OpStore %x_GLF_color %40 |
| OpSelectionMerge %42 None |
| OpBranchConditional %false %43 %44 |
| %43 = OpLabel |
| OpBranch %42 |
| %44 = OpLabel |
| OpBranch %37 |
| %42 = OpLabel |
| OpBranch %38 |
| %38 = OpLabel |
| OpBranch %36 |
| %37 = OpLabel |
| OpReturn |
| OpFunctionEnd |
| %tint_symbol_3 = OpFunction %void None %45 |
| %tint_symbol_1 = OpFunctionParameter %main_out |
| %49 = OpLabel |
| %50 = OpCompositeExtract %v4float %tint_symbol_1 0 |
| OpStore %tint_symbol_2 %50 |
| OpReturn |
| OpFunctionEnd |
| %main = OpFunction %void None %31 |
| %52 = OpLabel |
| %53 = OpLoad %v4float %tint_symbol |
| OpStore %gl_FragCoord %53 |
| %54 = OpFunctionCall %void %main_1 |
| %56 = OpLoad %v4float %x_GLF_color |
| %57 = OpCompositeConstruct %main_out %56 |
| %55 = OpFunctionCall %void %tint_symbol_3 %57 |
| OpReturn |
| OpFunctionEnd |