Searched refs:vpalloc (Results 1 – 3 of 3) sorted by relevance
527 VertexPacketAllocator& vpalloc) in clipPrimitives() argument661 VertexPacket* p0 = vpalloc.alloc(); in clipPrimitives()662 VertexPacket* p1 = vpalloc.alloc(); in clipPrimitives()663 VertexPacket* p2 = vpalloc.alloc(); in clipPrimitives()717 VertexPacketAllocator& vpalloc) in clipPrimitives() argument719 DE_UNREF(vpalloc); in clipPrimitives()788 VertexPacketAllocator& vpalloc) in clipPrimitives() argument790 DE_UNREF(vpalloc); in clipPrimitives()864 …ket*& packet, std::set<VertexPacket*, std::less<void*> >& vertices, VertexPacketAllocator& vpalloc) in makeSharedVerticeDistinct() argument873 VertexPacket* newPacket = vpalloc.alloc(); in makeSharedVerticeDistinct()[all …]
31 GeometryEmitter::GeometryEmitter (VertexPacketAllocator& vpalloc, size_t numVertices) in GeometryEmitter() argument32 : m_vpalloc (vpalloc) in GeometryEmitter()
56 GeometryEmitter (VertexPacketAllocator& vpalloc, size_t numVertices);