Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp456 const tcu::ConstPixelBufferAccess& noSampleshadingImage);
1392 de::MovePtr<tcu::TextureLevel> noSampleshadingImage; in iterate() local
1402 noSampleshadingImage = renderer.render(); in iterate()
1422 …("noSampleshadingImage", "Image rendered without sample shading", noSampleshadingImage->getAccess(… in iterate()
1431 return verifySampleShadedImage(sampleShadedImages, noSampleshadingImage->getAccess()); in iterate()
1434 …or<tcu::TextureLevel>& sampleShadedImages, const tcu::ConstPixelBufferAccess& noSampleshadingImage) in verifySampleShadedImage() argument
1436 …const deUint32 pixelCount = noSampleshadingImage.getWidth() * noSampleshadingImage.getHeight() * n… in verifySampleShadedImage()
1442 …const deUint32 noSampleShadingValue = *((const deUint32*)noSampleshadingImage.getDataPtr() + pixel… in verifySampleShadedImage()