aco: Fix handling of tess factors.
authorTimur Kristóf <timur.kristof@gmail.com>
Thu, 26 Mar 2020 17:36:07 +0000 (18:36 +0100)
committerMarge Bot <eric+marge@anholt.net>
Mon, 30 Mar 2020 13:09:08 +0000 (13:09 +0000)
commite2b1d749b175e6966884598c2df8c451abf8bd98
tree7ceaa7672b0386dff6e885fddf26eccc5ef88158
parentd3f6adcaed9775283ce2fb63a39aaee85e1312b0
aco: Fix handling of tess factors.

There is no need to check whether they are written using indirect
indices, because all tess factors should be written to VMEM only
at the end of the shader.

No pipeline db changes.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4165>
src/amd/compiler/aco_instruction_selection.cpp
src/amd/compiler/aco_instruction_selection_setup.cpp