Lines Matching refs:vertexPackets
1769 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()
1791 …vertexPackets[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()
1816 …INE_STRIP> (command.state, command.renderTarget, command.program, &vertexPackets[0], numVertexP… in drawInstanced()
1817 …INE_LOOP> (command.state, command.renderTarget, command.program, &vertexPackets[0], numVertexP… in drawInstanced()
1818 …E_POINTS> (command.state, command.renderTarget, command.program, &vertexPackets[0], numVertexP… in drawInstanced()
1819 …_ADJACENCY> (command.state, command.renderTarget, command.program, &vertexPackets[0], numVertexP… in drawInstanced()
1820 …P_ADJACENCY> (command.state, command.renderTarget, command.program, &vertexPackets[0], numVertexP… in drawInstanced()
1821 …S_ADJACENCY> (command.state, command.renderTarget, command.program, &vertexPackets[0], numVertexP… in drawInstanced()
1822 …IP_ADJACENCY> (command.state, command.renderTarget, command.program, &vertexPackets[0], numVertexP… in drawInstanced()