Home
last modified time | relevance | path

Searched refs:ColorAndDepth (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawInvertedDepthRangesTests.cpp102 using ColorAndDepth = std::pair<tcu::ConstPixelBufferAccess, tcu::ConstPixelBufferAccess>; typedef in vkt::Draw::__anonec6d69880111::InvertedDepthRangesTestInstance
106 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()