panfrost: Fix transform feedback on v9 harder
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Wed, 19 Jul 2023 12:42:35 +0000 (08:42 -0400)
committerMarge Bot <emma+marge@anholt.net>
Thu, 20 Jul 2023 01:25:34 +0000 (01:25 +0000)
commitac51cc12b1d1ccc8fa6e91616b5d94908450eee9
treec6f9b93f51b7d05da6c364872a8f7a0c23698353
parent64ff2b3ed6d9c51c8087f865961e2684a170a5bc
panfrost: Fix transform feedback on v9 harder

We might need more push uniforms (FAU) than the currently bound program. Update
that too for correct results on v9.

Fixes: c282f80c988 ("panfrost: Fix transform feedback on v9")
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24198>
src/gallium/drivers/panfrost/pan_cmdstream.c