| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 87 |
| ; 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 %gl_FragCoord "gl_FragCoord" |
| OpName %x_GLF_color "x_GLF_color" |
| OpName %main_1 "main_1" |
| OpName %x_41 "x_41" |
| OpName %x_6 "x_6" |
| OpName %x_42 "x_42" |
| OpName %x_49_phi "x_49_phi" |
| OpName %S "S" |
| OpMemberName %S 0 "f1" |
| OpMemberName %S 1 "f2" |
| 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 %S 0 Offset 0 |
| OpMemberDecorate %S 1 Offset 8 |
| OpMemberDecorate %S 1 ColMajor |
| OpMemberDecorate %S 1 MatrixStride 8 |
| 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 |
| %gl_FragCoord = OpVariable %_ptr_Private_v4float Private %7 |
| %x_GLF_color = OpVariable %_ptr_Private_v4float Private %7 |
| %void = OpTypeVoid |
| %11 = OpTypeFunction %void |
| %v2float = OpTypeVector %float 2 |
| %mat2v2float = OpTypeMatrix %v2float 2 |
| %_ptr_Function_mat2v2float = OpTypePointer Function %mat2v2float |
| %19 = OpConstantNull %mat2v2float |
| %int = OpTypeInt 32 1 |
| %_ptr_Function_int = OpTypePointer Function %int |
| %23 = OpConstantNull %int |
| %uint = OpTypeInt 32 0 |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_Private_float = OpTypePointer Private %float |
| %float_0 = OpConstant %float 0 |
| %bool = OpTypeBool |
| %float_1 = OpConstant %float 1 |
| %float_2 = OpConstant %float 2 |
| %39 = OpConstantComposite %v2float %float_1 %float_2 |
| %float_3 = OpConstant %float 3 |
| %float_4 = OpConstant %float 4 |
| %42 = OpConstantComposite %v2float %float_3 %float_4 |
| %43 = OpConstantComposite %mat2v2float %39 %42 |
| %float_0_5 = OpConstant %float 0.5 |
| %float_n0_5 = OpConstant %float -0.5 |
| %46 = OpConstantComposite %v2float %float_0_5 %float_n0_5 |
| %47 = OpConstantComposite %v2float %float_n0_5 %float_0_5 |
| %48 = OpConstantComposite %mat2v2float %46 %47 |
| %S = OpTypeStruct %int %mat2v2float |
| %int_1 = OpConstant %int 1 |
| %uint_1 = OpConstant %uint 1 |
| %main_out = OpTypeStruct %v4float |
| %74 = OpTypeFunction %main_out %v4float |
| %main_1 = OpFunction %void None %11 |
| %14 = OpLabel |
| %x_41 = OpVariable %_ptr_Function_mat2v2float Function %19 |
| %x_6 = OpVariable %_ptr_Function_int Function %23 |
| %x_42 = OpVariable %_ptr_Function_mat2v2float Function %19 |
| %x_49_phi = OpVariable %_ptr_Function_mat2v2float Function %19 |
| %29 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_0 |
| %30 = OpLoad %float %29 |
| %32 = OpFOrdLessThan %bool %30 %float_0 |
| OpSelectionMerge %34 None |
| OpBranchConditional %32 %35 %36 |
| %35 = OpLabel |
| OpStore %x_42 %43 |
| OpStore %x_49_phi %43 |
| OpBranch %34 |
| %36 = OpLabel |
| OpStore %x_42 %48 |
| OpStore %x_49_phi %48 |
| OpBranch %34 |
| %34 = OpLabel |
| %49 = OpLoad %mat2v2float %x_49_phi |
| %52 = OpTranspose %mat2v2float %49 |
| %53 = OpCompositeConstruct %S %int_1 %52 |
| %54 = OpCompositeExtract %int %53 0 |
| OpStore %x_6 %54 |
| %55 = OpCompositeExtract %mat2v2float %53 1 |
| OpStore %x_41 %55 |
| %56 = OpLoad %mat2v2float %x_41 |
| %57 = OpLoad %mat2v2float %x_41 |
| %58 = OpLoad %mat2v2float %x_41 |
| %59 = OpLoad %mat2v2float %x_41 |
| %60 = OpConvertSToF %float %54 |
| %61 = OpCompositeExtract %v2float %56 0 |
| %62 = OpCompositeExtract %float %61 0 |
| %64 = OpCompositeExtract %v2float %57 1 |
| %65 = OpCompositeExtract %float %64 0 |
| %66 = OpFAdd %float %62 %65 |
| %67 = OpCompositeExtract %v2float %58 0 |
| %68 = OpCompositeExtract %float %67 1 |
| %69 = OpCompositeExtract %v2float %59 1 |
| %70 = OpCompositeExtract %float %69 1 |
| %71 = OpFAdd %float %68 %70 |
| %72 = OpConvertSToF %float %54 |
| %73 = OpCompositeConstruct %v4float %60 %66 %71 %72 |
| OpStore %x_GLF_color %73 |
| OpReturn |
| OpFunctionEnd |
| %main_inner = OpFunction %main_out None %74 |
| %gl_FragCoord_param = OpFunctionParameter %v4float |
| %78 = OpLabel |
| OpStore %gl_FragCoord %gl_FragCoord_param |
| %79 = OpFunctionCall %void %main_1 |
| %80 = OpLoad %v4float %x_GLF_color |
| %81 = OpCompositeConstruct %main_out %80 |
| OpReturnValue %81 |
| OpFunctionEnd |
| %main = OpFunction %void None %11 |
| %83 = OpLabel |
| %85 = OpLoad %v4float %gl_FragCoord_param_1 |
| %84 = OpFunctionCall %main_out %main_inner %85 |
| %86 = OpCompositeExtract %v4float %84 0 |
| OpStore %x_GLF_color_1_1 %86 |
| OpReturn |
| OpFunctionEnd |