Home
last modified time | relevance | path

Searched refs:COMPARE_LOG_RESULT (Results 1 - 25 of 250) sorted by relevance

12345678910

/third_party/vk-gl-cts/framework/common/
H A DtcuImageCompare.cpp244 else if (logMode == COMPARE_LOG_RESULT) in fuzzyCompare()
339 else if (logMode == COMPARE_LOG_RESULT) in bitwiseCompare()
452 else if (logMode == COMPARE_LOG_RESULT) in measurePixelDiffAccuracy()
635 else if (logMode == COMPARE_LOG_RESULT) in floatUlpThresholdCompare()
722 else if (logMode == COMPARE_LOG_RESULT) in floatThresholdCompare()
816 else if (logMode == COMPARE_LOG_RESULT) in floatThresholdCompare()
901 else if (logMode == COMPARE_LOG_RESULT) in floatThresholdCompare()
1009 else if (logMode == COMPARE_LOG_RESULT) in intThresholdCompare()
1109 else if (logMode == COMPARE_LOG_RESULT) in dsThresholdCompare()
1188 else if (logMode == COMPARE_LOG_RESULT) in intThresholdPositionDeviationCompare()
[all...]
H A DtcuImageCompare.hpp40 COMPARE_LOG_RESULT, //!< If comparison passes, log result only. If fails, everything is written to log. enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp421 referenceImage.getAccess(), resultImage, 0.0015f, tcu::COMPARE_LOG_RESULT)) in compareWithFileImage()
423 referenceImage.getAccess(), resultImage, tcu::UVec4(1u, 1u, 1u, 1u), tcu::IVec3(2,2,2), false, tcu::COMPARE_LOG_RESULT); in compareWithFileImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringAnisotropyTests.cpp146 renderedFrame.getAccess(), renderedAnisotropyFrame.getAccess(), 0.05f, tcu::COMPARE_LOG_RESULT)) in iterate()
155 renderedFrame.getAccess(), renderedAnisotropyFrame.getAccess(), Vec4(0.02f), tcu::COMPARE_LOG_RESULT)) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp421 referenceImage.getAccess(), resultImage, 0.0015f, tcu::COMPARE_LOG_RESULT)) in compareWithFileImage()
423 referenceImage.getAccess(), resultImage, tcu::UVec4(1u, 1u, 1u, 1u), tcu::IVec3(2,2,2), false, tcu::COMPARE_LOG_RESULT); in compareWithFileImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureFilteringAnisotropyTests.cpp146 renderedFrame.getAccess(), renderedAnisotropyFrame.getAccess(), 0.05f, tcu::COMPARE_LOG_RESULT)) in iterate()
155 renderedFrame.getAccess(), renderedAnisotropyFrame.getAccess(), Vec4(0.02f), tcu::COMPARE_LOG_RESULT)) in iterate()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fReadPixelsTests.cpp233 if (tcu::bilinearCompare(m_testCtx.getLog(), "Result", "Result", referenceRGBA8.getLevel(0), resultRGBA8.getLevel(0), tcu::RGBA(redThreshold, greenThreshold, blueThreshold, alphaThreshold), tcu::COMPARE_LOG_RESULT)) in iterate()
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)) in iterate()
H A Des2fShaderBuiltinVarTests.cpp350 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT); in iterate()
442 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT); in iterate()
559 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT); in iterate()
675 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT); in iterate()
H A Des2fClipControlTests.cpp544 tcu::COMPARE_LOG_RESULT)) in ValidateFramebuffer()
730 0.05f, tcu::COMPARE_LOG_RESULT)) in ValidateFramebuffer()
965 tcu::COMPARE_LOG_RESULT)) in ValidateFramebuffer()
1280 0.05f, tcu::COMPARE_LOG_RESULT)) in ValidateFramebuffer()
1445 0.05f, tcu::COMPARE_LOG_RESULT)) in ValidateFramebuffer()
H A Des2fDepthRangeTests.cpp257 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", referenceFrame, renderedFrame, 0.05f, tcu::COMPARE_LOG_RESULT); in iterate()
390 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", referenceFrame, renderedFrame, 0.05f, tcu::COMPARE_LOG_RESULT); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateGeneralTests.cpp159 tcu::COMPARE_LOG_RESULT)) in iterate()
278 tcu::COMPARE_LOG_RESULT)) in iterate()
430 tcu::COMPARE_LOG_RESULT)) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateGeneralTests.cpp157 tcu::COMPARE_LOG_RESULT)) in iterate()
276 tcu::COMPARE_LOG_RESULT)) in iterate()
428 tcu::COMPARE_LOG_RESULT)) in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cClipControlTests.cpp552 tcu::COMPARE_LOG_RESULT)) in ValidateFramebuffer()
743 0.05f, tcu::COMPARE_LOG_RESULT)) in ValidateFramebuffer()
909 0.05f, tcu::COMPARE_LOG_RESULT)) in ValidateFramebuffer()
1102 0.05f, tcu::COMPARE_LOG_RESULT)) in ValidateFramebuffer()
1341 tcu::COMPARE_LOG_RESULT)) in ValidateFramebuffer()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderBuiltinVarTests.cpp368 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT); in iterate()
463 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT); in iterate()
583 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT); in iterate()
702 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT); in iterate()
1091 if (!tcu::fuzzyCompare(m_testCtx.getLog(), "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT)) in iterate()
H A Des3fFragDepthTests.cpp264 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", referenceFrame, renderedFrame, 0.05f, tcu::COMPARE_LOG_RESULT); in iterate()
416 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", referenceFrame, renderedFrame, 0.05f, tcu::COMPARE_LOG_RESULT); in iterate()
H A Des3fShaderMetamorphicTests.cpp165 bool same = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", img, refImg, tcu::RGBA(0,0,0,0), tcu::COMPARE_LOG_RESULT); in checkNondet()
195 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", recipientImg, variantImg, threshold, tcu::COMPARE_LOG_RESULT); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawSimpleTest.cpp221 tcu::COMPARE_LOG_RESULT)) { in iterate()
372 tcu::COMPARE_LOG_RESULT)) { in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawIndexedTest.cpp260 tcu::COMPARE_LOG_RESULT)) { in iterate()
385 tcu::COMPARE_LOG_RESULT)) { in iterate()
H A DvktDrawSimpleTest.cpp221 tcu::COMPARE_LOG_RESULT)) { in iterate()
372 tcu::COMPARE_LOG_RESULT)) { in iterate()
/third_party/vk-gl-cts/modules/egl/
H A DteglColorClearCase.cpp248 bool imagesOk = tcu::pixelThresholdCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, eps + pixelFmt.getColorThreshold(), tcu::COMPARE_LOG_RESULT); in executeForContexts()
436 bool imagesOk = tcu::pixelThresholdCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, eps + pixelFmt.getColorThreshold(), tcu::COMPARE_LOG_RESULT); in executeForContexts()
H A DteglImageFormatTests.cpp543 bool match = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refSurface, screen, threshold, tcu::COMPARE_LOG_RESULT); in invokeGLES()
649 bool match = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refSurface, screen, threshold, tcu::COMPARE_LOG_RESULT); in invokeGLES()
751 bool match = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refSurface0, screen0, threshold, tcu::COMPARE_LOG_RESULT); in invokeGLES()
825 match = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refSurface, screen, threshold, tcu::COMPARE_LOG_RESULT); in invokeGLES()
902 bool match = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refSurface, screen, threshold, tcu::COMPARE_LOG_RESULT); in invokeGLES()
1012 bool match = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refSurface, screen, threshold, tcu::COMPARE_LOG_RESULT); in invokeGLES()
1115 bool match = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refSurface, screen, threshold, tcu::COMPARE_LOG_RESULT); in invokeGLES()
1240 return tcu::pixelThresholdCompare(log, "Depth buffer rendering result", "Result from rendering with depth buffer", referenceScreen, screen, compareThreshold, tcu::COMPARE_LOG_RESULT); in invokeGLES()
1358 return tcu::pixelThresholdCompare(log, "StencilResult", "Result from rendering with stencil buffer", referenceScreen, screen, compareThreshold, tcu::COMPARE_LOG_RESULT); in invokeGLES()
1404 return tcu::pixelThresholdCompare(log, "Renderbuffer read", "Result from reading renderbuffer", refSurface, screen, threshold8, tcu::COMPARE_LOG_RESULT); in invokeGLES()
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsSamplerObjectTest.cpp568 bool isOk = pixelThresholdCompare (log, "Sampler render result", "Result from rendering with sampler", samplerRef, samplerResult, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT); in iterate()
570 if (!pixelThresholdCompare (log, "Texture render result", "Result from rendering with texture state", textureRef, textureResult, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT)) in iterate()
1157 bool isOk = pixelThresholdCompare (log, "Sampler render result", "Result from rendering with sampler", samplerRef, samplerResult, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT); in iterate()
1159 if (!pixelThresholdCompare (log, "Texture render result", "Result from rendering with texture state", textureRef, textureResult, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT)) in iterate()
H A DglsScissorTests.cpp293 if (tcu::floatThresholdCompare(log, "ComparisonResult", "Image comparison result", refImage.getAccess(), resImage.getAccess(), threshold, tcu::COMPARE_LOG_RESULT)) in iterate()
738 resultOk = tcu::floatThresholdCompare(log, "ComparisonResult", "Image comparison result", refAccess, resAccess, Vec4(0.02f, 0.02f, 0.02f, 0.02f), tcu::COMPARE_LOG_RESULT); in iterate()
743 resultOk = tcu::intThresholdCompare(log, "ComparisonResult", "Image comparison result", refAccess, resAccess, UVec4(2, 2, 2, 2), tcu::COMPARE_LOG_RESULT); in iterate()
748 resultOk = tcu::intThresholdCompare(log, "ComparisonResult", "Image comparison result", refAccess, resAccess, UVec4(2, 2, 2, 2), tcu::COMPARE_LOG_RESULT); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalClearAttachmentTests.cpp221 tcu::COMPARE_LOG_RESULT)) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderLimitTests.cpp95 compareOk = pixelThresholdCompare(m_context.getTestContext().getLog(), "Result", "Image comparison result", refImage, resImage, threshold, COMPARE_LOG_RESULT); in iterate()

Completed in 28 milliseconds

12345678910