Searched refs:getDepthCopyFormat (Results 1 – 7 of 7) sorted by relevance
53 tcu::TextureFormat getDepthCopyFormat (VkFormat combinedFormat);
3999 tcu::TextureFormat getDepthCopyFormat (VkFormat combinedFormat) in getDepthCopyFormat() function
98 const auto copyFormat = getDepthCopyFormat(format); in BufferLevels()
202 const tcu::TextureFormat tcuFormat = getDepthCopyFormat(m_format); in readDepth()
1750 …const tcu::ConstPixelBufferAccess resultDepthAccess (getDepthCopyFormat(m_format), m_width, m_hei… in iterateInternal()2796 …const tcu::ConstPixelBufferAccess resultDepthAccess (getDepthCopyFormat(m_format), m_width, m_hei… in iterateInternal()
1477 const tcu::TextureFormat depthFormat = getDepthCopyFormat(attachmentInfo.getFormat()); in AttachmentResources()3770 const tcu::TextureFormat depthFormat = getDepthCopyFormat(attachment.getFormat()); in logAndVerifyImages()
1042 aspectMask == VK_IMAGE_ASPECT_DEPTH_BIT ? getDepthCopyFormat(m_params.imageFormat) : in readImage()