Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrRenderer.cpp1769 std::vector<VertexPacket*> vertexPackets = vpalloc.allocArray(command.primitives.getNumElements()); in drawInstanced() local
1787 vertexPackets[numVertexPackets]->instanceNdx = instanceID; in drawInstanced()
1788 vertexPackets[numVertexPackets]->vertexNdx = (int)command.primitives.getIndex(elementNdx); in drawInstanced()
1791vertexPackets[numVertexPackets]->pointSize = command.state.point.pointSize; // default value from… in drawInstanced()
1792 vertexPackets[numVertexPackets]->position = tcu::Vec4(0, 0, 0, 0); // no undefined values in drawInstanced()
1806 …command.program.vertexShader->shadeVertices(command.vertexAttribs, &vertexPackets[0], numVertexPac… in drawInstanced()
1812 …RIANGLES> (command.state, command.renderTarget, command.program, &vertexPackets[0], numVertexP… in drawInstanced()
1813 …NGLE_STRIP> (command.state, command.renderTarget, command.program, &vertexPackets[0], numVertexP… in drawInstanced()
1814 …ANGLE_FAN> (command.state, command.renderTarget, command.program, &vertexPackets[0], numVertexP… in drawInstanced()
1815 …E_LINES> (command.state, command.renderTarget, command.program, &vertexPackets[0], numVertexP… in drawInstanced()
[all …]