Home
last modified time | relevance | path

Searched refs:floatThresholdCompare (Results 1 – 14 of 14) sorted by relevance

/external/deqp/framework/common/
DtcuImageCompare.hpp53 bool floatThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc…
54 bool floatThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc…
DtcuImageCompare.cpp573 bool floatThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const… in floatThresholdCompare() function
660 bool floatThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const… in floatThresholdCompare() function
/external/deqp/modules/gles2/functional/
Des2fReadPixelsTests.cpp247 …if (tcu::floatThresholdCompare(m_testCtx.getLog(), "Result", "Result", reference.getLevel(0), tcu:… in iterate()
/external/deqp/modules/glshared/
DglsScissorTests.cpp276 …if (tcu::floatThresholdCompare(log, "ComparisonResult", "Image comparison result", refImage.getAcc… in iterate()
702 …resultOk = tcu::floatThresholdCompare(log, "ComparisonResult", "Image comparison result", refAcces… in iterate()
DglsTextureTestUtil.cpp3292 …const bool level0Ok = tcu::floatThresholdCompare(log, "Level0", "Level 0", level0Reference.getLe… in compareGenMipmapResult()
3368 const bool level0Ok = tcu::floatThresholdCompare(log, in compareGenMipmapResult()
/external/deqp/modules/gles3/functional/
Des3fPixelBufferObjectTests.cpp568 …isOk = tcu::floatThresholdCompare(m_log, "Result comparision", "Result of read pixels to memory co… in iterate()
Des3fReadPixelsTests.cpp392 …if (tcu::floatThresholdCompare(m_testCtx.getLog(), "Result", "Result", reference.getLevel(0), resu… in iterate()
Des3fFragmentOutputTests.cpp935 …isOk = tcu::floatThresholdCompare(log, name.c_str(), desc.c_str(), reference, rendered, threshold,… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageQualifiersTests.cpp154 …ok = tcu::floatThresholdCompare(testCtx.getLog(), comparisonName.c_str(), comparisonDesc.c_str(), … in comparePixelBuffers()
DvktImageLoadStoreTests.cpp213 …ok = tcu::floatThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, res… in comparePixelBuffers()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp955 compareOk = tcu::floatThresholdCompare(m_context.getTestContext().getLog(), in verifyImage()
/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp506 …if (!tcu::floatThresholdCompare(log, name.c_str(), desc.c_str(), refRenderbuffer, result, threshol… in verifyRenderbuffer()
Des31fCopyImageTests.cpp1540 …if (!(tcu::floatThresholdCompare(log, "Image comparison", "Image comparison", refRenderbuffer, ren… in verifyRenderbuffer()
Des31fShaderImageLoadStoreTests.cpp1096 …return tcu::floatThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), referenceSl… in operator ()()