| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 66 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" %tint_symbol %tint_symbol_2 |
| OpExecutionMode %main OriginUpperLeft |
| OpName %gl_FragCoord "gl_FragCoord" |
| OpName %x_GLF_color "x_GLF_color" |
| OpName %tint_symbol "tint_symbol" |
| OpName %tint_symbol_2 "tint_symbol_2" |
| OpName %f_mf22_ "f_mf22_" |
| OpName %m "m" |
| OpName %main_1 "main_1" |
| OpName %param "param" |
| OpName %x_38_phi "x_38_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 |
| %gl_FragCoord = OpVariable %_ptr_Private_v4float Private %5 |
| %x_GLF_color = 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 |
| %v3float = OpTypeVector %float 3 |
| %v2float = OpTypeVector %float 2 |
| %mat2v2float = OpTypeMatrix %v2float 2 |
| %_ptr_Function_mat2v2float = OpTypePointer Function %mat2v2float |
| %11 = OpTypeFunction %v3float %_ptr_Function_mat2v2float |
| %float_1 = OpConstant %float 1 |
| %24 = OpConstantComposite %v3float %float_1 %float_1 %float_1 |
| %float_0 = OpConstant %float 0 |
| %26 = OpConstantComposite %v3float %float_0 %float_0 %float_0 |
| %void = OpTypeVoid |
| %27 = OpTypeFunction %void |
| %32 = OpConstantNull %mat2v2float |
| %uint = OpTypeInt 32 0 |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_Private_float = OpTypePointer Private %float |
| %39 = OpConstantComposite %v2float %float_0 %float_0 |
| %40 = OpConstantComposite %mat2v2float %39 %39 |
| %bool = OpTypeBool |
| %45 = OpConstantComposite %v2float %float_1 %float_0 |
| %46 = OpConstantComposite %v2float %float_0 %float_1 |
| %47 = OpConstantComposite %mat2v2float %45 %46 |
| %52 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1 |
| %main_out = OpTypeStruct %v4float |
| %53 = OpTypeFunction %void %main_out |
| %f_mf22_ = OpFunction %v3float None %11 |
| %m = OpFunctionParameter %_ptr_Function_mat2v2float |
| %18 = OpLabel |
| OpBranch %19 |
| %19 = OpLabel |
| OpLoopMerge %20 %21 None |
| OpBranch %22 |
| %22 = OpLabel |
| OpReturnValue %24 |
| %21 = OpLabel |
| OpBranch %19 |
| %20 = OpLabel |
| OpReturnValue %26 |
| OpFunctionEnd |
| %main_1 = OpFunction %void None %27 |
| %30 = OpLabel |
| %param = OpVariable %_ptr_Function_mat2v2float Function %32 |
| %x_38_phi = OpVariable %_ptr_Function_mat2v2float Function %32 |
| %37 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_0 |
| %38 = OpLoad %float %37 |
| OpStore %x_38_phi %40 |
| %41 = OpFOrdGreaterThanEqual %bool %38 %float_0 |
| OpSelectionMerge %43 None |
| OpBranchConditional %41 %44 %43 |
| %44 = OpLabel |
| OpStore %x_38_phi %47 |
| OpBranch %43 |
| %43 = OpLabel |
| %48 = OpLoad %mat2v2float %x_38_phi |
| %49 = OpMatrixTimesMatrix %mat2v2float %48 %48 |
| OpStore %param %49 |
| %50 = OpFunctionCall %v3float %f_mf22_ %param |
| OpStore %x_GLF_color %52 |
| OpReturn |
| OpFunctionEnd |
| %tint_symbol_3 = OpFunction %void None %53 |
| %tint_symbol_1 = OpFunctionParameter %main_out |
| %57 = OpLabel |
| %58 = OpCompositeExtract %v4float %tint_symbol_1 0 |
| OpStore %tint_symbol_2 %58 |
| OpReturn |
| OpFunctionEnd |
| %main = OpFunction %void None %27 |
| %60 = OpLabel |
| %61 = OpLoad %v4float %tint_symbol |
| OpStore %gl_FragCoord %61 |
| %62 = OpFunctionCall %void %main_1 |
| %64 = OpLoad %v4float %x_GLF_color |
| %65 = OpCompositeConstruct %main_out %64 |
| %63 = OpFunctionCall %void %tint_symbol_3 %65 |
| OpReturn |
| OpFunctionEnd |