Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp48 tcu::TextureFormat getDepthCopyFormat (VkFormat combinedFormat);
DvkImageUtil.cpp2375 tcu::TextureFormat getDepthCopyFormat (VkFormat combinedFormat) in getDepthCopyFormat() function
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp906 aspectMask == VK_IMAGE_ASPECT_DEPTH_BIT ? getDepthCopyFormat(m_params.imageFormat) : in readImage()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1361 const tcu::TextureFormat depthFormat = getDepthCopyFormat(attachmentInfo.getFormat()); in AttachmentResources()
3542 const tcu::TextureFormat depthFormat = getDepthCopyFormat(attachment.getFormat()); in logAndVerifyImages()