From 8553dd97adc241bdbaff22eabe870abecdaa8360 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Tue, 31 May 2022 15:04:59 -0400 Subject: [PATCH] pan/bi: Allow vec6 for collects Hit for some Valhall texturing instructions. Signed-off-by: Alyssa Rosenzweig Part-of: --- 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 */