mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 20:20:18 +01:00
lavapipe: Bump MAX_DESCRIPTOR_UNIFORM_BLOCK_SIZE
cc: mesa-stable Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38197>
This commit is contained in:
parent
d6dd96e1c7
commit
25e678a37d
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ extern "C" {
|
|||
#define MAX_DESCRIPTORS 1000000 /* Required by vkd3d-proton */
|
||||
#define MAX_PUSH_CONSTANTS_SIZE 256
|
||||
#define MAX_PUSH_DESCRIPTORS 32
|
||||
#define MAX_DESCRIPTOR_UNIFORM_BLOCK_SIZE 4096
|
||||
#define MAX_DESCRIPTOR_UNIFORM_BLOCK_SIZE MAX_DESCRIPTORS
|
||||
#define MAX_PER_STAGE_DESCRIPTOR_UNIFORM_BLOCKS 8
|
||||
#define MAX_DGC_STREAMS 16
|
||||
#define MAX_DGC_TOKENS 16
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue