mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
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:
parent
1bfff407b9
commit
8553dd97ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue