pan/bi: Allow vec6 for collects
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>
This commit is contained in:
committed by
Marge Bot
parent
1bfff407b9
commit
8553dd97ad
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user