Searched refs:getDepthCopyFormat (Results 1 – 14 of 14) sorted by relevance
59 tcu::TextureFormat getDepthCopyFormat (VkFormat combinedFormat);
4135 tcu::TextureFormat getDepthCopyFormat (VkFormat combinedFormat) in getDepthCopyFormat() function
99 const auto copyFormat = getDepthCopyFormat(format); in BufferLevels()
553 …const auto tcuDepthFormat = (hasDepth ? getDepthCopyFormat(m_params.format) : tcu::TextureForma… in iterate()
202 const tcu::TextureFormat tcuFormat = getDepthCopyFormat(m_format); in readDepth()
1750 …const tcu::ConstPixelBufferAccess resultDepthAccess (getDepthCopyFormat(m_format), m_width, m_hei… in iterateInternal()2820 …const tcu::ConstPixelBufferAccess resultDepthAccess (getDepthCopyFormat(m_format), m_width, m_hei… in iterateInternal()
1458 const tcu::TextureFormat depthFormat = getDepthCopyFormat(attachmentInfo.getFormat()); in AttachmentResources()4233 const tcu::TextureFormat depthFormat = getDepthCopyFormat(attachment.getFormat()); in logAndVerifyImages()
1060 aspectMask == VK_IMAGE_ASPECT_DEPTH_BIT ? getDepthCopyFormat(m_params.imageFormat) : in readImage()