Lines Matching refs:result
279 void verifyRenderbuffer (TestLog& log, const tcu::TextureFormat& format, const tcu::TextureLevel& reference, const tcu::TextureLevel& result);
455 void FramebufferFetchTestCase::verifyRenderbuffer (TestLog& log, const tcu::TextureFormat& format, const tcu::TextureLevel& reference, const tcu::TextureLevel& result)
465 const tcu::UVec4 threshold = getFloatULPThreshold(format, result.getFormat());
467 if (!tcu::floatUlpThresholdCompare(log, name.c_str(), desc.c_str(), reference, result, threshold, tcu::COMPARE_LOG_RESULT))
480 if (!tcu::intThresholdCompare(log, name.c_str(), desc.c_str(), reference, result, threshold, tcu::COMPARE_LOG_RESULT))
491 const tcu::Vec4 threshold = getFixedPointFormatThreshold(format, result.getFormat());
493 if (!tcu::floatThresholdCompare(log, name.c_str(), desc.c_str(), reference, result, threshold, tcu::COMPARE_LOG_RESULT))
646 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
652 glu::readPixels(m_context.getRenderContext(), 0, 0, result.getAccess());
653 verifyRenderbuffer(m_testCtx.getLog(), m_texFmt, reference, result);
790 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
807 glu::readPixels(m_context.getRenderContext(), 0, 0, result.getAccess());
808 verifyRenderbuffer(m_testCtx.getLog(), m_texFmt, reference, result);
875 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
881 glu::readPixels(m_context.getRenderContext(), 0, 0, result.getAccess());
882 verifyRenderbuffer(m_testCtx.getLog(), m_texFmt, reference, result);
972 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
977 glu::readPixels(m_context.getRenderContext(), 0, 0, result.getAccess());
978 verifyRenderbuffer(m_testCtx.getLog(), m_texFmt, reference, result);
1070 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
1076 glu::readPixels(m_context.getRenderContext(), 0, 0, result.getAccess());
1077 verifyRenderbuffer(m_testCtx.getLog(), m_texFmt, reference, result);
1162 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
1168 glu::readPixels(m_context.getRenderContext(), 0, 0, result.getAccess());
1169 verifyRenderbuffer(m_testCtx.getLog(), m_texFmt, reference, result);
1271 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH >> level, VIEWPORT_HEIGHT >> level);
1279 glu::readPixels(m_context.getRenderContext(), 0, 0, result.getAccess());
1280 verifyRenderbuffer(m_testCtx.getLog(), m_texFmt, reference, result);
1348 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGHT);
1374 glu::readPixels(m_context.getRenderContext(), 0, 0, result.getAccess());
1375 verifyRenderbuffer(m_testCtx.getLog(), m_texFmt, reference, result);