Searched refs:compareOk (Results 1 - 25 of 27) sorted by relevance

12

/external/deqp/executor/tools/
H A DxeTestLogCompare.cpp268 bool compareOk = true; local
350 compareOk = numEqual == numCases;
355 dst << " Comparison " << (compareOk ? "passed" : "FAILED") << "!\n";
361 compareOk = false;
364 return compareOk;
401 bool compareOk = runCompare(cmdLine, std::cout); local
402 return compareOk ? 0 : -1;
/external/deqp/framework/common/
H A DtcuImageCompare.cpp519 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); local
521 if (!compareOk || logMode == COMPARE_LOG_EVERYTHING)
531 if (!compareOk)
550 return compareOk;
606 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); local
608 if (!compareOk || logMode == COMPARE_LOG_EVERYTHING)
618 if (!compareOk)
637 return compareOk;
690 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); local
692 if (!compareOk || logMod
775 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); local
846 const bool compareOk = numFailingPixels == 0; local
925 const bool compareOk = numFailingPixels <= maxAllowedFailingPixels; local
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderBuiltinVarTests.cpp72 bool compareOk = false; local
94 compareOk = pixelThresholdCompare(m_context.getTestContext().getLog(), "Result", "Image comparison result", refImage, resImage, threshold, COMPARE_LOG_RESULT);
96 if (compareOk)
190 bool compareOk = false; local
219 compareOk = pixelThresholdCompare(m_context.getTestContext().getLog(), "Result", "Image comparison result", refImage, resImage, threshold, COMPARE_LOG_RESULT);
221 if (compareOk)
321 bool compareOk = false; local
348 compareOk = pixelThresholdCompare(m_context.getTestContext().getLog(), "Result", "Image comparison result", refImage, resImage, threshold, COMPARE_LOG_RESULT);
350 if (compareOk)
441 bool compareOk local
615 bool compareOk = false; local
[all...]
H A DvktShaderRender.cpp756 const bool compareOk = compareImages(resImage, refImage, 0.1f);
758 if (compareOk)
/external/deqp/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp557 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), stencilOnlyLevel, readLevel); local
558 m_testCtx.setTestResult(compareOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
559 compareOk ? "Pass" : "Image comparison failed");
720 bool compareOk; local
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); local
790 m_testCtx.setTestResult(compareOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
791 compareOk
863 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), reference, result); local
922 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), stencilOnlyLevel, readLevel); local
983 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), stencilOnlyLevel, readLevel); local
[all...]
H A Des31fShaderImageLoadStoreTests.cpp1262 const bool compareOk = readTextureAndVerify(renderCtx, glLog, *texture, *textureBuf, m_textureType, m_format, imageSize, ImageLayerComparer(reference)); local
1264 m_testCtx.setTestResult(compareOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, compareOk ? "Pass" : "Image comparison failed");
1552 const bool compareOk = readTextureAndVerify(renderCtx, glLog, *texture1, *texture1Buf, m_textureType, m_textureFormat, imageSize, ImageLayerComparer(reference)); local
1554 m_testCtx.setTestResult(compareOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, compareOk ? "Pass" : "Image comparison failed");
/external/deqp/modules/gles2/functional/
H A Des2fRandomFragmentOpTests.cpp378 bool compareOk; member in namespace:deqp::gles2::Functional
385 compareOk = tcu::bilinearCompare(m_testCtx.getLog(),
394 compareOk = tcu::intThresholdCompare(m_testCtx.getLog(), member in namespace:deqp::gles2::Functional
402 m_testCtx.getLog() << TestLog::Message << (compareOk ? " Passed." : " FAILED!") << TestLog::EndMessage;
404 if (!compareOk)
409 if (compareOk && !gotError && !isLastIter)
H A Des2fRasterizationTests.cpp265 bool compareOk; local
277 compareOk = verifyTriangleGroupRasterization(resultImage, scene, args, m_testCtx.getLog());
279 if (!compareOk)
362 bool compareOk;
375 compareOk = verifyLineGroupRasterization(resultImage, scene, args, m_testCtx.getLog());
378 if (scene.lineWidth != 1.0f && m_numSamples > 1 && !compareOk)
381 compareOk = true;
384 if (!compareOk)
464 bool compareOk; local
476 compareOk
[all...]
H A Des2fDepthStencilTests.cpp702 bool compareOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison Result", *m_refColorBuffer, renderedImg, threshold, local
705 m_testCtx.getLog() << TestLog::Message << (compareOk ? " Passed." : " FAILED!") << TestLog::EndMessage;
706 if (!compareOk)
709 if (compareOk && !isLastIter)
/external/deqp/modules/gles3/functional/
H A Des3fRandomFragmentOpTests.cpp378 bool compareOk; member in namespace:deqp::gles3::Functional
385 compareOk = tcu::bilinearCompare(m_testCtx.getLog(),
394 compareOk = tcu::intThresholdCompare(m_testCtx.getLog(), member in namespace:deqp::gles3::Functional
402 m_testCtx.getLog() << TestLog::Message << (compareOk ? " Passed." : " FAILED!") << TestLog::EndMessage;
404 if (!compareOk)
409 if (compareOk && !gotError && !isLastIter)
H A Des3fASTCDecompressionCases.cpp464 const bool compareOk = compareBlockImages(referenceFrame, renderedFrame, threshold, blockSize, curNumNonDummyBlocks, firstFailedBlockCoord, errorMask, maxDiff); local
466 if (m_currentIteration == 0 || !compareOk)
478 if (!compareOk)
594 const bool compareOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "ComparisonResult", "Comparison Result", referenceFrame, renderedFrame, threshold,
597 if (!compareOk)
H A Des3fRasterizationTests.cpp467 bool compareOk;
479 compareOk = verifyTriangleGroupRasterization(resultImage, scene, args, m_testCtx.getLog());
481 if (!compareOk)
592 bool compareOk;
605 compareOk = verifyLineGroupRasterization(resultImage, scene, args, m_testCtx.getLog());
608 if (scene.lineWidth != 1.0f && m_numSamples > 1 && !compareOk)
611 compareOk = true;
614 if (!compareOk)
733 bool compareOk;
745 compareOk
[all...]
H A Des3fDepthStencilTests.cpp702 bool compareOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison Result", *m_refColorBuffer, renderedImg, threshold, local
705 m_testCtx.getLog() << TestLog::Message << (compareOk ? " Passed." : " FAILED!") << TestLog::EndMessage;
706 if (!compareOk)
709 if (compareOk && !isLastIter)
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp917 bool compareOk = false; local
955 compareOk = tcu::floatThresholdCompare(m_context.getTestContext().getLog(),
964 if (compareOk)
H A DvktPipelineDepthTests.cpp850 bool compareOk = false; local
877 compareOk = tcu::intThresholdPositionDeviationCompare(m_context.getTestContext().getLog(),
888 if (compareOk)
H A DvktPipelineStencilTests.cpp938 bool compareOk = false; local
998 compareOk = tcu::intThresholdPositionDeviationCompare(m_context.getTestContext().getLog(),
1009 if (compareOk)
H A DvktPipelineImageSamplingInstance.cpp1439 bool compareOk = validateResultImage(*m_texture, local
1452 if (!compareOk && allowSnorm8Bug)
1471 compareOk = validateResultImage(*m_texture,
1485 if (!compareOk)
1490 compareOkAll = compareOkAll && compareOk;
H A DvktPipelineInputAssemblyTests.cpp1486 bool compareOk = false; local
1539 compareOk = tcu::intThresholdPositionDeviationCompare(m_context.getTestContext().getLog(),
1550 if (compareOk)
H A DvktPipelinePushConstantTests.cpp1267 bool compareOk = false; local
1319 compareOk = tcu::intThresholdPositionDeviationCompare(m_context.getTestContext().getLog(),
1330 if (compareOk)
H A DvktPipelineVertexInputTests.cpp1414 bool compareOk = false; local
1442 compareOk = tcu::intThresholdPositionDeviationCompare(m_context.getTestContext().getLog(),
1453 if (compareOk)
H A DvktPipelineCacheTests.cpp1182 bool compareOk = tcu::intThresholdCompare(m_context.getTestContext().getLog(), local
1190 if (compareOk)
/external/deqp/modules/glshared/
H A DglsFragOpInteractionCase.cpp612 const bool compareOk = tcu::bilinearCompare(m_testCtx.getLog(), "CompareResult", "Image comparison result", reference.getAccess(), rendered.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
614 if (!compareOk)
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp2229 const bool compareOk = compareData(m_context.getTestContext().getLog(), m_refLayout, m_writeData.pointers, m_refLayout, mappedBlockPtrs); local
2231 if (compareOk && counterOk)
2233 else if (!compareOk && counterOk)
2235 else if (compareOk && !counterOk)
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp1067 bool compareOk; local
1081 compareOk = verifyTriangleGroupRasterization(resultImage, scene, args, m_context.getTestContext().getLog());
1083 if (!compareOk)
1299 bool compareOk;
1313 compareOk = verifyPointGroupRasterization(resultImage, scene, args, m_context.getTestContext().getLog());
1315 if (!compareOk)
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp1501 const bool compareOk = compare(firstPrim, prim0, levelCase.mem);
1502 if (!compareOk)

Completed in 452 milliseconds

12