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

  /external/deqp/framework/common/
tcuImageCompare.hpp 41 COMPARE_LOG_ON_ERROR, //!< If comparison passes, nothing is logged. If fails, everything is written to log.
tcuImageCompare.cpp 367 if (logMode != COMPARE_LOG_ON_ERROR || score <= failThreshold)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassMultisampleTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 218 bool isOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, threshold, isLastIter ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
es2fMultisampleTests.cpp     [all...]
es2fTextureSpecificationTests.cpp 507 levelNdx == 0 ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
548 levelNdx == 0 ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
    [all...]
es2fClippingTests.cpp 824 if (!tcu::fuzzyCompare(log, "Images", "", referenceImageAccess, testImageAccess, threshold, tcu::COMPARE_LOG_ON_ERROR))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.cpp 595 m_currentIteration == 0 ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
es3fDepthStencilClearTests.cpp 221 bool isOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, threshold, isLastIter ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
es3fMultisampleTests.cpp     [all...]
es3fTextureSpecificationTests.cpp 324 levelNdx == 0 ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
416 levelNdx == 0 ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
516 (levelNdx == 0 && layerNdx == 0) ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
617 (levelNdx == 0 && depth == 0) ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
    [all...]
es3fClippingTests.cpp 828 if (!tcu::fuzzyCompare(log, "Images", "", referenceImageAccess, testImageAccess, threshold, tcu::COMPARE_LOG_ON_ERROR))
    [all...]
es3fTransformFeedbackTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fCopyImageTests.cpp     [all...]
es31fMultisampleTests.cpp 478 tcu::COMPARE_LOG_ON_ERROR);
    [all...]
es31fTextureSpecificationTests.cpp 300 (levelNdx == 0 && layerFaceNdx == 0) == 0 ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp     [all...]

Completed in 755 milliseconds