r600/sfn: Add LDS IO instructions to r600 IR
authorGert Wollny <gert.wollny@collabora.com>
Sun, 12 Apr 2020 14:56:35 +0000 (16:56 +0200)
committerMarge Bot <eric+marge@anholt.net>
Tue, 28 Apr 2020 08:06:33 +0000 (08:06 +0000)
commitb9d175bed260995affc4aea0b511f8b1f0c1440d
tree13b9e43f3b990b72bccbb327dc369d9f43c5bf22
parent172868167ea250a077873d9df058692cc8c4cabc
r600/sfn: Add LDS IO instructions to r600 IR

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4714>
src/gallium/drivers/r600/Makefile.sources
src/gallium/drivers/r600/meson.build
src/gallium/drivers/r600/sfn/sfn_instruction_base.h
src/gallium/drivers/r600/sfn/sfn_instruction_lds.cpp [new file with mode: 0644]
src/gallium/drivers/r600/sfn/sfn_instruction_lds.h [new file with mode: 0644]