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

1 2 3 4

  /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 217 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, float threshold, CompareLogMode logMode)
221 float difference = fuzzyCompare(params, reference, result, errorMask.getAccess());
230 fuzzyCompare(params, reference, result, errorMask.getAccess());
286 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, float threshold, CompareLogMode logMode)
288 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 147 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
256 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
407 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
vktDynamicStateVPTests.cpp 121 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
372 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
vktDynamicStateCBTests.cpp 154 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
vktDynamicStateRSTests.cpp 473 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
579 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
685 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
vktDynamicStateDSTests.cpp 511 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
659 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawIndexedTest.cpp 221 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
344 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
vktDrawSimpleTest.cpp 200 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
308 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
vktDrawIndirectTest.cpp 459 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
727 if (!tcu::fuzzyCompare(log, "Result", "Image comparison result",
vktDrawNegativeViewportHeightTests.cpp 433 if (!tcu::fuzzyCompare(log, "Image compare", "Image compare", referenceImage->getAccess(), resultImage, 0.02f, tcu::COMPARE_LOG_RESULT))
vktDrawShaderDrawParametersTests.cpp 329 if (!tcu::fuzzyCompare(m_context.getTestContext().getLog(), "Result", "Image comparison result", referenceFrame.getAccess(), renderedFrame, 0.05f, tcu::COMPARE_LOG_RESULT))
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringAnisotropyTests.cpp 135 if (!tcu::fuzzyCompare(m_context.getTestContext().getLog(), "Expecting comparison to pass", "Expecting comparison to pass",
  /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);
  /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);
  /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);

Completed in 677 milliseconds

1 2 3 4