mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 15:10:10 +01:00
zink: explicitly define ZINK_GFX_SHADER_COUNT
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18051>
This commit is contained in:
parent
7040745060
commit
fc657f8c07
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
|||
|
||||
|
||||
#define ZINK_FBFETCH_BINDING 6 //COMPUTE+1
|
||||
#define ZINK_GFX_SHADER_COUNT (PIPE_SHADER_TYPES - 1)
|
||||
#define ZINK_GFX_SHADER_COUNT 5
|
||||
|
||||
#define ZINK_DEFAULT_MAX_DESCS 5000
|
||||
#define MAX_LAZY_DESCRIPTORS (ZINK_DEFAULT_MAX_DESCS / 10)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue