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