r600/sfn: Add support for reading cube image array dim.
authorGert Wollny <gert.wollny@collabora.com>
Sat, 9 May 2020 13:09:36 +0000 (15:09 +0200)
committerMarge Bot <eric+marge@anholt.net>
Fri, 19 Jun 2020 06:58:07 +0000 (06:58 +0000)
commit5aef9ea2a3c8cf76d4bbfbee13ba8821d69cb57f
treec3f14937e315c72dae0f4739ca814171e35d19c2
parente458683a5255382a8f56ab91309e067ce94029ae
r600/sfn: Add support for reading cube image array dim.

The cube array size can't be queried directly, the number of array
elements must be passed via a constant buffer.

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5206>
src/gallium/drivers/r600/sfn/sfn_emitssboinstruction.cpp
src/gallium/drivers/r600/sfn/sfn_shader_base.cpp
src/gallium/drivers/r600/sfn/sfn_value.cpp