Searched refs:vk_format_is_depth_or_stencil (Results 1 – 4 of 4) sorted by relevance
105 bool vk_format_is_depth_or_stencil(VkFormat format);111 return !(vk_format_is_undef(format) || vk_format_is_depth_or_stencil(format)); in vk_format_is_color()
862 if (vk_format_is_depth_or_stencil(srcFormat) || vk_format_is_depth_or_stencil(dstFormat)) { in vkCmdBlitImage()941 if (vk_format_is_depth_or_stencil(srcFormat) || vk_format_is_int(srcFormat)) { in vkCmdBlitImage()1076 } else if (vk_format_is_depth_or_stencil(format)) { in vkGetImageSubresourceLayout()
232 bool vk_format_is_depth_or_stencil(VkFormat format) { in vk_format_is_depth_or_stencil() function
3755 VkBool32 ds = vk_format_is_depth_or_stencil(format); in validateImageView()