Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp50 tcu::TextureFormat getDepthCopyFormat (VkFormat combinedFormat);
DvkImageUtil.cpp2738 tcu::TextureFormat getDepthCopyFormat (VkFormat combinedFormat) in getDepthCopyFormat() function
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp888 aspectMask == VK_IMAGE_ASPECT_DEPTH_BIT ? getDepthCopyFormat(m_params.imageFormat) : in readImage()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp1685 …const tcu::ConstPixelBufferAccess resultDepthAccess (getDepthCopyFormat(m_format), m_width, m_hei… in iterateInternal()
DvktRenderPassTests.cpp1417 const tcu::TextureFormat depthFormat = getDepthCopyFormat(attachmentInfo.getFormat()); in AttachmentResources()
3637 const tcu::TextureFormat depthFormat = getDepthCopyFormat(attachment.getFormat()); in logAndVerifyImages()