Searched refs:getDepthCopyFormat (Results 1 – 8 of 8) sorted by relevance
55 tcu::TextureFormat getDepthCopyFormat (VkFormat combinedFormat);
4071 tcu::TextureFormat getDepthCopyFormat (VkFormat combinedFormat) in getDepthCopyFormat() function
98 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()
1447 const tcu::TextureFormat depthFormat = getDepthCopyFormat(attachmentInfo.getFormat()); in AttachmentResources()4119 const tcu::TextureFormat depthFormat = getDepthCopyFormat(attachment.getFormat()); in logAndVerifyImages()
1057 aspectMask == VK_IMAGE_ASPECT_DEPTH_BIT ? getDepthCopyFormat(m_params.imageFormat) : in readImage()