r600: Handle texcoord semantics in LDS index evaluation
authorGert Wollny <gert.wollny@collabora.com>
Sun, 12 Apr 2020 14:42:07 +0000 (16:42 +0200)
committerMarge Bot <eric+marge@anholt.net>
Tue, 28 Apr 2020 08:06:33 +0000 (08:06 +0000)
commit096a026354cb31a1c858e5ffe18ba9a2a02a9d65
treee79bf3bcb4bc07ffc10ef3428762dcc33bde50fc
parent7d476a1360d3615f510719174887b9004dfdff48
r600: Handle texcoord semantics in LDS index evaluation

With NIR the texcoord semantic is enabled, and hence we have to handle
index evaluation differently here.

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4714>
src/gallium/drivers/r600/r600_shader.c
src/gallium/drivers/r600/r600_shader.h
src/gallium/drivers/r600/r600_state_common.c