Searched defs:resImage (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp743 tcu::Surface resImage (width, height);
746 tcu::copy(resImage.getAccess(), m_resultImage.getAccess());
756 const bool compareOk = compareImages(resImage, refImage, 0.1f);
3151 bool ShaderRenderCaseInstance::compareImages (const tcu::Surface& resImage, const tcu::Surface& refImage, float errorThreshold) argument
3153 return tcu::fuzzyCompare(m_context.getTestContext().getLog(), "ComparisonResult", "Image comparison result", refImage, resImage, errorThreshold, tcu::COMPARE_LOG_RESULT);
/external/deqp/modules/glshared/
H A DglsShaderRenderCase.cpp439 Surface resImage(width, height);
440 render(resImage, programID, quadGrid);
450 bool testOk = compareImages(resImage, refImage, 0.05f);
749 bool ShaderRenderCase::compareImages (const Surface& resImage, const Surface& refImage, float errorThreshold) argument
751 return tcu::fuzzyCompare(m_testCtx.getLog(), "ComparisonResult", "Image comparison result", refImage, resImage, errorThreshold, tcu::COMPARE_LOG_RESULT);

Completed in 82 milliseconds