zink: reorder pipeline dynamic state1 substruct

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16838>
This commit is contained in:
Mike Blumenkrantz 2022-05-31 15:11:55 -04:00 committed by Marge Bot
parent 150e95fa67
commit c1639d7bda

View file

@ -55,9 +55,9 @@ struct zink_gfx_pipeline_state {
bool dirty;
struct {
struct zink_depth_stencil_alpha_hw_state *depth_stencil_alpha_state; //non-dynamic state
VkFrontFace front_face;
unsigned num_viewports;
struct zink_depth_stencil_alpha_hw_state *depth_stencil_alpha_state; //non-dynamic state
} dyn_state1;
struct {