Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dimage.cpp245 bool is_depth_format(VkFormat format) { in is_depth_format() function
428 depthFormatPresent |= is_depth_format(pCreateInfo->pAttachments[i].format); in vkCreateRenderPass()
711 if (is_depth_format(srcImageEntry->second.format)) { in vkCmdCopyImage()