Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrVertexPacket.hpp35 class VertexPacketAllocator;
77 friend class VertexPacketAllocator;
94 class VertexPacketAllocator class
97 VertexPacketAllocator (const size_t numberOfVertexOutputs);
98 ~VertexPacketAllocator (void);
106 VertexPacketAllocator (const VertexPacketAllocator&); // disabled, non-copyable
107 VertexPacketAllocator& operator= (const VertexPacketAllocator&); // disabled, non-copyable
DrrVertexPacket.cpp37 VertexPacketAllocator::VertexPacketAllocator (const size_t numberOfVertexOutputs) in VertexPacketAllocator() function in rr::VertexPacketAllocator
42 VertexPacketAllocator::~VertexPacketAllocator (void) in ~VertexPacketAllocator()
49 std::vector<VertexPacket*> VertexPacketAllocator::allocArray (size_t count) in allocArray()
78 VertexPacket* VertexPacketAllocator::alloc (void) in alloc()
DrrPrimitivePacket.hpp35 class VertexPacketAllocator;
56 GeometryEmitter (VertexPacketAllocator& vpalloc, size_t numVertices);
68 VertexPacketAllocator& m_vpalloc;
DrrPrimitivePacket.cpp31 GeometryEmitter::GeometryEmitter (VertexPacketAllocator& vpalloc, size_t numVertices) in GeometryEmitter()
DrrRenderer.cpp527 VertexPacketAllocator& vpalloc) in clipPrimitives()
717 VertexPacketAllocator& vpalloc) in clipPrimitives()
788 VertexPacketAllocator& vpalloc) in clipPrimitives()
864 …ket*& packet, std::set<VertexPacket*, std::less<void*> >& vertices, VertexPacketAllocator& vpalloc) in makeSharedVerticeDistinct()
888 …ngle& target, std::set<VertexPacket*, std::less<void*> >& vertices, VertexPacketAllocator& vpalloc) in makeSharedVerticesDistinct()
895 …Line& target, std::set<VertexPacket*, std::less<void*> >& vertices, VertexPacketAllocator& vpalloc) in makeSharedVerticesDistinct()
901 …oint& target, std::set<VertexPacket*, std::less<void*> >& vertices, VertexPacketAllocator& vpalloc) in makeSharedVerticesDistinct()
907 void makeSharedVerticesDistinct (ContainerType& list, VertexPacketAllocator& vpalloc) in makeSharedVerticesDistinct()
1337 …get& renderTarget, const Program& program, ContainerType& primList, VertexPacketAllocator& vpalloc) in drawBasicPrimitives()
1394 …rogram& program, VertexPacket* const* vertices, size_t numVertices, VertexPacketAllocator& vpalloc) in drawGeometryShaderOutputAsPrimitives()
[all …]