Home
last modified time | relevance | path

Searched refs:vk_format_is_depth_or_stencil (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-validation-layers/layers/
Dvk_layer_utils.h105 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()
Dimage.cpp862 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()
Dvk_layer_utils.cpp232 bool vk_format_is_depth_or_stencil(VkFormat format) { in vk_format_is_depth_or_stencil() function
Dcore_validation.cpp3755 VkBool32 ds = vk_format_is_depth_or_stencil(format); in validateImageView()