Mesa (main): pan/bi: Allow vec6 for collects

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 2 17:30:01 UTC 2022


Module: Mesa
Branch: main
Commit: 8553dd97adc241bdbaff22eabe870abecdaa8360
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8553dd97adc241bdbaff22eabe870abecdaa8360

Author: Alyssa Rosenzweig <alyssa at collabora.com>
Date:   Tue May 31 15:04:59 2022 -0400

pan/bi: Allow vec6 for collects

Hit for some Valhall texturing instructions.

Signed-off-by: Alyssa Rosenzweig <alyssa at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16780>

---

 src/panfrost/bifrost/compiler.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/panfrost/bifrost/compiler.h b/src/panfrost/bifrost/compiler.h
index f42dac0c40e..ee7c8c99cb7 100644
--- a/src/panfrost/bifrost/compiler.h
+++ b/src/panfrost/bifrost/compiler.h
@@ -366,7 +366,7 @@ bi_is_value_equiv(bi_index left, bi_index right)
 
 #define BI_MAX_VEC 8
 #define BI_MAX_DESTS 4
-#define BI_MAX_SRCS 5
+#define BI_MAX_SRCS 6
 
 typedef struct {
         /* Must be first */



More information about the mesa-commit mailing list