Searched refs:COMPARE_LOG_RESULT (Results 1 - 25 of 95) sorted by relevance

1234

/external/deqp/framework/common/
H A DtcuImageCompare.hpp40 COMPARE_LOG_RESULT, //!< If comparison passes, log result only. If fails, everything is written to log. enumerator in enum:tcu::CompareLogMode
H A DtcuImageCompare.cpp243 else if (logMode == COMPARE_LOG_RESULT)
356 else if (logMode == COMPARE_LOG_RESULT)
539 else if (logMode == COMPARE_LOG_RESULT)
626 else if (logMode == COMPARE_LOG_RESULT)
708 else if (logMode == COMPARE_LOG_RESULT)
795 else if (logMode == COMPARE_LOG_RESULT)
872 else if (logMode == COMPARE_LOG_RESULT)
952 else if (logMode == COMPARE_LOG_RESULT)
1027 else if (logMode == COMPARE_LOG_RESULT)
/external/deqp/modules/gles2/functional/
H A Des2fReadPixelsTests.cpp233 if (tcu::bilinearCompare(m_testCtx.getLog(), "Result", "Result", referenceRGBA8.getLevel(0), resultRGBA8.getLevel(0), tcu::RGBA(redThreshold, greenThreshold, blueThreshold, alphaThreshold), tcu::COMPARE_LOG_RESULT))
247 if (tcu::floatThresholdCompare(m_testCtx.getLog(), "Result", "Result", reference.getLevel(0), tcu::PixelBufferAccess(format, width, height, 1, rowPitch, 0, &(pixelData[0])), tcu::Vec4(redThreshold, greenThreshold, blueThreshold, alphaThreshold), tcu::COMPARE_LOG_RESULT))
H A Des2fShaderBuiltinVarTests.cpp348 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
440 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
557 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
652 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
H A Des2fBufferTestUtil.cpp469 if (!tcu::pixelThresholdCompare(m_context.getTestContext().getLog(), "RenderResult", imageSetDesc.c_str(), reference, rendered, threshold, tcu::COMPARE_LOG_RESULT))
633 if (!tcu::pixelThresholdCompare(m_context.getTestContext().getLog(), "RenderResult", imageSetDesc.c_str(), referenceImg, indexBufferImg, threshold, tcu::COMPARE_LOG_RESULT))
H A Des2fDepthRangeTests.cpp257 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);
H A Des2fRandomFragmentOpTests.cpp391 tcu::COMPARE_LOG_RESULT);
400 tcu::COMPARE_LOG_RESULT);
H A Des2fDepthTests.cpp178 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateGeneralTests.cpp146 tcu::COMPARE_LOG_RESULT))
255 tcu::COMPARE_LOG_RESULT))
406 tcu::COMPARE_LOG_RESULT))
H A DvktDynamicStateVPTests.cpp120 tcu::COMPARE_LOG_RESULT))
371 tcu::COMPARE_LOG_RESULT))
H A DvktDynamicStateCBTests.cpp153 tcu::COMPARE_LOG_RESULT))
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawIndexedTest.cpp206 tcu::COMPARE_LOG_RESULT)) {
329 tcu::COMPARE_LOG_RESULT)) {
H A DvktDrawSimpleTest.cpp200 tcu::COMPARE_LOG_RESULT)) {
308 tcu::COMPARE_LOG_RESULT)) {
H A DvktDrawIndirectTest.cpp324 tcu::COMPARE_LOG_RESULT)) {
510 tcu::COMPARE_LOG_RESULT)) {
/external/deqp/modules/glshared/
H A DglsScissorTests.cpp276 if (tcu::floatThresholdCompare(log, "ComparisonResult", "Image comparison result", refImage.getAccess(), resImage.getAccess(), threshold, tcu::COMPARE_LOG_RESULT))
702 resultOk = tcu::floatThresholdCompare(log, "ComparisonResult", "Image comparison result", refAccess, resAccess, Vec4(0.02f, 0.02f, 0.02f, 0.02f), tcu::COMPARE_LOG_RESULT);
707 resultOk = tcu::intThresholdCompare(log, "ComparisonResult", "Image comparison result", refAccess, resAccess, UVec4(2, 2, 2, 2), tcu::COMPARE_LOG_RESULT);
712 resultOk = tcu::intThresholdCompare(log, "ComparisonResult", "Image comparison result", refAccess, resAccess, UVec4(2, 2, 2, 2), tcu::COMPARE_LOG_RESULT);
/external/deqp/modules/gles3/functional/
H A Des3fShaderBuiltinVarTests.cpp368 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
463 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
583 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
681 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
1067 if (!tcu::fuzzyCompare(m_testCtx.getLog(), "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT))
H A Des3fFragDepthTests.cpp264 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);
H A Des3fPixelBufferObjectTests.cpp568 isOk = tcu::floatThresholdCompare(m_log, "Result comparision", "Result of read pixels to memory compared with result of read pixels to buffer", readRefrence.getLevel(0), readResult, tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f), tcu::COMPARE_LOG_RESULT);
570 isOk = tcu::intThresholdCompare(m_log, "Result comparision", "Result of read pixels to memory compared with result of read pixels to buffer", readRefrence.getLevel(0), readResult, tcu::UVec4(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT);
H A Des3fRandomFragmentOpTests.cpp391 tcu::COMPARE_LOG_RESULT);
400 tcu::COMPARE_LOG_RESULT);
H A Des3fDepthTests.cpp181 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
H A Des3fFboMultisampleTests.cpp231 return tcu::bilinearCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
H A Des3fFboTestCase.cpp124 return tcu::fuzzyCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, 0.05f, tcu::COMPARE_LOG_RESULT);
/external/deqp/modules/egl/
H A DteglColorClearCase.cpp247 bool imagesOk = tcu::pixelThresholdCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, RGBA(1,1,1,1) + pixelFmt.getColorThreshold(), tcu::COMPARE_LOG_RESULT);
433 bool imagesOk = tcu::pixelThresholdCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, RGBA(1,1,1,1) + pixelFmt.getColorThreshold(), tcu::COMPARE_LOG_RESULT);
H A DteglPreservingSwapTests.cpp410 0.05f, tcu::COMPARE_LOG_RESULT);
415 return tcu::pixelThresholdCompare(log, "Pre- / Post framebuffer compare", "Compare pre- and post-swap framebuffers", preSwap, postSwap, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT);
/external/deqp/modules/gles31/functional/
H A Des31fFboColorbufferTests.cpp107 return tcu::bilinearCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);

Completed in 333 milliseconds

1234