; SPIR-V ; Version: 1.3 ; Generator: Google Tint Compiler; 0 ; Bound: 82 ; Schema: 0 OpCapability Shader OpMemoryModel Logical GLSL450 OpEntryPoint Fragment %main "main" %x_GLF_color_1_1 OpExecutionMode %main OriginUpperLeft OpName %x_GLF_color_1_1 "x_GLF_color_1_1" OpName %g "g" 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 %a "a" OpName %main_out "main_out" OpMemberName %main_out 0 "x_GLF_color_1" OpName %main_inner "main_inner" OpName %main "main" 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_Output_v4float = OpTypePointer Output %v4float %5 = OpConstantNull %v4float %x_GLF_color_1_1 = OpVariable %_ptr_Output_v4float Output %5 %int = OpTypeInt 32 1 %_ptr_Private_int = OpTypePointer Private %int %9 = OpConstantNull %int %g = OpVariable %_ptr_Private_int Private %9 %v2float = OpTypeVector %float 2 %buf0 = OpTypeStruct %v2float %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 %x_6 = OpVariable %_ptr_Uniform_buf0 Uniform %_ptr_Private_v4float = OpTypePointer Private %v4float %x_GLF_color = OpVariable %_ptr_Private_v4float Private %5 %void = OpTypeVoid %16 = OpTypeFunction %void %_ptr_Function_int = OpTypePointer Function %int %int_0 = OpConstant %int 0 %uint = OpTypeInt 32 0 %uint_0 = OpConstant %uint 0 %_ptr_Uniform_float = OpTypePointer Uniform %float %float_2 = OpConstant %float 2 %bool = OpTypeBool %int_1 = OpConstant %int 1 %uint_1 = OpConstant %uint 1 %int_2 = OpConstant %int 2 %float_1 = OpConstant %float 1 %float_0 = OpConstant %float 0 %69 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1 %70 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_0 %main_out = OpTypeStruct %v4float %71 = OpTypeFunction %main_out %main_1 = OpFunction %void None %16 %19 = OpLabel %a = OpVariable %_ptr_Function_int Function %9 OpStore %g %int_0 OpBranch %23 %23 = OpLabel OpLoopMerge %24 %25 None OpBranch %26 %26 = OpLabel %27 = OpLoad %int %g %31 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %uint_0 %32 = OpLoad %float %31 %35 = OpFAdd %float %32 %float_2 %33 = OpConvertFToS %int %35 %36 = OpSLessThan %bool %27 %33 OpSelectionMerge %38 None OpBranchConditional %36 %39 %40 %39 = OpLabel OpBranch %38 %40 = OpLabel OpBranch %24 %38 = OpLabel %41 = OpLoad %int %g %43 = OpIAdd %int %41 %int_1 OpStore %g %43 OpBranch %25 %25 = OpLabel OpBranch %23 %24 = OpLabel %44 = OpLoad %int %g OpStore %a %44 OpBranch %45 %45 = OpLabel OpLoopMerge %46 %47 None OpBranch %48 %48 = OpLabel %49 = OpLoad %int %g %51 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %uint_1 %52 = OpLoad %float %51 %53 = OpConvertFToS %int %52 %54 = OpSLessThan %bool %49 %53 OpSelectionMerge %55 None OpBranchConditional %54 %56 %57 %56 = OpLabel OpBranch %55 %57 = OpLabel OpBranch %46 %55 = OpLabel %58 = OpLoad %int %g %59 = OpIAdd %int %58 %int_1 OpStore %g %59 OpBranch %47 %47 = OpLabel OpBranch %45 %46 = OpLabel %60 = OpLoad %int %a OpStore %a %60 %61 = OpLoad %int %a %63 = OpIEqual %bool %61 %int_2 OpSelectionMerge %64 None OpBranchConditional %63 %65 %66 %65 = OpLabel OpStore %x_GLF_color %69 OpBranch %64 %66 = OpLabel OpStore %x_GLF_color %70 OpBranch %64 %64 = OpLabel OpReturn OpFunctionEnd %main_inner = OpFunction %main_out None %71 %74 = OpLabel %75 = OpFunctionCall %void %main_1 %76 = OpLoad %v4float %x_GLF_color %77 = OpCompositeConstruct %main_out %76 OpReturnValue %77 OpFunctionEnd %main = OpFunction %void None %16 %79 = OpLabel %80 = OpFunctionCall %main_out %main_inner %81 = OpCompositeExtract %v4float %80 0 OpStore %x_GLF_color_1_1 %81 OpReturn OpFunctionEnd