aco: Remove esgs_itemsize from LDS alignment calculation.
authorTimur Kristóf <timur.kristof@gmail.com>
Tue, 18 Feb 2020 19:21:20 +0000 (20:21 +0100)
committerMarge Bot <eric+marge@anholt.net>
Wed, 11 Mar 2020 08:34:10 +0000 (08:34 +0000)
commit4fc1da208efa6333ce4fa6836d0348313085d635
tree2001407a02ded7085ee768ced4d2b68d7fa71d34
parentca342701c578575f842a679680c4be2d79ba1873
aco: Remove esgs_itemsize from LDS alignment calculation.

It was problematic to have it, because some shader stages might
not even know about the esgs_itemsize, for example TCS and
the merged VS+TCS stages.

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/3964>
src/amd/compiler/aco_instruction_selection.cpp