Home
last modified time | relevance | path

Searched refs:vk_format_has_depth (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dvk_format.h331 vk_format_has_depth(const struct vk_format_description *desc) in vk_format_has_depth() function
354 return vk_format_has_depth(desc) || in vk_format_is_depth_or_stencil()
368 return vk_format_has_depth(desc); in vk_format_is_depth()
Dradv_image.c61 is_depth = vk_format_has_depth(desc); in radv_init_surface()
/external/mesa3d/src/intel/vulkan/
Dvk_format_info.h69 vk_format_has_depth(VkFormat format) in vk_format_has_depth() function