Lines Matching refs:vpalloc
523 VertexPacketAllocator& vpalloc) in clipPrimitives() argument
657 VertexPacket* p0 = vpalloc.alloc(); in clipPrimitives()
658 VertexPacket* p1 = vpalloc.alloc(); in clipPrimitives()
659 VertexPacket* p2 = vpalloc.alloc(); in clipPrimitives()
713 VertexPacketAllocator& vpalloc) in clipPrimitives() argument
715 DE_UNREF(vpalloc); in clipPrimitives()
784 VertexPacketAllocator& vpalloc) in clipPrimitives() argument
786 DE_UNREF(vpalloc); in clipPrimitives()
860 …ket*& packet, std::set<VertexPacket*, std::less<void*> >& vertices, VertexPacketAllocator& vpalloc) in makeSharedVerticeDistinct() argument
869 VertexPacket* newPacket = vpalloc.alloc(); in makeSharedVerticeDistinct()
876 for (size_t outputNdx = 0; outputNdx < vpalloc.getNumVertexOutputs(); ++outputNdx) in makeSharedVerticeDistinct()
884 …ngle& target, std::set<VertexPacket*, std::less<void*> >& vertices, VertexPacketAllocator& vpalloc) in makeSharedVerticesDistinct() argument
886 makeSharedVerticeDistinct(target.v0, vertices, vpalloc); in makeSharedVerticesDistinct()
887 makeSharedVerticeDistinct(target.v1, vertices, vpalloc); in makeSharedVerticesDistinct()
888 makeSharedVerticeDistinct(target.v2, vertices, vpalloc); in makeSharedVerticesDistinct()
891 …Line& target, std::set<VertexPacket*, std::less<void*> >& vertices, VertexPacketAllocator& vpalloc) in makeSharedVerticesDistinct() argument
893 makeSharedVerticeDistinct(target.v0, vertices, vpalloc); in makeSharedVerticesDistinct()
894 makeSharedVerticeDistinct(target.v1, vertices, vpalloc); in makeSharedVerticesDistinct()
897 …oint& target, std::set<VertexPacket*, std::less<void*> >& vertices, VertexPacketAllocator& vpalloc) in makeSharedVerticesDistinct() argument
899 makeSharedVerticeDistinct(target.v0, vertices, vpalloc); in makeSharedVerticesDistinct()
903 void makeSharedVerticesDistinct (ContainerType& list, VertexPacketAllocator& vpalloc) in makeSharedVerticesDistinct() argument
908 makeSharedVerticesDistinct(*it, vertices, vpalloc); in makeSharedVerticesDistinct()
1329 …get& renderTarget, const Program& program, ContainerType& primList, VertexPacketAllocator& vpalloc) in drawBasicPrimitives() argument
1340 clipPrimitives(primList, program, clipZ, vpalloc); in drawBasicPrimitives()
1386 …rogram& program, VertexPacket* const* vertices, size_t numVertices, VertexPacketAllocator& vpalloc) in drawGeometryShaderOutputAsPrimitives() argument
1397 makeSharedVerticesDistinct(inputPrimitives, vpalloc); in drawGeometryShaderOutputAsPrimitives()
1401 drawBasicPrimitives(state, renderTarget, program, inputPrimitives, vpalloc); in drawGeometryShaderOutputAsPrimitives()
1408 VertexPacketAllocator vpalloc(program.geometryShader->getOutputs().size()); in drawWithGeometryShader() local
1411 GeometryEmitter emitter (vpalloc, program.geometryShader->getNumVerticesOut()); in drawWithGeometryShader()
1456 …ate, renderTarget, program, &emitted[primitiveBegin], primitiveEnd-primitiveBegin, vpalloc); break; in drawWithGeometryShader()
1457 …ate, renderTarget, program, &emitted[primitiveBegin], primitiveEnd-primitiveBegin, vpalloc); break; in drawWithGeometryShader()
1458 …ate, renderTarget, program, &emitted[primitiveBegin], primitiveEnd-primitiveBegin, vpalloc); break; in drawWithGeometryShader()
1473 …Packet* const* vertices, int numVertices, DrawContext& drawContext, VertexPacketAllocator& vpalloc) in drawAsPrimitives() argument
1499 makeSharedVerticesDistinct(basePrimitives, vpalloc); in drawAsPrimitives()
1505 drawBasicPrimitives(state, renderTarget, program, basePrimitives, vpalloc); in drawAsPrimitives()
1768 VertexPacketAllocator vpalloc(numVaryings); in drawInstanced() local
1769 std::vector<VertexPacket*> vertexPackets = vpalloc.allocArray(command.primitives.getNumElements()); in drawInstanced()
1812 …renderTarget, command.program, &vertexPackets[0], numVertexPackets, drawContext, vpalloc); break; } in drawInstanced()
1813 …renderTarget, command.program, &vertexPackets[0], numVertexPackets, drawContext, vpalloc); break; } in drawInstanced()
1814 …renderTarget, command.program, &vertexPackets[0], numVertexPackets, drawContext, vpalloc); break; } in drawInstanced()
1815 …renderTarget, command.program, &vertexPackets[0], numVertexPackets, drawContext, vpalloc); break; } in drawInstanced()
1816 …renderTarget, command.program, &vertexPackets[0], numVertexPackets, drawContext, vpalloc); break; } in drawInstanced()
1817 …renderTarget, command.program, &vertexPackets[0], numVertexPackets, drawContext, vpalloc); break; } in drawInstanced()
1818 …renderTarget, command.program, &vertexPackets[0], numVertexPackets, drawContext, vpalloc); break; } in drawInstanced()
1819 …renderTarget, command.program, &vertexPackets[0], numVertexPackets, drawContext, vpalloc); break; } in drawInstanced()
1820 …renderTarget, command.program, &vertexPackets[0], numVertexPackets, drawContext, vpalloc); break; } in drawInstanced()
1821 …renderTarget, command.program, &vertexPackets[0], numVertexPackets, drawContext, vpalloc); break; } in drawInstanced()
1822 …renderTarget, command.program, &vertexPackets[0], numVertexPackets, drawContext, vpalloc); break; } in drawInstanced()