nvk: Increase the graphics pipeline push space

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
Faith Ekstrand 2023-01-30 20:11:57 -06:00 committed by Marge Bot
parent 82fc528773
commit 1e3e00dad7

View file

@ -53,7 +53,7 @@ struct nvk_graphics_pipeline {
struct nvk_pipeline base;
struct nouveau_ws_push push;
uint32_t push_data[128];
uint32_t push_data[192];
struct vk_vertex_input_state _dynamic_vi;
struct vk_dynamic_graphics_state dynamic;