nvk: bump NVK_PUSH_MAX_SYNCS to 256

technically this needs to be MUCH higher since there's no limitation
on the number of semaphore waits that can be submitted, but this is
enough to handle zink usage

fixes KHR-GL46.sparse_buffer_tests.BufferStorageTest

cc: mesa-stable

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27992>
This commit is contained in:
Mike Blumenkrantz 2024-03-05 13:05:37 -05:00 committed by Marge Bot
parent ba17f5ca6a
commit 9a53e3b1fd

View file

@ -20,7 +20,7 @@
#include <xf86drm.h>
#define NVK_PUSH_MAX_SYNCS 16
#define NVK_PUSH_MAX_SYNCS 256
#define NVK_PUSH_MAX_BINDS 4096
#define NVK_PUSH_MAX_PUSH 1024