; 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 %x_GLF_color "x_GLF_color" OpName %gl_FragCoord "gl_FragCoord" OpName %tint_symbol "tint_symbol" OpName %tint_symbol_2 "tint_symbol_2" OpName %main_1 "main_1" OpName %x_37 "x_37" OpName %x_38_phi "x_38_phi" OpName %x_48_phi "x_48_phi" 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 %x_GLF_color = OpVariable %_ptr_Private_v4float Private %5 %gl_FragCoord = 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 %11 = OpTypeFunction %void %v3float = OpTypeVector %float 3 %mat4v3float = OpTypeMatrix %v3float 4 %_ptr_Function_mat4v3float = OpTypePointer Function %mat4v3float %19 = OpConstantNull %mat4v3float %_ptr_Function_v3float = OpTypePointer Function %v3float %23 = OpConstantNull %v3float %uint = OpTypeInt 32 0 %uint_1 = OpConstant %uint 1 %_ptr_Private_float = OpTypePointer Private %float %float_1 = OpConstant %float 1 %bool = OpTypeBool %float_0 = OpConstant %float 0 %36 = OpConstantComposite %v3float %float_1 %float_0 %float_0 %37 = OpConstantComposite %v3float %float_0 %float_1 %float_0 %38 = OpConstantComposite %v3float %float_0 %float_0 %float_1 %39 = OpConstantComposite %v3float %float_0 %float_0 %float_0 %40 = OpConstantComposite %mat4v3float %36 %37 %38 %39 %mat3v4float = OpTypeMatrix %v4float 3 %43 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_0 %44 = OpConstantComposite %v4float %float_0 %float_1 %float_0 %float_0 %45 = OpConstantComposite %v4float %float_0 %float_0 %float_1 %float_0 %46 = OpConstantComposite %mat3v4float %43 %44 %45 %uint_0 = OpConstant %uint 0 %main_out = OpTypeStruct %v4float %65 = OpTypeFunction %void %main_out %main_1 = OpFunction %void None %11 %14 = OpLabel %x_37 = OpVariable %_ptr_Function_mat4v3float Function %19 %x_38_phi = OpVariable %_ptr_Function_mat4v3float Function %19 %x_48_phi = OpVariable %_ptr_Function_v3float Function %23 %27 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1 %28 = OpLoad %float %27 %30 = OpFOrdLessThan %bool %28 %float_1 OpSelectionMerge %32 None OpBranchConditional %30 %33 %34 %33 = OpLabel OpStore %x_38_phi %40 OpBranch %32 %34 = OpLabel %41 = OpTranspose %mat4v3float %46 OpStore %x_37 %41 %47 = OpLoad %mat4v3float %x_37 OpStore %x_38_phi %47 OpBranch %32 %32 = OpLabel %48 = OpLoad %mat4v3float %x_38_phi %49 = OpTranspose %mat3v4float %48 %51 = OpCompositeExtract %v4float %49 0 %52 = OpCompositeExtract %float %51 1 OpBranch %53 %53 = OpLabel OpLoopMerge %54 %55 None OpBranch %56 %56 = OpLabel %57 = OpFOrdGreaterThan %bool %52 %float_1 OpSelectionMerge %58 None OpBranchConditional %57 %59 %58 %59 = OpLabel OpStore %x_48_phi %39 OpBranch %54 %58 = OpLabel OpStore %x_48_phi %36 OpBranch %54 %55 = OpLabel OpBranch %53 %54 = OpLabel %60 = OpLoad %v3float %x_48_phi %61 = OpCompositeExtract %float %60 0 %62 = OpCompositeExtract %float %60 1 %63 = OpCompositeExtract %float %60 2 %64 = OpCompositeConstruct %v4float %61 %62 %63 %float_1 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 %11 %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