Searched refs:vpalloc (Results 1 – 3 of 3) sorted by relevance
523 VertexPacketAllocator& vpalloc) in clipPrimitives() argument657 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() argument715 DE_UNREF(vpalloc); in clipPrimitives()784 VertexPacketAllocator& vpalloc) in clipPrimitives() argument786 DE_UNREF(vpalloc); in clipPrimitives()860 …ket*& packet, std::set<VertexPacket*, std::less<void*> >& vertices, VertexPacketAllocator& vpalloc) in makeSharedVerticeDistinct() argument869 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);