Searched defs:radv_meta_state (Results 1 – 1 of 1) sorted by relevance
458 struct radv_meta_state { struct459 VkAllocationCallbacks alloc;461 struct radv_pipeline_cache cache;467 mtx_t mtx;472 struct {474 } color_clear[MAX_SAMPLES_LOG2][MAX_RTS];476 struct {484 } ds_clear[MAX_SAMPLES_LOG2];486 VkPipelineLayout clear_color_p_layout;487 VkPipelineLayout clear_depth_p_layout;[all …]