Searched defs:compareOk (Results 1 - 23 of 23) sorted by relevance

/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.cpp264 bool compareOk; local
276 compareOk = verifyTriangleGroupRasterization(resultImage, scene, args, m_testCtx.getLog());
278 if (!compareOk)
361 bool compareOk;
374 compareOk = verifyLineGroupRasterization(resultImage, scene, args, m_testCtx.getLog());
377 if (scene.lineWidth != 1.0f && m_numSamples > 1 && !compareOk)
380 compareOk = true;
383 if (!compareOk)
463 bool compareOk; local
475 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 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/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/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 Des31fSSBOLayoutCase.cpp2264 const bool compareOk = compareData(m_testCtx.getLog(), refLayout, writeData.pointers, glLayout, mappedBlockPtrs); local
2268 if (!compareOk)
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/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp989 bool compareOk = false; local
1043 compareOk = tcu::floatThresholdCompare(m_context.getTestContext().getLog(),
1053 if (!compareOk && isSmallerThan8BitFormat(tcuColorFormat.type))
1058 compareOk = tcu::floatThresholdCompare(m_context.getTestContext().getLog(),
1067 if (!compareOk)
1072 compareOk = tcu::floatThresholdCompare(m_context.getTestContext().getLog(),
1083 if (compareOk)
H A DvktPipelineDepthTests.cpp822 bool compareOk = false; local
849 compareOk = tcu::intThresholdPositionDeviationCompare(m_context.getTestContext().getLog(),
860 if (compareOk)
H A DvktPipelineImageSamplingInstance.cpp1481 bool compareOk = validateResultImage(*m_texture, local
1494 if (!compareOk && allowSnorm8Bug)
1513 compareOk = validateResultImage(*m_texture,
1527 if (!compareOk)
1532 compareOkAll = compareOkAll && compareOk;
H A DvktPipelineInputAssemblyTests.cpp1458 bool compareOk = false; local
1511 compareOk = tcu::intThresholdPositionDeviationCompare(m_context.getTestContext().getLog(),
1522 if (compareOk)
H A DvktPipelineStencilTests.cpp907 bool compareOk = false; local
967 compareOk = tcu::intThresholdPositionDeviationCompare(m_context.getTestContext().getLog(),
978 if (compareOk)
H A DvktPipelineCacheTests.cpp1152 bool compareOk = tcu::intThresholdCompare(m_context.getTestContext().getLog(), local
1160 if (compareOk)
H A DvktPipelinePushConstantTests.cpp1240 bool compareOk = false; local
1292 compareOk = tcu::intThresholdPositionDeviationCompare(m_context.getTestContext().getLog(),
1303 if (compareOk)
H A DvktPipelineVertexInputTests.cpp1508 bool compareOk = false; local
1536 compareOk = tcu::intThresholdPositionDeviationCompare(m_context.getTestContext().getLog(),
1547 if (compareOk)
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp1037 bool compareOk; local
1051 compareOk = verifyTriangleGroupRasterization(resultImage, scene, args, m_context.getTestContext().getLog());
1053 if (!compareOk)
1269 bool compareOk;
1283 compareOk = verifyPointGroupRasterization(resultImage, scene, args, m_context.getTestContext().getLog());
1285 if (!compareOk)
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderBuiltinVarTests.cpp2193 bool compareOk = false; local
2250 compareOk = fuzzyCompare(m_context.getTestContext().getLog(), "Result", "Image comparison result", refImage, resImage, threshold, COMPARE_LOG_RESULT);
2252 if (compareOk)
2367 bool compareOk = false; local
2416 compareOk = pixelThresholdCompare(m_context.getTestContext().getLog(), "Result", "Image comparison result", refImage, resImage, threshold, COMPARE_LOG_RESULT);
2418 if (compareOk)
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp2268 const bool compareOk = compareData(m_context.getTestContext().getLog(), m_refLayout, m_writeData.pointers, m_refLayout, mappedBlockPtrs); local
2270 if (compareOk && counterOk)
2272 else if (!compareOk && counterOk)
2274 else if (compareOk && !counterOk)
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp2089 bool compareOk = true; local
2114 compareOk = false;
2118 return compareOk;

Completed in 1832 milliseconds