Searched defs:readDepth (Results 1 – 5 of 5) sorted by relevance
1255 const bool readDepth = readAspect & VK_IMAGE_ASPECT_DEPTH_BIT; in initPrograms() local
1253 const bool readDepth = readAspect & VK_IMAGE_ASPECT_DEPTH_BIT; in initPrograms() local
191 tcu::ConstPixelBufferAccess Image::readDepth (vk::VkQueue queue, in readDepth() function in vkt::Draw::Image
431 float readDepth = (float)i / std::max(destSize.depth - 1, 1); in Write3DVertices() local