Home
last modified time | relevance | path

Searched refs:intThresholdCompare (Results 1 – 25 of 26) sorted by relevance

12

/external/deqp/framework/common/
DtcuImageCompare.hpp55 bool intThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc,…
DtcuImageCompare.cpp743 bool intThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const C… in intThresholdCompare() function
986 …return intThresholdCompare(log, imageSetName, imageSetDesc, reference.getAccess(), result.getAcces… in pixelThresholdCompare()
/external/deqp/modules/glshared/
DglsScissorTests.cpp707 …resultOk = tcu::intThresholdCompare(log, "ComparisonResult", "Image comparison result", refAccess,… in iterate()
712 …resultOk = tcu::intThresholdCompare(log, "ComparisonResult", "Image comparison result", refAccess,… in iterate()
/external/deqp/modules/egl/
DteglSwapBuffersTests.cpp416 …if (!tcu::intThresholdCompare(m_testCtx.getLog(), "Compare end of frame against beginning of frame… in executeForConfig()
DteglNativeColorMappingTests.cpp274 …return tcu::intThresholdCompare(log, "Result compare", "Compare results", reference.getAccess(), r… in validate()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFillBufferTests.cpp231 …if (!tcu::intThresholdCompare(m_context.getTestContext().getLog(), "Compare", "Result comparsion",… in checkTestResult()
DvktApiCopiesAndBlittingTests.cpp585 …if (!tcu::intThresholdCompare(m_context.getTestContext().getLog(), "Compare", "Result comparison",… in checkTestResult()
1017 …if (!tcu::intThresholdCompare(m_context.getTestContext().getLog(), "Compare", "Result comparison",… in checkTestResult()
1035 …if (!tcu::intThresholdCompare(m_context.getTestContext().getLog(), "Compare", "Result comparison",… in checkTestResult()
1069 …if (!tcu::intThresholdCompare(m_context.getTestContext().getLog(), "Compare", "Result comparison",… in checkTestResult()
1074 …if (!tcu::intThresholdCompare(m_context.getTestContext().getLog(), "Compare", "Result comparison",… in checkTestResult()
2022 …isOk = tcu::intThresholdCompare(log, "Compare", "Result comparsion", clampedExpected, result, thre… in checkLinearFilteredResult()
2028 …isOk = tcu::intThresholdCompare(log, "Compare", "Result comparsion", unclampedExpected, result, th… in checkLinearFilteredResult()
/external/deqp/modules/gles2/functional/
Des2fBlendTests.cpp275 …bool comparePass = tcu::intThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison… in iterate()
Des2fRandomFragmentOpTests.cpp394 compareOk = tcu::intThresholdCompare(m_testCtx.getLog(), in iterate()
Des2fTextureSpecificationTests.cpp506 …bool isOk = tcu::intThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", re… in verifyTex2D()
/external/deqp/modules/gles3/functional/
Des3fPixelBufferObjectTests.cpp570 …isOk = tcu::intThresholdCompare(m_log, "Result comparision", "Result of read pixels to memory comp… in iterate()
Des3fRandomFragmentOpTests.cpp394 compareOk = tcu::intThresholdCompare(m_testCtx.getLog(), in iterate()
Des3fBlendTests.cpp330 …bool comparePass = tcu::intThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison… in iterate()
Des3fTextureSpecificationTests.cpp323 …bool isOk = tcu::intThresholdCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference.… in verifyTexture()
515 …bool depthOk = tcu::intThresholdCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), referen… in verifyTexture()
616 …bool depthOk = tcu::intThresholdCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), referen… in verifyTexture()
Des3fFragmentOutputTests.cpp943 …isOk = tcu::intThresholdCompare(log, name.c_str(), desc.c_str(), reference, rendered, threshold, t… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp1164 …ok = tcu::intThresholdCompare(context.getTestContext().getLog(), "Image Comparison", "", expectedI… in testWithSizeReduction()
1609 …ok = tcu::intThresholdCompare(context.getTestContext().getLog(), "Image Comparison", comparisonNam… in testRenderToMipMaps()
DvktPipelineCacheTests.cpp1152 bool compareOk = tcu::intThresholdCompare(m_context.getTestContext().getLog(), in verifyTestResult()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp1708 …if (!tcu::intThresholdCompare(m_context.getTestContext().getLog(), name.c_str(), name.c_str(), ref… in iterate()
1753 …if (!tcu::intThresholdCompare(m_context.getTestContext().getLog(), name.c_str(), name.c_str(), ref… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageQualifiersTests.cpp152 …ok = tcu::intThresholdCompare(testCtx.getLog(), comparisonName.c_str(), comparisonDesc.c_str(), re… in comparePixelBuffers()
DvktImageLoadStoreTests.cpp121 …ok = tcu::intThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resul… in comparePixelBuffers()
DvktImageMutableTests.cpp1764 …ok = tcu::intThresholdCompare(context.getTestContext().getLog(), "Image comparison", "", expectedI… in testMutable()
/external/deqp/modules/gles31/functional/
Des31fShaderFramebufferFetchTests.cpp450 …if (!tcu::intThresholdCompare(log, name.c_str(), desc.c_str(), reference, result, threshold, tcu::… in verifyRenderbuffer()
Des31fCopyImageTests.cpp1210 …if (!intThresholdCompare(log, cell.name.c_str(), cell.description.c_str(), cell.reference.getAcces… in renderTexture()
1714 …if (!(tcu::intThresholdCompare(log, "Image comparison", "Image comparison", refRenderbuffer, rende… in renderRenderbuffer()
Des31fDrawBuffersIndexedTests.cpp493 …if (!tcu::intThresholdCompare(log, name.c_str(), desc.c_str(), refRenderbuffer, result, threshold,… in verifyRenderbuffer()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp3027 …if (!tcu::intThresholdCompare(context.getLog(), (de::toString(commandIndex) + ":" + getName()).c_s… in verify()
3599 …if (!tcu::intThresholdCompare(context.getLog(), (de::toString(commandIndex) + ":" + getName()).c_s… in verify()
4144 …if (!tcu::intThresholdCompare(context.getLog(), (de::toString(commandIndex) + ":" + getName()).c_s… in verify()
4163 …if (!tcu::intThresholdCompare(context.getLog(), (de::toString(commandIndex) + ":" + getName()).c_s… in verify()
4604 …if (!tcu::intThresholdCompare(context.getLog(), (de::toString(commandIndex) + ":" + getName()).c_s… in verify()

12