Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.hpp90 virtual tcu::ConstPixelBufferAccess getColorPixels (void) const = 0;
110 virtual tcu::ConstPixelBufferAccess getColorPixels (void) const;
159 virtual tcu::ConstPixelBufferAccess getColorPixels (void) const;
DvktDrawUtil.cpp270 tcu::ConstPixelBufferAccess ReferenceDrawContext::getColorPixels (void) const in getColorPixels() function in vkt::drawutil::ReferenceDrawContext
734 …log << tcu::LogImageSet("attachments", "") << tcu::LogImage("color0", "", getColorPixels()) << tcu… in draw()
737 tcu::ConstPixelBufferAccess VulkanDrawContext::getColorPixels (void) const in getColorPixels() function in vkt::drawutil::VulkanDrawContext
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp166 refDrawContext.getColorPixels().getFormat()), in iterate()
167 refDrawContext.getColorPixels().getWidth(), in iterate()
168 refDrawContext.getColorPixels().getHeight(), in iterate()
170 refDrawContext.getColorPixels().getDataPtr())); in iterate()
175 dc.getColorPixels().getFormat()), in iterate()
176 dc.getColorPixels().getWidth(), in iterate()
177 dc.getColorPixels().getHeight(), in iterate()
179 dc.getColorPixels().getDataPtr())); in iterate()
184 refDrawContext.getColorPixels(), in iterate()
185 dc.getColorPixels(), in iterate()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp460 …const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f),… in testPrimitivesInside()
515 …const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f),… in testPrimitivesOutside()
600 …const int numPixels = countPixels(drawContext.getColorPixels(), cases[caseNdx].regionOffset, regio… in testPrimitivesDepthClamp()
665 …const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f),… in testLargePoints()
672 if (countPixels(drawContext.getColorPixels(), Vec4(1.0f, i->z(), 0.0f, 1.0f), Vec4(0.01f)) == 0) in testLargePoints()
796 …if (countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f), Vec4()) == NUM_RENDER_… in testWideLines()
846 …e(log, "Compare", "Result comparsion", refDrawContext.getColorPixels(), drawContext.getColorPixels in testWideLines()
1201 …const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f… in testClipDistance()
1205 …const int guardPixels = countPixels(drawContext.getColorPixels(), IVec2(0, RENDER_SIZE/2), clip… in testClipDistance()
1206 …orsOk = caseDef.readInFragmentShader ? checkFragColors(drawContext.getColorPixels(), clipRegion,… in testClipDistance()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageQueryTests.cpp642 tcu::ConstPixelBufferAccess resultImg (renderer.getColorPixels()); in testImageQueryLod()