/external/deqp/framework/common/ |
H A D | tcuImageCompare.hpp | 40 COMPARE_LOG_RESULT, //!< If comparison passes, log result only. If fails, everything is written to log. enumerator in enum:tcu::CompareLogMode
|
H A D | tcuImageCompare.cpp | 243 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 D | es2fReadPixelsTests.cpp | 233 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 D | es2fShaderBuiltinVarTests.cpp | 348 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 D | es2fBufferTestUtil.cpp | 469 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 D | 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);
|
H A D | es2fRandomFragmentOpTests.cpp | 391 tcu::COMPARE_LOG_RESULT); 400 tcu::COMPARE_LOG_RESULT);
|
H A D | es2fDepthTests.cpp | 178 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 D | vktDynamicStateGeneralTests.cpp | 146 tcu::COMPARE_LOG_RESULT)) 255 tcu::COMPARE_LOG_RESULT)) 406 tcu::COMPARE_LOG_RESULT))
|
H A D | vktDynamicStateVPTests.cpp | 120 tcu::COMPARE_LOG_RESULT)) 371 tcu::COMPARE_LOG_RESULT))
|
H A D | vktDynamicStateCBTests.cpp | 153 tcu::COMPARE_LOG_RESULT))
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawIndexedTest.cpp | 206 tcu::COMPARE_LOG_RESULT)) { 329 tcu::COMPARE_LOG_RESULT)) {
|
H A D | vktDrawSimpleTest.cpp | 200 tcu::COMPARE_LOG_RESULT)) { 308 tcu::COMPARE_LOG_RESULT)) {
|
H A D | vktDrawIndirectTest.cpp | 324 tcu::COMPARE_LOG_RESULT)) { 510 tcu::COMPARE_LOG_RESULT)) {
|
/external/deqp/modules/glshared/ |
H A D | glsScissorTests.cpp | 276 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 D | es3fShaderBuiltinVarTests.cpp | 368 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 D | 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);
|
H A D | es3fPixelBufferObjectTests.cpp | 568 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 D | es3fRandomFragmentOpTests.cpp | 391 tcu::COMPARE_LOG_RESULT); 400 tcu::COMPARE_LOG_RESULT);
|
H A D | es3fDepthTests.cpp | 181 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
|
H A D | es3fFboMultisampleTests.cpp | 231 return tcu::bilinearCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
|
H A D | es3fFboTestCase.cpp | 124 return tcu::fuzzyCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, 0.05f, tcu::COMPARE_LOG_RESULT);
|
/external/deqp/modules/egl/ |
H A D | teglColorClearCase.cpp | 247 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 D | teglPreservingSwapTests.cpp | 410 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 D | es31fFboColorbufferTests.cpp | 107 return tcu::bilinearCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
|