Searched defs:radv_image_view (Results 1 – 1 of 1) sorted by relevance
2677 struct radv_image_view { struct2678 struct vk_image_view vk;2679 struct radv_image *image; /**< VkImageViewCreateInfo::image */2681 unsigned plane_id;2682 VkExtent3D extent; /**< Extent of VkImageViewCreateInfo::baseMipLevel. */2685 bool support_fast_clear;2687 bool disable_dcc_mrt;2689 union radv_descriptor descriptor;2694 union radv_descriptor storage_descriptor;