Home
last modified time | relevance | path

Searched defs:Pool (Results 1 – 25 of 45) sorted by relevance

12

/third_party/ninja/src/
Dstate.h40 struct Pool { struct
41 Pool(const string& name, int depth) in Pool() argument
50 /// true if the Pool might delay this edge argument
53 /// informs this Pool that the given edge is committed to be run. argument
86 static Pool kDefaultPool; argument
/third_party/nghttp2/src/
Dmemchunk.h74 template <typename T> struct Pool { struct
75 Pool() : pool(nullptr), freelist(nullptr), poolsize(0), freelistsize(0) {} in Pool() argument
76 ~Pool() { clear(); } in ~Pool() argument
77 T *get() { in get()
91 void recycle(T *m) { in recycle()
115 Memchunks(Pool<Memchunk> *pool) in Memchunks() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DSymbolStringPool.h46 PoolMap Pool; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DManagedStringPool.h26 SmallVector<std::string *, 8> Pool; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.h29 StringMap<EntryTy, BumpPtrAllocator &> Pool; variable
DAddressPool.h30 DenseMap<const MCSymbol *, AddressPoolEntry> Pool; variable
/third_party/mesa3d/src/gallium/frontends/nine/
Dvolumetexture9.c36 D3DPOOL Pool, in NineVolumeTexture9_ctor()
286 D3DPOOL Pool, in NineVolumeTexture9_new()
Dtexture9.c47 D3DPOOL Pool, in NineTexture9_ctor()
385 D3DPOOL Pool, in NineTexture9_new()
Dcubetexture9.c40 D3DPOOL Pool, in NineCubeTexture9_ctor()
346 D3DPOOL Pool, in NineCubeTexture9_new()
Dresource9.c41 D3DPOOL Pool, in NineResource9_ctor()
Dbuffer9.c47 D3DPOOL Pool ) in NineBuffer9_ctor()
Dbasetexture9.c46 D3DPOOL Pool, in NineBaseTexture9_ctor()
Ddevice9.c1126 D3DPOOL Pool, in NineDevice9_CreateTexture()
1162 D3DPOOL Pool, in NineDevice9_CreateVolumeTexture()
1195 D3DPOOL Pool, in NineDevice9_CreateCubeTexture()
1228 D3DPOOL Pool, in NineDevice9_CreateVertexBuffer()
1267 D3DPOOL Pool, in NineDevice9_CreateIndexBuffer()
1303 D3DPOOL Pool, in create_zs_or_rt_surface()
1949 D3DPOOL Pool, in NineDevice9_CreateOffscreenPlainSurface()
/third_party/grpc/src/ruby/spec/generic/
Drpc_server_pool_spec.rb20 Pool = GRPC::Pool constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DStringPool.h46 StringPool *Pool = nullptr; ///< So the string can remove itself. member
/third_party/gn/src/gn/
Ditem.h17 class Pool; variable
Daction_values.h15 class Pool; variable
Dtool.h19 class Pool; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h36 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry()
/third_party/python/Lib/multiprocessing/dummy/
D__init__.py122 def Pool(processes=None, initializer=None, initargs=()): function
/third_party/grpc/src/ruby/lib/grpc/generic/
Drpc_server.rb23 class Pool class
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.h699 class Pool; variable
1354 friend class Pool; variable
/third_party/skia/src/sksl/ir/
DSkSLProgram.h34 class Pool; variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp174 ContainerType Pool; member in Ice::__anone356d18c0111::TypePool
192 std::vector<ConstantUndef *> Pool; member in Ice::__anone356d18c0111::UndefPool
273 auto Pool = Ctx->getConstPool(); in dump() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
DRenderer.hpp123 using Pool = marl::BoundedPool<BatchData, MaxBatchCount, marl::PoolPolicy::Preserve>; typedef
135 using Pool = marl::BoundedPool<DrawCall, MaxDrawCount, marl::PoolPolicy::Preserve>; typedef

12