zink: make prim type a bitfield in pipeline info

match draw info here

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11685>
This commit is contained in:
Mike Blumenkrantz
2021-05-11 13:51:47 -04:00
parent 3da23a9c7e
commit 48adc08b2d
+1 -1
View File
@@ -79,7 +79,7 @@ struct zink_gfx_pipeline_state {
bool have_EXT_extended_dynamic_state;
VkPipeline pipeline;
enum pipe_prim_type mode;
enum pipe_prim_type mode : 8;
};
struct zink_compute_pipeline_state {