mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-23 15:30:09 +00:00
zink: bump dynamic pipeline state count
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12585>
This commit is contained in:
parent
53da55ac87
commit
9c2fe8e621
@ -164,7 +164,7 @@ zink_create_gfx_pipeline(struct zink_screen *screen,
|
||||
depth_stencil_state.back = state->depth_stencil_alpha_state->stencil_back;
|
||||
depth_stencil_state.depthWriteEnable = state->depth_stencil_alpha_state->depth_write;
|
||||
|
||||
VkDynamicState dynamicStateEnables[24] = {
|
||||
VkDynamicState dynamicStateEnables[30] = {
|
||||
VK_DYNAMIC_STATE_LINE_WIDTH,
|
||||
VK_DYNAMIC_STATE_DEPTH_BIAS,
|
||||
VK_DYNAMIC_STATE_BLEND_CONSTANTS,
|
||||
|
Loading…
Reference in New Issue
Block a user