Lines Matching full:vertex
874 << "Reading back vertex positions of generated primitives using transform feedback.\n"
1164 << "\texpected vertex in range: ( [-0.4, 0.4], [-0.4, 0.4], 0.0, 1.0 )\n"
1188 << "Element at index " << (readNdx) << " (tessellation invocation " << tessellatedPrimitiveNdx << ", geometry primitive " << generatedPrimitiveNdx << ", emitted vertex " << primitiveVertexNdx << "):\n"
1259 << "Vertex " << vertices[ndx] << "\n"
1260 << "\tCould not find rasterization output for vertex.\n"
1506 buf << " // Draw point on vertex\n"
1513 buf << " // Draw cross on vertex\n"
1531 buf << " // Draw triangle on vertex\n"
1599 FLAG_VERTEX_SET = 0x01, // !< set gl_PointSize in vertex shader
1676 if (flags & FLAG_VERTEX_SET) buf << "set point size in vertex shader";
1696 m_testCtx.getLog() << tcu::TestLog::Message << "Setting point size in vertex shader to 2.0." << tcu::TestLog::EndMessage;
1949 // vertex
2019 << " // hide all but one vertex\n"
2328 << "\tTotal output vertex count per invocation: " << (numVerticesPerInvocation) << "\n"
2331 << "\tTotal output vertex count per input primitive: " << (geometryVerticesPerPrimitive) << "\n"
2922 m_testCtx.getLog() << tcu::TestLog::Message << "Feedback vertex " << ndx << ": expected (3.0, 3.0, 3.0, 3.0), got " << feedbackValues[ndx] << tcu::TestLog::EndMessage;