Lines Matching refs:getLog

169 	m_testCtx.getLog()  in init()
234 …m_testCtx.getLog() << tcu::TestLog::Message << "Tessellation level: inner " << innerTessellationLe… in iterate()
239 …const tcu::ScopedLogSection section (m_testCtx.getLog(), renderTargets[renderNdx].name, renderTarg… in iterate()
257 m_testCtx.getLog() << program; in iterate()
293 if (tcu::intThresholdPositionDeviationCompare(m_testCtx.getLog(), in iterate()
473 m_testCtx.getLog() in init()
538 …const tcu::ScopedLogSection section (m_testCtx.getLog(), renderTargets[renderNdx].name, renderTarg… in iterate()
554 m_testCtx.getLog() << program; in iterate()
596 imageOk = tcu::fuzzyCompare(m_testCtx.getLog(), in iterate()
604 imageOk = tcu::intThresholdPositionDeviationCompare(m_testCtx.getLog(), in iterate()
864 m_testCtx.getLog() in init()
907 m_testCtx.getLog() << *m_feedbackProgram; in init()
920 m_testCtx.getLog() << *m_nonFeedbackProgram; in init()
975 …m_testCtx.getLog() << tcu::TestLog::Message << "Comparing the image rendered with no transform fee… in iterate()
978 imageOk = tcu::fuzzyCompare(m_testCtx.getLog(), in iterate()
986 imageOk = tcu::intThresholdPositionDeviationCompare(m_testCtx.getLog(), in iterate()
1014 …m_testCtx.getLog() << tcu::TestLog::Message << "Rendering with transform feedback" << tcu::TestLog… in renderWithFeedback()
1036 …m_testCtx.getLog() << tcu::TestLog::Message << "Begin transform feedback with mode " << glu::getPr… in renderWithFeedback()
1041 …m_testCtx.getLog() << tcu::TestLog::Message << "Calling drawArrays with mode GL_PATCHES" << tcu::T… in renderWithFeedback()
1061 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying GL_PRIMITIVES_GENERATED, expecting " << … in renderWithFeedback()
1065 …m_testCtx.getLog() << tcu::TestLog::Message << "Error, GL_PRIMITIVES_GENERATED was " << primitives… in renderWithFeedback()
1069 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_PRIMITIVES_GENERATED valid." << tcu::TestLog::E… in renderWithFeedback()
1080 …m_testCtx.getLog() << tcu::TestLog::Message << "Reading transform feedback buffer." << tcu::TestLo… in renderWithFeedback()
1109 …m_testCtx.getLog() << tcu::TestLog::Message << "Rendering without transform feedback" << tcu::Test… in renderWithoutFeedback()
1128 …m_testCtx.getLog() << tcu::TestLog::Message << "Calling drawArrays with mode GL_PATCHES" << tcu::T… in renderWithoutFeedback()
1145 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying feedback results." << tcu::TestLog::EndM… in verifyFeedbackResults()
1163 m_testCtx.getLog() in verifyFeedbackResults()
1188 m_testCtx.getLog() in verifyFeedbackResults()
1205 …m_testCtx.getLog() << tcu::TestLog::Message << "Omitted " << (numErrors - errorFloodThreshold) << … in verifyFeedbackResults()
1222 …m_testCtx.getLog() << tcu::TestLog::Message << "Comparing result image against feedback results." … in verifyRenderedImage()
1259 m_testCtx.getLog() in verifyRenderedImage()
1699 …m_testCtx.getLog() << tcu::TestLog::Message << "Setting point size in vertex shader to 2.0." << tc… in init()
1701 …m_testCtx.getLog() << tcu::TestLog::Message << "Setting point size in tessellation control shader … in init()
1703 …m_testCtx.getLog() << tcu::TestLog::Message << "Setting point size in tessellation evaluation shad… in init()
1705 …m_testCtx.getLog() << tcu::TestLog::Message << "Reading point size in tessellation control shader … in init()
1707 …m_testCtx.getLog() << tcu::TestLog::Message << "Not setting point size in tessellation evaluation … in init()
1709 …m_testCtx.getLog() << tcu::TestLog::Message << "Setting point size in geometry shader to 6.0." << … in init()
1711 …m_testCtx.getLog() << tcu::TestLog::Message << "Reading point size in geometry shader and adding 2… in init()
1713 …m_testCtx.getLog() << tcu::TestLog::Message << "Not setting point size in geometry shader (resulti… in init()
1731 m_testCtx.getLog() << *m_program; in init()
1812 …m_testCtx.getLog() << tcu::TestLog::Message << "Rendering single point." << tcu::TestLog::EndMessa… in renderTo()
1852 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying rendered point size. Expecting " << expe… in verifyImage()
1853 m_testCtx.getLog() << tcu::TestLog::Image("RenderImage", "Rendered image", src.getAccess()); in verifyImage()
1885 …m_testCtx.getLog() << tcu::TestLog::Message << "Verification failed, could not find any point frag… in verifyImage()
1897 …m_testCtx.getLog() << tcu::TestLog::Message << "ERROR! Rasterized point is not a square. Detected … in verifyImage()
1904 …m_testCtx.getLog() << tcu::TestLog::Message << "ERROR! Point size invalid, expected " << expectedS… in verifyImage()
1914 …m_testCtx.getLog() << tcu::TestLog::Message << "ERROR! Rasterized point is not a square. Point siz… in verifyImage()
1920 …m_testCtx.getLog() << tcu::TestLog::Message << "ERROR! Point size invalid, expected " << expectedS… in verifyImage()
2162 m_testCtx.getLog() in init()
2174 …m_testCtx.getLog() << tcu::TestLog::Message << "Rendering to 2d texture array, numLayers = " << m_… in init()
2212 m_testCtx.getLog() in init()
2233 …m_testCtx.getLog() << tcu::TestLog::Message << "Using implementation maximum geometry shader outpu… in init()
2244 …m_testCtx.getLog() << tcu::TestLog::Message << "Using geometry shader extension minimum maximum ou… in init()
2277 tcu::MessageBuilder msg(&m_testCtx.getLog()); in init()
2328 m_testCtx.getLog() in init()
2340 m_testCtx.getLog() in init()
2350 m_testCtx.getLog() << *m_program; in init()
2376 …m_testCtx.getLog() << tcu::TestLog::Message << "Rendering single point at the origin. Expecting ye… in iterate()
2385 m_testCtx.getLog() in iterate()
2501 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying output layer " << layerNdx << tcu::Test… in verifyResultLayer()
2519 m_testCtx.getLog() in verifyResultLayer()
2528 m_testCtx.getLog() in verifyResultLayer()
2814 …m_testCtx.getLog() << tcu::TestLog::Message << "Declaring multiple output variables with the same … in init()
2827 …m_testCtx.getLog() << tcu::TestLog::Message << "Creating buffer for transform feedback. Allocating… in init()
2844 m_testCtx.getLog() << *m_program; in init()
2873 …m_testCtx.getLog() << tcu::TestLog::Message << "Rendering a patch of size 3." << tcu::TestLog::End… in iterate()
2906 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying the value of tf_feedback using transform… in iterate()
2926 …m_testCtx.getLog() << tcu::TestLog::Message << "Feedback vertex " << ndx << ": expected (3.0, 3.0,… in iterate()