Searched refs:floatThresholdCompare (Results 1 – 14 of 14) sorted by relevance
/external/deqp/framework/common/ |
D | tcuImageCompare.hpp | 53 bool floatThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc… 54 bool floatThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc…
|
D | tcuImageCompare.cpp | 573 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/ |
D | es2fReadPixelsTests.cpp | 247 …if (tcu::floatThresholdCompare(m_testCtx.getLog(), "Result", "Result", reference.getLevel(0), tcu:… in iterate()
|
/external/deqp/modules/glshared/ |
D | glsScissorTests.cpp | 276 …if (tcu::floatThresholdCompare(log, "ComparisonResult", "Image comparison result", refImage.getAcc… in iterate() 702 …resultOk = tcu::floatThresholdCompare(log, "ComparisonResult", "Image comparison result", refAcces… in iterate()
|
D | glsTextureTestUtil.cpp | 3292 …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/ |
D | es3fPixelBufferObjectTests.cpp | 568 …isOk = tcu::floatThresholdCompare(m_log, "Result comparision", "Result of read pixels to memory co… in iterate()
|
D | es3fReadPixelsTests.cpp | 392 …if (tcu::floatThresholdCompare(m_testCtx.getLog(), "Result", "Result", reference.getLevel(0), resu… in iterate()
|
D | es3fFragmentOutputTests.cpp | 935 …isOk = tcu::floatThresholdCompare(log, name.c_str(), desc.c_str(), reference, rendered, threshold,… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageQualifiersTests.cpp | 154 …ok = tcu::floatThresholdCompare(testCtx.getLog(), comparisonName.c_str(), comparisonDesc.c_str(), … in comparePixelBuffers()
|
D | vktImageLoadStoreTests.cpp | 213 …ok = tcu::floatThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, res… in comparePixelBuffers()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 955 compareOk = tcu::floatThresholdCompare(m_context.getTestContext().getLog(), in verifyImage()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawBuffersIndexedTests.cpp | 506 …if (!tcu::floatThresholdCompare(log, name.c_str(), desc.c_str(), refRenderbuffer, result, threshol… in verifyRenderbuffer()
|
D | es31fCopyImageTests.cpp | 1540 …if (!(tcu::floatThresholdCompare(log, "Image comparison", "Image comparison", refRenderbuffer, ren… in verifyRenderbuffer()
|
D | es31fShaderImageLoadStoreTests.cpp | 1096 …return tcu::floatThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), referenceSl… in operator ()()
|