/external/deqp/framework/common/ |
D | tcuImageCompare.hpp | 47 bool pixelThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc… 48 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const… 49 …ffAccuracy (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface&… 51 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const… 52 …oldCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPix… 53 bool floatThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc… 54 bool floatThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc… 55 bool intThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc,… 56 …iationCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPix… 57 …ThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPix… [all …]
|
D | tcuImageCompare.cpp | 217 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPix… in fuzzyCompare() argument 238 log << TestLog::ImageSet(imageSetName, imageSetDesc) in fuzzyCompare() 249 log << TestLog::ImageSet(imageSetName, imageSetDesc) in fuzzyCompare() 286 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface&… in fuzzyCompare() argument 288 …return fuzzyCompare(log, imageSetName, imageSetDesc, reference.getAccess(), result.getAccess(), th… in fuzzyCompare() 335 int measurePixelDiffAccuracy (TestLog& log, const char* imageSetName, const char* imageSetDesc, con… in measurePixelDiffAccuracy() argument 351 log << TestLog::ImageSet(imageSetName, imageSetDesc) in measurePixelDiffAccuracy() 362 log << TestLog::ImageSet(imageSetName, imageSetDesc) in measurePixelDiffAccuracy() 391 int measurePixelDiffAccuracy (TestLog& log, const char* imageSetName, const char* imageSetDesc, con… in measurePixelDiffAccuracy() argument 393 …return measurePixelDiffAccuracy(log, imageSetName, imageSetDesc, reference.getAccess(), result.get… in measurePixelDiffAccuracy() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fBufferTestUtil.cpp | 453 …string imageSetDesc = string("Bytes ") + de::toString(offset+curOffset) + " to " + de::toString(o… in verify() local 469 …if (!tcu::pixelThresholdCompare(m_context.getTestContext().getLog(), "RenderResult", imageSetDesc.… in verify() 614 …string imageSetDesc = string("Bytes ") + de::toString(offset+curOffset) + " to " + de::toString(o… in verify() local 633 …if (!tcu::pixelThresholdCompare(m_context.getTestContext().getLog(), "RenderResult", imageSetDesc.… in verify()
|
D | es2fTextureCompletenessTests.cpp | 85 …eToConstantColor (TestLog& log, const char* imageSetName, const char* imageSetDesc, const tcu::Sur… in compareToConstantColor() argument 108 log << TestLog::ImageSet(imageSetName, imageSetDesc) in compareToConstantColor() 113 log << TestLog::ImageSet(imageSetName, imageSetDesc) in compareToConstantColor()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawShaderLayerTests.cpp | 951 std::string imageSetDesc = "Image compare for layer " + de::toString(i); in testVertexShader() local 952 …sholdCompare(context.getTestContext().getLog(), imageSetName.c_str(), imageSetDesc.c_str(), refere… in testVertexShader() 1012 std::string imageSetDesc = "Image compare for layer " + de::toString(i); in testTessellationShader() local 1013 …sholdCompare(context.getTestContext().getLog(), imageSetName.c_str(), imageSetDesc.c_str(), refere… in testTessellationShader()
|
/external/deqp/modules/gles3/functional/ |
D | es3fASTCDecompressionCases.cpp | 469 const char* const imageSetDesc = "Comparison Result"; in iterate() local 481 << TestLog::ImageSet(imageSetName, imageSetDesc) in iterate() 498 log << TestLog::ImageSet(imageSetName, imageSetDesc) in iterate()
|
/external/deqp/modules/glshared/ |
D | glsBufferTestUtil.cpp | 623 …string imageSetDesc = string("Bytes ") + de::toString(offset+curOffset) + " to " + de::toString(o… in verify() local 639 …if (!tcu::pixelThresholdCompare(m_log, "RenderResult", imageSetDesc.c_str(), reference, rendered, … in verify() 804 …string imageSetDesc = string("Bytes ") + de::toString(offset+curOffset) + " to " + de::toString(o… in verify() local 837 …if (!tcu::pixelThresholdCompare(m_log, "RenderResult", imageSetDesc.c_str(), referenceImg, indexBu… in verify()
|
D | glsDrawTest.cpp | 3499 …mageCompare (tcu::TestLog& log, const char* imageSetName, const char* imageSetDesc, const tcu::Sur… in edgeRelaxedImageCompare() argument 3576 << TestLog::ImageSet(imageSetName, imageSetDesc) in edgeRelaxedImageCompare() 3586 log << TestLog::ImageSet(imageSetName, imageSetDesc) in edgeRelaxedImageCompare() 3594 …mageCompare (tcu::TestLog& log, const char* imageSetName, const char* imageSetDesc, const tcu::Sur… in intersectionRelaxedLineImageCompare() argument 3673 << TestLog::ImageSet(imageSetName, imageSetDesc) in intersectionRelaxedLineImageCompare() 3683 log << TestLog::ImageSet(imageSetName, imageSetDesc) in intersectionRelaxedLineImageCompare()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cClipControlTests.cpp | 143 bool fuzzyDepthCompare(tcu::TestLog& log, const char* imageSetName, const char* imageSetDesc, in fuzzyDepthCompare() argument 148 (void)imageSetDesc; in fuzzyDepthCompare()
|