; SPIR-V ; Version: 1.3 ; Generator: Google Tint Compiler; 0 ; Bound: 83 ; Schema: 0 OpCapability Shader OpMemoryModel Logical GLSL450 OpEntryPoint Fragment %main "main" %tint_symbol_1 OpExecutionMode %main OriginUpperLeft OpName %g "g" OpName %buf0 "buf0" OpMemberName %buf0 0 "injectionSwitch" OpName %x_6 "x_6" OpName %x_GLF_color "x_GLF_color" OpName %tint_symbol_1 "tint_symbol_1" OpName %main_1 "main_1" OpName %a "a" OpName %main_out "main_out" OpMemberName %main_out 0 "x_GLF_color_1" OpName %tint_symbol_2 "tint_symbol_2" OpName %tint_symbol "tint_symbol" 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_1 Location 0 OpMemberDecorate %main_out 0 Offset 0 %int = OpTypeInt 32 1 %_ptr_Private_int = OpTypePointer Private %int %4 = OpConstantNull %int %g = OpVariable %_ptr_Private_int Private %4 %float = OpTypeFloat 32 %v2float = OpTypeVector %float 2 %buf0 = OpTypeStruct %v2float %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 %x_6 = OpVariable %_ptr_Uniform_buf0 Uniform %v4float = OpTypeVector %float 4 %_ptr_Private_v4float = OpTypePointer Private %v4float %13 = OpConstantNull %v4float %x_GLF_color = OpVariable %_ptr_Private_v4float Private %13 %_ptr_Output_v4float = OpTypePointer Output %v4float %tint_symbol_1 = OpVariable %_ptr_Output_v4float Output %13 %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 %void %main_out %main_1 = OpFunction %void None %16 %19 = OpLabel %a = OpVariable %_ptr_Function_int Function %4 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 %tint_symbol_2 = OpFunction %void None %71 %tint_symbol = OpFunctionParameter %main_out %75 = OpLabel %76 = OpCompositeExtract %v4float %tint_symbol 0 OpStore %tint_symbol_1 %76 OpReturn OpFunctionEnd %main = OpFunction %void None %16 %78 = OpLabel %79 = OpFunctionCall %void %main_1 %81 = OpLoad %v4float %x_GLF_color %82 = OpCompositeConstruct %main_out %81 %80 = OpFunctionCall %void %tint_symbol_2 %82 OpReturn OpFunctionEnd