HomeSort by relevance Sort by last modified time
    Searched refs:compareOk (Results 1 - 14 of 14) sorted by null

  /external/deqp/executor/tools/
xeTestLogCompare.cpp 268 bool compareOk = true;
350 compareOk = numEqual == numCases;
355 dst << " Comparison " << (compareOk ? "passed" : "FAILED") << "!\n";
361 compareOk = false;
364 return compareOk;
401 bool compareOk = runCompare(cmdLine, std::cout);
402 return compareOk ? 0 : -1;
  /external/deqp/framework/common/
tcuImageCompare.cpp 517 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold));
519 if (!compareOk || logMode == COMPARE_LOG_EVERYTHING)
529 if (!compareOk)
548 return compareOk;
604 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold));
606 if (!compareOk || logMode == COMPARE_LOG_EVERYTHING)
616 if (!compareOk)
635 return compareOk;
688 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold));
690 if (!compareOk || logMode == COMPARE_LOG_EVERYTHING
    [all...]
  /external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp 557 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), stencilOnlyLevel, readLevel);
558 m_testCtx.setTestResult(compareOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
559 compareOk ? "Pass" : "Image comparison failed");
720 bool compareOk;
731 compareOk = verifyTextureResult(m_testCtx, result, redTex, &texCoord[0], sampleParams, lookupPrec, lodPrec, tcu::PixelFormat(8, 8, 8, 8));
733 m_testCtx.setTestResult(compareOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
734 compareOk ? "Pass" : "Image comparison failed");
789 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), reference, result);
790 m_testCtx.setTestResult(compareOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
791 compareOk ? "Pass" : "Image comparison failed")
    [all...]
es31fShaderImageLoadStoreTests.cpp     [all...]
es31fSSBOLayoutCase.cpp     [all...]
es31fTessellationTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fRandomFragmentOpTests.cpp 374 bool compareOk;
381 compareOk = tcu::bilinearCompare(m_testCtx.getLog(),
390 compareOk = tcu::intThresholdCompare(m_testCtx.getLog(),
398 m_testCtx.getLog() << TestLog::Message << (compareOk ? " Passed." : " FAILED!") << TestLog::EndMessage;
400 if (!compareOk)
405 if (compareOk && !gotError && !isLastIter)
es2fRasterizationTests.cpp 261 bool compareOk;
273 compareOk = verifyTriangleGroupRasterization(resultImage, scene, args, m_testCtx.getLog());
275 if (!compareOk)
358 bool compareOk;
371 compareOk = verifyLineGroupRasterization(resultImage, scene, args, m_testCtx.getLog());
374 if (scene.lineWidth != 1.0f && m_numSamples > 1 && !compareOk)
377 compareOk = true;
380 if (!compareOk)
460 bool compareOk;
472 compareOk = verifyPointGroupRasterization(resultImage, scene, args, m_testCtx.getLog())
    [all...]
es2fDepthStencilTests.cpp 702 bool compareOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison Result", *m_refColorBuffer, renderedImg, threshold,
705 m_testCtx.getLog() << TestLog::Message << (compareOk ? " Passed." : " FAILED!") << TestLog::EndMessage;
706 if (!compareOk)
709 if (compareOk && !isLastIter)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fRandomFragmentOpTests.cpp 374 bool compareOk;
381 compareOk = tcu::bilinearCompare(m_testCtx.getLog(),
390 compareOk = tcu::intThresholdCompare(m_testCtx.getLog(),
398 m_testCtx.getLog() << TestLog::Message << (compareOk ? " Passed." : " FAILED!") << TestLog::EndMessage;
400 if (!compareOk)
405 if (compareOk && !gotError && !isLastIter)
es3fRasterizationTests.cpp 463 bool compareOk;
475 compareOk = verifyTriangleGroupRasterization(resultImage, scene, args, m_testCtx.getLog());
477 if (!compareOk)
588 bool compareOk;
601 compareOk = verifyLineGroupRasterization(resultImage, scene, args, m_testCtx.getLog());
604 if (scene.lineWidth != 1.0f && m_numSamples > 1 && !compareOk)
607 compareOk = true;
610 if (!compareOk)
729 bool compareOk;
741 compareOk = verifyPointGroupRasterization(resultImage, scene, args, m_testCtx.getLog())
    [all...]
es3fDepthStencilTests.cpp 702 bool compareOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison Result", *m_refColorBuffer, renderedImg, threshold,
705 m_testCtx.getLog() << TestLog::Message << (compareOk ? " Passed." : " FAILED!") << TestLog::EndMessage;
706 if (!compareOk)
709 if (compareOk && !isLastIter)
    [all...]
es3fASTCDecompressionCases.cpp     [all...]
  /external/deqp/modules/glshared/
glsFragOpInteractionCase.cpp 612 const bool compareOk = tcu::bilinearCompare(m_testCtx.getLog(), "CompareResult", "Image comparison result", reference.getAccess(), rendered.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
614 if (!compareOk)

Completed in 242 milliseconds