Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.hpp101 virtual tcu::ConstPixelBufferAccess getColorPixels (void) const = 0;
119 virtual tcu::ConstPixelBufferAccess getColorPixels (void) const;
173 virtual tcu::ConstPixelBufferAccess getColorPixels (void) const;
DvktDrawUtil.cpp172 tcu::ConstPixelBufferAccess ReferenceDrawContext::getColorPixels (void) const in getColorPixels() function in vkt::drawutil::ReferenceDrawContext
695 …log << tcu::LogImageSet("attachments", "") << tcu::LogImage("color0", "", getColorPixels()) << tcu… in draw()
698 tcu::ConstPixelBufferAccess VulkanDrawContext::getColorPixels (void) const in getColorPixels() function in vkt::drawutil::VulkanDrawContext
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp168 refDrawContext.getColorPixels().getFormat()), in iterate()
169 refDrawContext.getColorPixels().getWidth(), in iterate()
170 refDrawContext.getColorPixels().getHeight(), in iterate()
172 refDrawContext.getColorPixels().getDataPtr())); in iterate()
177 dc.getColorPixels().getFormat()), in iterate()
178 dc.getColorPixels().getWidth(), in iterate()
179 dc.getColorPixels().getHeight(), in iterate()
181 dc.getColorPixels().getDataPtr())); in iterate()
186 refDrawContext.getColorPixels(), in iterate()
187 dc.getColorPixels(), in iterate()
[all …]
DvktShaderRenderInvarianceTests.cpp306 tcu::TextureFormat(vulkanDrawContext.getColorPixels().getFormat()), in iterate()
307 vulkanDrawContext.getColorPixels().getWidth(), in iterate()
308 vulkanDrawContext.getColorPixels().getHeight(), in iterate()
310 vulkanDrawContext.getColorPixels().getDataPtr()); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp462 …const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f),… in testPrimitivesInside()
519 …const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f),… in testPrimitivesOutside()
609 …const int numPixels = countPixels(drawContext.getColorPixels(), cases[caseNdx].regionOffset, regio… in testPrimitivesDepthClamp()
701 …const int numPixels = countPixels(drawContext.getColorPixels(), cases[caseNdx].regionOffset, regio… in testPrimitivesDepthClip()
731 …const int numPixels = countPixels(drawContext.getColorPixels(), cases[caseNdx].regionOffset, regio… in testPrimitivesDepthClip()
802 …const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f),… in testLargePoints()
809 if (countPixels(drawContext.getColorPixels(), Vec4(1.0f, i->z(), 0.0f, 1.0f), Vec4(0.01f)) == 0) in testLargePoints()
934 …if (countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f), Vec4()) == NUM_RENDER_… in testWideLines()
984 …e(log, "Compare", "Result comparsion", refDrawContext.getColorPixels(), drawContext.getColorPixels in testWideLines()
1340 …const int numBlackPixels = countPixels(drawContext.getColorPixels(), Vec4(0.0f, 0.0f, 0.0f, 1.0f… in testClipDistance()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFilteringTests.cpp370 tcu::ConstPixelBufferAccess resImage(renderer.getColorPixels()); in iterate()
DvktYCbCrImageQueryTests.cpp718 tcu::ConstPixelBufferAccess resultImg (renderer.getColorPixels()); in testImageQueryLod()