Searched refs:vk_format_has_depth (Results 1 – 3 of 3) sorted by relevance
331 vk_format_has_depth(const struct vk_format_description *desc) in vk_format_has_depth() function354 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()
61 is_depth = vk_format_has_depth(desc); in radv_init_surface()
69 vk_format_has_depth(VkFormat format) in vk_format_has_depth() function