r600/sfn: Add skelton for visitor pattern
authorGert Wollny <gert.wollny@collabora.com>
Tue, 2 Feb 2021 12:45:50 +0000 (13:45 +0100)
committerMarge Bot <eric+marge@anholt.net>
Sun, 28 Mar 2021 09:27:48 +0000 (09:27 +0000)
commita976a509585e108f650af5c1c3a52041a6f14efc
tree4cb4396806be86d674aa49c74756ead6a9257537
parent829028babc690bd508cfe59c78afc0f2a39dae7f
r600/sfn: Add skelton for visitor pattern

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9874>
12 files changed:
src/gallium/drivers/r600/sfn/sfn_instruction_alu.h
src/gallium/drivers/r600/sfn/sfn_instruction_base.h
src/gallium/drivers/r600/sfn/sfn_instruction_block.h
src/gallium/drivers/r600/sfn/sfn_instruction_cf.h
src/gallium/drivers/r600/sfn/sfn_instruction_export.h
src/gallium/drivers/r600/sfn/sfn_instruction_fetch.h
src/gallium/drivers/r600/sfn/sfn_instruction_gds.h
src/gallium/drivers/r600/sfn/sfn_instruction_lds.h
src/gallium/drivers/r600/sfn/sfn_instruction_misc.h
src/gallium/drivers/r600/sfn/sfn_instruction_tex.h
src/gallium/drivers/r600/sfn/sfn_instructionvisitor.cpp [new file with mode: 0644]
src/gallium/drivers/r600/sfn/sfn_instructionvisitor.h [new file with mode: 0644]