pan/bi: Allow vec6 for collects
authorAlyssa Rosenzweig <alyssa@collabora.com>
Tue, 31 May 2022 19:04:59 +0000 (15:04 -0400)
committerMarge Bot <emma+marge@anholt.net>
Thu, 2 Jun 2022 17:13:16 +0000 (17:13 +0000)
Hit for some Valhall texturing instructions.

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

src/panfrost/bifrost/compiler.h

index f42dac0..ee7c8c9 100644 (file)
@@ -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 */