nvk: Increase the context init size
We're about to add a bunch more MMEs and we're going to blow past the old limit. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30703>
This commit is contained in:
committed by
Marge Bot
parent
00b6635407
commit
5f29edff07
@@ -460,7 +460,7 @@ nvk_queue_init_context_state(struct nvk_queue *queue,
|
||||
struct nvk_physical_device *pdev = nvk_device_physical(dev);
|
||||
VkResult result;
|
||||
|
||||
uint32_t push_data[1024 * 3];
|
||||
uint32_t push_data[4096];
|
||||
struct nv_push push;
|
||||
nv_push_init(&push, push_data, ARRAY_SIZE(push_data));
|
||||
struct nv_push *p = &push;
|
||||
|
||||
Reference in New Issue
Block a user