Home
last modified time | relevance | path

Searched defs:radv_image_view (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_private.h2677 struct radv_image_view { struct
2678 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;