android: r600/sfn: Add GDS instructions
authorMauro Rossi <issor.oruam@gmail.com>
Sat, 22 Feb 2020 15:20:10 +0000 (16:20 +0100)
committerMauro Rossi <issor.oruam@gmail.com>
Wed, 4 Mar 2020 21:25:36 +0000 (22:25 +0100)
Fixes the following building errors:

external/mesa/src/gallium/drivers/r600/sfn/sfn_emitssboinstruction.cpp:59: error: undefined reference to 'r600::GDSInstr::GDSInstr(r600::ESDOp, r600::GPRVector const&, std::__1::shared_ptr<r600::Value> const&, std::__1::shared_ptr<r600::Value> const&, std::__1::shared_ptr<r600::Value> const&, int)'
...
external/mesa/src/gallium/drivers/r600/sfn/sfn_emitssboinstruction.cpp:256: error: undefined reference to 'r600::RatInstruction::RatInstruction(r600::ECFOpCode, r600::RatInstruction::ERatOp, r600::GPRVector const&, r600::GPRVector const&, int, std::__1::shared_ptr<r600::Value> const&, int, int, int, bool)'

Fixes: 32d3435a ("r600/sfn: Add GDS instructions")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Reviewed-by: Gert Wollny <gert.wollny@collabora.com>
src/gallium/drivers/r600/Makefile.sources

index a17997e6eaeb0e1b82dad213638462f4a700eb7f..03d1bf101612861f761ff50624d90a651ae933f4 100644 (file)
@@ -116,6 +116,8 @@ CXX_SOURCES = \
        sfn/sfn_instruction_export.h \
        sfn/sfn_instruction_fetch.cpp \
        sfn/sfn_instruction_fetch.h \
+       sfn/sfn_instruction_gds.cpp \
+       sfn/sfn_instruction_gds.h \
        sfn/sfn_instruction_misc.cpp \
        sfn/sfn_instruction_misc.h \
        sfn/sfn_instruction_tex.cpp \