pan/bi: Use variable src/dest for collect/split
authorAlyssa Rosenzweig <alyssa@collabora.com>
Fri, 22 Jul 2022 15:40:17 +0000 (11:40 -0400)
committerMarge Bot <emma+marge@anholt.net>
Fri, 2 Sep 2022 16:03:23 +0000 (16:03 +0000)
commit9c45ce309d47b688a7f5483909a091d945da52ea
treeae3c1228fbcafc7d1be4b238e354492fb0346eb9
parent9bb2ac4d8c86b99ad2bbf6760a3b4e894f830a21
pan/bi: Use variable src/dest for collect/split

This avoids the nr_srcs/nr_dests setting dance, and will allow the builder to
handle the required memory allocation when we switch to dynamic src/dest
allocation.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17794>
src/panfrost/bifrost/ISA.xml
src/panfrost/bifrost/bi_opt_message_preload.c
src/panfrost/bifrost/bi_opt_push_ubo.c
src/panfrost/bifrost/bifrost_compile.c
src/panfrost/bifrost/test/test-message-preload.cpp
src/panfrost/bifrost/test/test-optimizer.cpp
src/panfrost/bifrost/valhall/va_lower_split_64bit.c