Searched defs:maxShadingImage (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp294 const tcu::ConstPixelBufferAccess& maxShadingImage);
318 const tcu::ConstPixelBufferAccess& maxShadingImage);
923 de::MovePtr<tcu::TextureLevel> maxShadingImage; local
946 maxShadingImage = renderer.render();
949 return verifyImage(testShadingImage->getAccess(), minShadingImage->getAccess(), maxShadingImage->getAccess());
952 tcu::TestStatus MinSampleShadingInstance::verifyImage (const tcu::ConstPixelBufferAccess& testShadingImage, const tcu::ConstPixelBufferAccess& minShadingImage, const tcu::ConstPixelBufferAccess& maxShadingImage) argument
956 const deUint32 maxColorCount = getUniqueColorsCount(maxShadingImage);

Completed in 72 milliseconds