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