Searched refs:ColorAndDepth (Results 1 – 1 of 1) sorted by relevance
102 using ColorAndDepth = std::pair<tcu::ConstPixelBufferAccess, tcu::ConstPixelBufferAccess>; typedef in vkt::Draw::__anonec6d69880111::InvertedDepthRangesTestInstance106 ColorAndDepth draw (const VkViewport viewport);298 InvertedDepthRangesTestInstance::ColorAndDepth InvertedDepthRangesTestInstance::draw (const VkViewp… in draw()376 return ColorAndDepth(colorPixels, depthPixels); in draw()490 ColorAndDepth results = draw(viewport); in iterate()