Home
last modified time | relevance | path

Searched refs:vertexPackets (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrRenderer.cpp1753 std::vector<VertexPacket*> vertexPackets = vpalloc.allocArray(command.primitives.getNumElements()); in drawInstanced() local
1771 vertexPackets[numVertexPackets]->instanceNdx = instanceID; in drawInstanced()
1772 vertexPackets[numVertexPackets]->vertexNdx = (int)command.primitives.getIndex(elementNdx); in drawInstanced()
1775vertexPackets[numVertexPackets]->pointSize = command.state.point.pointSize; // default value from… in drawInstanced()
1776 vertexPackets[numVertexPackets]->position = tcu::Vec4(0, 0, 0, 0); // no undefined values in drawInstanced()
1790 …command.program.vertexShader->shadeVertices(command.vertexAttribs, &vertexPackets[0], numVertexPac… in drawInstanced()
1796 …RIANGLES> (command.state, command.renderTarget, command.program, &vertexPackets[0], numVertexP… in drawInstanced()
1797 …NGLE_STRIP> (command.state, command.renderTarget, command.program, &vertexPackets[0], numVertexP… in drawInstanced()
1798 …ANGLE_FAN> (command.state, command.renderTarget, command.program, &vertexPackets[0], numVertexP… in drawInstanced()
1799 …E_LINES> (command.state, command.renderTarget, command.program, &vertexPackets[0], numVertexP… in drawInstanced()
[all …]