HomeSort by relevance Sort by last modified time
    Searched refs:fuzzyCompare (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/deqp/framework/common/
tcuFuzzyImageCompare.hpp 44 float fuzzyCompare (const FuzzyCompareParams& params, const ConstPixelBufferAccess& ref, const ConstPixelBufferAccess& cmp, const PixelBufferAccess& errorMask);
tcuImageCompare.hpp 48 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, float threshold, CompareLogMode logMode);
51 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, float threshold, CompareLogMode logMode);
tcuImageCompare.cpp 216 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, float threshold, CompareLogMode logMode)
220 float difference = fuzzyCompare(params, reference, result, errorMask.getAccess());
229 fuzzyCompare(params, reference, result, errorMask.getAccess());
285 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, float threshold, CompareLogMode logMode)
287 return fuzzyCompare(log, imageSetName, imageSetDesc, reference.getAccess(), result.getAccess(), threshold, logMode);
    [all...]
tcuFuzzyImageCompare.cpp 273 float fuzzyCompare (const FuzzyCompareParams& params, const ConstPixelBufferAccess& ref, const ConstPixelBufferAccess& cmp, const PixelBufferAccess& errorMask)
  /external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
DoubleMath.java 159 public static int fuzzyCompare(double a, double b, double tolerance) {
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateGeneralTests.cpp 144 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
253 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
404 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
vktDynamicStateVPTests.cpp 118 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
369 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
vktDynamicStateCBTests.cpp 151 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
vktDynamicStateRSTests.cpp 479 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
585 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
691 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
vktDynamicStateDSTests.cpp 518 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
666 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawIndexedTest.cpp 204 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
327 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
vktDrawSimpleTest.cpp 198 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
306 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
vktDrawIndirectTest.cpp 322 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
508 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
  /external/deqp/modules/internal/
ditImageCompareTests.cpp 82 result = tcu::fuzzyCompare(params, refImg, cmpImg, errorMask);
  /external/guava/guava/src/com/google/common/math/
DoubleMath.java 374 public static int fuzzyCompare(double a, double b, double tolerance) {
  /external/deqp/modules/gles2/functional/
es2fDepthRangeTests.cpp 257 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", referenceFrame, renderedFrame, 0.05f, tcu::COMPARE_LOG_RESULT);
390 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", referenceFrame, renderedFrame, 0.05f, tcu::COMPARE_LOG_RESULT);
es2fDepthTests.cpp 178 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
es2fStencilTests.cpp 365 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
  /external/deqp/modules/gles3/functional/
es3fFragDepthTests.cpp 264 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", referenceFrame, renderedFrame, 0.05f, tcu::COMPARE_LOG_RESULT);
416 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", referenceFrame, renderedFrame, 0.05f, tcu::COMPARE_LOG_RESULT);
es3fDepthTests.cpp 181 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
es3fFboTestCase.cpp 124 return tcu::fuzzyCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, 0.05f, tcu::COMPARE_LOG_RESULT);
es3fInstancedRenderingTests.cpp 463 bool testOk = tcu::fuzzyCompare(m_testCtx.getLog(), "ComparisonResult", "Image comparison result", referenceImg, resultImg, 0.05f, tcu::COMPARE_LOG_RESULT);
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.cpp 128 return tcu::fuzzyCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, 0.05f, tcu::COMPARE_LOG_RESULT);
  /external/guava/guava-tests/test/com/google/common/math/
DoubleMathTest.java 629 int actual = DoubleMath.fuzzyCompare(a, b, tolerance);
639 DoubleMath.fuzzyCompare(1, 2, tolerance);
  /external/deqp/modules/egl/
teglPreservingSwapTests.cpp 407 return tcu::fuzzyCompare(log, name, description,

Completed in 796 milliseconds

1 2 3