Searched defs:radv_meta_saved_state (Results 1 – 1 of 1) sorted by relevance
45 struct radv_meta_saved_state { struct46 uint32_t flags;48 struct radv_descriptor_set *old_descriptor_set0;49 struct radv_pipeline *old_pipeline;50 struct radv_viewport_state viewport;51 struct radv_scissor_state scissor;52 struct radv_sample_locations_state sample_location;54 char push_constants[128];56 struct radv_render_pass *pass;57 const struct radv_subpass *subpass;[all …]