mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 20:18:12 +02:00
anv: bump MAX_SETS to 32
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/work_items/7684 Closes: https://gitlab.freedesktop.org/mesa/mesa/-/work_items/14677 Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40744>
This commit is contained in:
parent
e8c2491664
commit
c32015da05
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ get_max_vbs(const struct intel_device_info *devinfo) {
|
|||
|
||||
#define MAX_XFB_BUFFERS 4
|
||||
#define MAX_XFB_STREAMS 4
|
||||
#define MAX_SETS 8
|
||||
#define MAX_SETS 32
|
||||
#define MAX_RTS 8
|
||||
#define MAX_VIEWPORTS 16
|
||||
#define MAX_SCISSORS 16
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue