Lines Matching refs:EmitVertex
260 …output.EmitVertex(vertex->position + offsets[0] + yoffset, vertex->pointSize, vertex->outputs, pac… in shadePrimitives()
261 …output.EmitVertex(vertex->position + offsets[1] + yoffset, vertex->pointSize, vertex->outputs, pac… in shadePrimitives()
262 …output.EmitVertex(vertex->position + offsets[2] + yoffset, vertex->pointSize, vertex->outputs, pac… in shadePrimitives()
370 …output.EmitVertex(vertex->position + positions[i], vertex->pointSize, vertex->outputs, packets[ndx… in shadePrimitives()
376 …output.EmitVertex(vertex->position + positions[m_emitCountA + i], vertex->pointSize, vertex->outpu… in shadePrimitives()
548 …output.EmitVertex(tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f) + vertexOffset, 1.0f, outputs, packets[ndx].pr… in shadePrimitives()
549 …output.EmitVertex(tcu::Vec4(1.0f, 0.0f, 0.0f, 1.0f) + vertexOffset, 1.0f, outputs, packets[ndx].pr… in shadePrimitives()
550 …output.EmitVertex(tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f) + vertexOffset, 1.0f, outputs, packets[ndx].pr… in shadePrimitives()
603 …output.EmitVertex(packets[ndx].vertices[verticeNdx]->position + vertexOffset, packets[ndx].vertice… in shadePrimitives()
849 …output.EmitVertex(vertex->position + tcu::Vec4(2 * (float)ndx * colWidth, 0.0, 0.0, 0.0), ve… in shadePrimitives()
850 …output.EmitVertex(vertex->position + tcu::Vec4(2 * (float)ndx * colWidth, rowHeight, 0.0, 0.0), ve… in shadePrimitives()
1008 output.EmitVertex(vertex->position, pointSize, &fragColor, packets[packetNdx].primitiveIDIn); in shadePrimitives()
1015 …output.EmitVertex(vertex->position + tcu::Vec4(0.05f, 0.0f, 0.0f, 0.0f), 1.0f, &fragColor, packet… in shadePrimitives()
1016 …output.EmitVertex(vertex->position - tcu::Vec4(0.05f, 0.0f, 0.0f, 0.0f), 1.0f, &fragColor, packet… in shadePrimitives()
1017 …output.EmitVertex(vertex->position + tcu::Vec4(0.0f, 0.05f, 0.0f, 0.0f), 1.0f, &fragColor, packet… in shadePrimitives()
1023 …output.EmitVertex(vertex->position + tcu::Vec4(0.05f, 0.0f, 0.0f, 0.0f), 1.0f, vertex->outputs, p… in shadePrimitives()
1024 …output.EmitVertex(vertex->position - tcu::Vec4(0.05f, 0.0f, 0.0f, 0.0f), 1.0f, vertex->outputs, p… in shadePrimitives()
1025 …output.EmitVertex(vertex->position + tcu::Vec4(0.0f, 0.05f, 0.0f, 0.0f), 1.0f, vertex->outputs, p… in shadePrimitives()
1334 output.EmitVertex(position0, 0.0f, &fragColor, packets[packetNdx].primitiveIDIn); in shadePrimitives()
1335 output.EmitVertex(position1, 0.0f, &fragColor, packets[packetNdx].primitiveIDIn); in shadePrimitives()
1560 output.EmitVertex(position0, 0.0f, &tipColor, packets[packetNdx].primitiveIDIn); in shadePrimitives()
1561 output.EmitVertex(position1, 0.0f, &baseColor, packets[packetNdx].primitiveIDIn); in shadePrimitives()
1562 output.EmitVertex(position2, 0.0f, &baseColor, packets[packetNdx].primitiveIDIn); in shadePrimitives()
1578 …output.EmitVertex(basePosition + tcu::Vec4(deFloatCos(subAngle) * 0.1f, deFloatSin(subAngle) * 0.… in shadePrimitives()
1579 …output.EmitVertex(basePosition + tcu::Vec4(deFloatCos(subAngle) * 0.1f, deFloatSin(subAngle) * -0.… in shadePrimitives()
1583 …output.EmitVertex(basePosition + tcu::Vec4(-0.1f, 0.0f, 0.0f, 0.0f), 0.0f, &outColor, packets[pack… in shadePrimitives()
1730 …output.EmitVertex(centerPosition + tcu::Vec4( 0.0f, -0.1f, 0.0f, 0.0f), 0.0f, DE_NULL, packets[pa… in shadePrimitives()
1731 …output.EmitVertex(centerPosition + tcu::Vec4(-0.05f, 0.0f, 0.0f, 0.0f), 0.0f, DE_NULL, packets[pa… in shadePrimitives()
1732 …output.EmitVertex(centerPosition + tcu::Vec4( 0.05f, 0.0f, 0.0f, 0.0f), 0.0f, DE_NULL, packets[pa… in shadePrimitives()