Searched refs:depthPixels (Results 1 – 2 of 2) sorted by relevance
374 …const auto depthPixels = m_depthTargetImage->readSurface(queue, alloc, VK_IMAGE_LAYOUT_GENERAL, ze… in draw() local376 return ColorAndDepth(colorPixels, depthPixels); in draw()
920 …de::MovePtr<tcu::TextureLevel> depthPixels = pipeline::readDepthAttachment(vk, vkDevice, queue, q… in iterate() local921 const tcu::ConstPixelBufferAccess& depthAccess = depthPixels->getAccess(); in iterate()