Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationFragShaderSideEffectsTests.cpp645 …tcu::ConstPixelBufferAccess colorPixels (tcuFormat, iWidth, iHeight, 1, colorImageBufferAlloc.get… in iterate() local
655 const auto pixel = colorPixels.getPixel(i, j); in iterate()
665 testLog << tcu::TestLog::Image("ColorBuffer", "Result color buffer", colorPixels); in iterate()
DvktRasterizationTests.cpp6513 const tcu::ConstPixelBufferAccess colorPixels (tcuFormat, imageDimI, imageDimI, 1, colorBufferPtr); in iterate() local
6522 const auto imageColor = colorPixels.getPixel(x, y); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawInvertedDepthRangesTests.cpp373 …const auto colorPixels = m_colorTargetImage->readSurface(queue, alloc, VK_IMAGE_LAYOUT_GENERAL, ze… in draw() local
376 return ColorAndDepth(colorPixels, depthPixels); in draw()