Lines Matching refs:getLog

188 	m_testCtx.getLog()  in init()
253 …m_testCtx.getLog() << tcu::TestLog::Message << "Tessellation level: inner " << innerTessellationLe… in iterate()
258 …const tcu::ScopedLogSection section (m_testCtx.getLog(), renderTargets[renderNdx].name, renderTarg… in iterate()
276 m_testCtx.getLog() << program; in iterate()
312 if (tcu::intThresholdPositionDeviationCompare(m_testCtx.getLog(), in iterate()
494 m_testCtx.getLog() in init()
559 …const tcu::ScopedLogSection section (m_testCtx.getLog(), renderTargets[renderNdx].name, renderTarg… in iterate()
575 m_testCtx.getLog() << program; in iterate()
617 imageOk = tcu::fuzzyCompare(m_testCtx.getLog(), in iterate()
625 imageOk = tcu::intThresholdPositionDeviationCompare(m_testCtx.getLog(), in iterate()
887 m_testCtx.getLog() in init()
930 m_testCtx.getLog() << *m_feedbackProgram; in init()
943 m_testCtx.getLog() << *m_nonFeedbackProgram; in init()
998 …m_testCtx.getLog() << tcu::TestLog::Message << "Comparing the image rendered with no transform fee… in iterate()
1001 imageOk = tcu::fuzzyCompare(m_testCtx.getLog(), in iterate()
1009 imageOk = tcu::intThresholdPositionDeviationCompare(m_testCtx.getLog(), in iterate()
1037 …m_testCtx.getLog() << tcu::TestLog::Message << "Rendering with transform feedback" << tcu::TestLog… in renderWithFeedback()
1059 …m_testCtx.getLog() << tcu::TestLog::Message << "Begin transform feedback with mode " << glu::getPr… in renderWithFeedback()
1064 …m_testCtx.getLog() << tcu::TestLog::Message << "Calling drawArrays with mode GL_PATCHES" << tcu::T… in renderWithFeedback()
1084 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying GL_PRIMITIVES_GENERATED, expecting " << … in renderWithFeedback()
1088 …m_testCtx.getLog() << tcu::TestLog::Message << "Error, GL_PRIMITIVES_GENERATED was " << primitives… in renderWithFeedback()
1092 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_PRIMITIVES_GENERATED valid." << tcu::TestLog::E… in renderWithFeedback()
1103 …m_testCtx.getLog() << tcu::TestLog::Message << "Reading transform feedback buffer." << tcu::TestLo… in renderWithFeedback()
1132 …m_testCtx.getLog() << tcu::TestLog::Message << "Rendering without transform feedback" << tcu::Test… in renderWithoutFeedback()
1151 …m_testCtx.getLog() << tcu::TestLog::Message << "Calling drawArrays with mode GL_PATCHES" << tcu::T… in renderWithoutFeedback()
1168 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying feedback results." << tcu::TestLog::EndM… in verifyFeedbackResults()
1186 m_testCtx.getLog() in verifyFeedbackResults()
1211 m_testCtx.getLog() in verifyFeedbackResults()
1228 …m_testCtx.getLog() << tcu::TestLog::Message << "Omitted " << (numErrors - errorFloodThreshold) << … in verifyFeedbackResults()
1245 …m_testCtx.getLog() << tcu::TestLog::Message << "Comparing result image against feedback results." … in verifyRenderedImage()
1282 m_testCtx.getLog() in verifyRenderedImage()
1722 …m_testCtx.getLog() << tcu::TestLog::Message << "Setting point size in vertex shader to 2.0." << tc… in init()
1724 …m_testCtx.getLog() << tcu::TestLog::Message << "Setting point size in tessellation control shader … in init()
1726 …m_testCtx.getLog() << tcu::TestLog::Message << "Setting point size in tessellation evaluation shad… in init()
1728 …m_testCtx.getLog() << tcu::TestLog::Message << "Reading point size in tessellation control shader … in init()
1730 …m_testCtx.getLog() << tcu::TestLog::Message << "Not setting point size in tessellation evaluation … in init()
1732 …m_testCtx.getLog() << tcu::TestLog::Message << "Setting point size in geometry shader to 6.0." << … in init()
1734 …m_testCtx.getLog() << tcu::TestLog::Message << "Reading point size in geometry shader and adding 2… in init()
1736 …m_testCtx.getLog() << tcu::TestLog::Message << "Not setting point size in geometry shader (resulti… in init()
1754 m_testCtx.getLog() << *m_program; in init()
1836 …m_testCtx.getLog() << tcu::TestLog::Message << "Rendering single point." << tcu::TestLog::EndMessa… in renderTo()
1876 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying rendered point size. Expecting " << expe… in verifyImage()
1877 m_testCtx.getLog() << tcu::TestLog::Image("RenderImage", "Rendered image", src.getAccess()); in verifyImage()
1909 …m_testCtx.getLog() << tcu::TestLog::Message << "Verification failed, could not find any point frag… in verifyImage()
1921 …m_testCtx.getLog() << tcu::TestLog::Message << "ERROR! Rasterized point is not a square. Detected … in verifyImage()
1928 …m_testCtx.getLog() << tcu::TestLog::Message << "ERROR! Point size invalid, expected " << expectedS… in verifyImage()
1938 …m_testCtx.getLog() << tcu::TestLog::Message << "ERROR! Rasterized point is not a square. Point siz… in verifyImage()
1944 …m_testCtx.getLog() << tcu::TestLog::Message << "ERROR! Point size invalid, expected " << expectedS… in verifyImage()
2188 m_testCtx.getLog() in init()
2200 …m_testCtx.getLog() << tcu::TestLog::Message << "Rendering to 2d texture array, numLayers = " << m_… in init()
2238 m_testCtx.getLog() in init()
2259 …m_testCtx.getLog() << tcu::TestLog::Message << "Using implementation maximum geometry shader outpu… in init()
2270 …m_testCtx.getLog() << tcu::TestLog::Message << "Using geometry shader extension minimum maximum ou… in init()
2303 tcu::MessageBuilder msg(&m_testCtx.getLog()); in init()
2354 m_testCtx.getLog() in init()
2366 m_testCtx.getLog() in init()
2376 m_testCtx.getLog() << *m_program; in init()
2402 …m_testCtx.getLog() << tcu::TestLog::Message << "Rendering single point at the origin. Expecting ye… in iterate()
2411 m_testCtx.getLog() in iterate()
2527 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying output layer " << layerNdx << tcu::Test… in verifyResultLayer()
2545 m_testCtx.getLog() in verifyResultLayer()
2554 m_testCtx.getLog() in verifyResultLayer()
2845 …m_testCtx.getLog() << tcu::TestLog::Message << "Declaring multiple output variables with the same … in init()
2858 …m_testCtx.getLog() << tcu::TestLog::Message << "Creating buffer for transform feedback. Allocating… in init()
2875 m_testCtx.getLog() << *m_program; in init()
2904 …m_testCtx.getLog() << tcu::TestLog::Message << "Rendering a patch of size 3." << tcu::TestLog::End… in iterate()
2937 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying the value of tf_feedback using transform… in iterate()
2957 …m_testCtx.getLog() << tcu::TestLog::Message << "Feedback vertex " << ndx << ": expected (3.0, 3.0,… in iterate()