turnip: Don't push inline uniform buffer contents outside constlen.
authorEmma Anholt <emma@anholt.net>
Tue, 14 Mar 2023 23:02:03 +0000 (16:02 -0700)
committerMarge Bot <emma+marge@anholt.net>
Wed, 15 Mar 2023 23:07:21 +0000 (23:07 +0000)
commit78d4a82d3002498a2dd3caa7f9654b9edd4d8c5c
tree5ff3ee3d0266ad2ab0e49ad4a9d1f0c48a077f21
parentf99eab23ad6d58e08336d862adcb642f9714eb51
turnip: Don't push inline uniform buffer contents outside constlen.

This would apparently lead to trying to load from this inline uniform
buffer in later submits.

Fixes: 37cde2c63483 ("tu: Rewrite inline uniform implementation")
Fixes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8219
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21915>
src/freedreno/vulkan/tu_cmd_buffer.c