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.h329 vk_format_has_depth(const struct vk_format_description *desc) in vk_format_has_depth() function
352 return vk_format_has_depth(desc) || in vk_format_is_depth_or_stencil()
366 return vk_format_has_depth(desc); in vk_format_is_depth()
Dradv_image.c77 is_depth = vk_format_has_depth(desc); in radv_init_surface()
/external/mesa3d/src/intel/vulkan/
Dvk_format_info.h96 vk_format_has_depth(VkFormat format) in vk_format_has_depth() function