nvk: Advertise 32 descriptor sets

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29276>
This commit is contained in:
Faith Ekstrand 2024-05-17 10:02:55 -05:00 committed by Marge Bot
parent 54ce220f10
commit 99f806b733
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ struct nvk_root_descriptor_table {
uint8_t set_dynamic_buffer_start[NVK_MAX_SETS];
/* enfore alignment to 0x100 as needed pre pascal */
uint8_t __padding[0xd8];
uint8_t __padding[0x40];
};
/* helper macro for computing root descriptor byte offsets */

View File

@ -10,7 +10,7 @@
#include "vk_log.h"
#include "vk_util.h"
#define NVK_MAX_SETS 8
#define NVK_MAX_SETS 32
#define NVK_MAX_PUSH_SIZE 128
#define NVK_MAX_DYNAMIC_BUFFERS 64
#define NVK_MAX_RTS 8