• Home
  • Raw
  • Download

Lines Matching refs:vpalloc

527 					 VertexPacketAllocator&			vpalloc)  in clipPrimitives()  argument
661 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() argument
719 DE_UNREF(vpalloc); in clipPrimitives()
788 VertexPacketAllocator& vpalloc) in clipPrimitives() argument
790 DE_UNREF(vpalloc); in clipPrimitives()
864 …ket*& packet, std::set<VertexPacket*, std::less<void*> >& vertices, VertexPacketAllocator& vpalloc) in makeSharedVerticeDistinct() argument
873 VertexPacket* newPacket = vpalloc.alloc(); in makeSharedVerticeDistinct()
880 for (size_t outputNdx = 0; outputNdx < vpalloc.getNumVertexOutputs(); ++outputNdx) in makeSharedVerticeDistinct()
888 …ngle& target, std::set<VertexPacket*, std::less<void*> >& vertices, VertexPacketAllocator& vpalloc) in makeSharedVerticesDistinct() argument
890 makeSharedVerticeDistinct(target.v0, vertices, vpalloc); in makeSharedVerticesDistinct()
891 makeSharedVerticeDistinct(target.v1, vertices, vpalloc); in makeSharedVerticesDistinct()
892 makeSharedVerticeDistinct(target.v2, vertices, vpalloc); in makeSharedVerticesDistinct()
895 …Line& target, std::set<VertexPacket*, std::less<void*> >& vertices, VertexPacketAllocator& vpalloc) in makeSharedVerticesDistinct() argument
897 makeSharedVerticeDistinct(target.v0, vertices, vpalloc); in makeSharedVerticesDistinct()
898 makeSharedVerticeDistinct(target.v1, vertices, vpalloc); in makeSharedVerticesDistinct()
901 …oint& target, std::set<VertexPacket*, std::less<void*> >& vertices, VertexPacketAllocator& vpalloc) in makeSharedVerticesDistinct() argument
903 makeSharedVerticeDistinct(target.v0, vertices, vpalloc); in makeSharedVerticesDistinct()
907 void makeSharedVerticesDistinct (ContainerType& list, VertexPacketAllocator& vpalloc) in makeSharedVerticesDistinct() argument
912 makeSharedVerticesDistinct(*it, vertices, vpalloc); in makeSharedVerticesDistinct()
1337 …get& renderTarget, const Program& program, ContainerType& primList, VertexPacketAllocator& vpalloc) in drawBasicPrimitives() argument
1348 clipPrimitives(primList, program, clipZ, vpalloc); in drawBasicPrimitives()
1394 …rogram& program, VertexPacket* const* vertices, size_t numVertices, VertexPacketAllocator& vpalloc) in drawGeometryShaderOutputAsPrimitives() argument
1405 makeSharedVerticesDistinct(inputPrimitives, vpalloc); in drawGeometryShaderOutputAsPrimitives()
1409 drawBasicPrimitives(state, renderTarget, program, inputPrimitives, vpalloc); in drawGeometryShaderOutputAsPrimitives()
1416 VertexPacketAllocator vpalloc(program.geometryShader->getOutputs().size()); in drawWithGeometryShader() local
1419 GeometryEmitter emitter (vpalloc, program.geometryShader->getNumVerticesOut()); in drawWithGeometryShader()
1464 …ate, renderTarget, program, &emitted[primitiveBegin], primitiveEnd-primitiveBegin, vpalloc); break; in drawWithGeometryShader()
1465 …ate, renderTarget, program, &emitted[primitiveBegin], primitiveEnd-primitiveBegin, vpalloc); break; in drawWithGeometryShader()
1466 …ate, renderTarget, program, &emitted[primitiveBegin], primitiveEnd-primitiveBegin, vpalloc); break; in drawWithGeometryShader()
1481 …Packet* const* vertices, int numVertices, DrawContext& drawContext, VertexPacketAllocator& vpalloc) in drawAsPrimitives() argument
1507 makeSharedVerticesDistinct(basePrimitives, vpalloc); in drawAsPrimitives()
1513 drawBasicPrimitives(state, renderTarget, program, basePrimitives, vpalloc); in drawAsPrimitives()
1776 VertexPacketAllocator vpalloc(numVaryings); in drawInstanced() local
1777 std::vector<VertexPacket*> vertexPackets = vpalloc.allocArray(command.primitives.getNumElements()); 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()
1823 …renderTarget, command.program, &vertexPackets[0], numVertexPackets, drawContext, vpalloc); break; } in drawInstanced()
1824 …renderTarget, command.program, &vertexPackets[0], numVertexPackets, drawContext, vpalloc); break; } in drawInstanced()
1825 …renderTarget, command.program, &vertexPackets[0], numVertexPackets, drawContext, vpalloc); break; } in drawInstanced()
1826 …renderTarget, command.program, &vertexPackets[0], numVertexPackets, drawContext, vpalloc); break; } in drawInstanced()
1827 …renderTarget, command.program, &vertexPackets[0], numVertexPackets, drawContext, vpalloc); break; } in drawInstanced()
1828 …renderTarget, command.program, &vertexPackets[0], numVertexPackets, drawContext, vpalloc); break; } in drawInstanced()
1829 …renderTarget, command.program, &vertexPackets[0], numVertexPackets, drawContext, vpalloc); break; } in drawInstanced()
1830 …renderTarget, command.program, &vertexPackets[0], numVertexPackets, drawContext, vpalloc); break; } in drawInstanced()