Home
last modified time | relevance | path

Searched defs:pool (Results 51 - 75 of 428) sorted by relevance

12345678910>>...18

/third_party/icu/icu4c/source/test/intltest/
H A Dsimplethread.cpp39 ThreadPoolThread(ThreadPoolBase *pool, int32_t threadNum) : fPool(pool), fNum(threadNum) {} in ThreadPoolThread() argument
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_meta.c35 panvk_per_arch(meta_emit_viewport)(struct pan_pool *pool, in meta_emit_viewport() argument
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_mempool.h52 to_panfrost_pool(struct pan_pool *pool) in to_panfrost_pool() argument
71 panfrost_pool_take_ref(struct panfrost_pool *pool, mali_pt argument
92 panfrost_pool_num_bos(struct panfrost_pool *pool) panfrost_pool_num_bos() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dmemory_pool.c38 void memory_pool_init(struct memory_pool * pool) in memory_pool_init() argument
44 void memory_pool_destroy(struct memory_pool * pool) in memory_pool_destroy() argument
53 static void refill_pool(struct memory_pool * pool) in refill_pool() argument
71 memory_pool_malloc(struct memory_pool * pool, unsigned int bytes) memory_pool_malloc() argument
[all...]
H A Dradeon_list.c35 struct rc_list * rc_list(struct memory_pool * pool, void * item) in rc_list() argument
/third_party/node/deps/openssl/openssl/crypto/rand/
H A Dprov_seed.c21 RAND_POOL *pool; in ossl_rand_get_entropy() local
52 RAND_POOL *pool; in ossl_rand_get_nonce() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dsound-file.c40 pa_sound_file_load( pa_mempool *pool, const char *fname, pa_sample_spec *ss, pa_channel_map *map, pa_memchunk *chunk, pa_proplist *p) pa_sound_file_load() argument
H A Dmemchunk.c35 pa_mempool *pool; in pa_memchunk_make_writable() local
52 pa_mempool_unref(pool), pool = NULL; in pa_memchunk_make_writable() local
/third_party/pulseaudio/src/tests/
H A Dremix-test.c74 pa_mempool *pool; in main() local
/third_party/openssl/crypto/rand/
H A Dprov_seed.c21 RAND_POOL *pool; in ossl_rand_get_entropy() local
52 RAND_POOL *pool; in ossl_rand_get_nonce() local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dcompute_pipeline.cc34 Result ComputePipeline::Initialize(CommandPool* pool) { in Initialize() argument
/third_party/skia/src/gpu/vk/
H A DGrVkDescriptorPool.cpp31 VkDescriptorPool pool; in Create() local
41 GrVkDescriptorPool::GrVkDescriptorPool(const GrVkGpu* gpu, VkDescriptorPool pool, in GrVkDescriptorPool() argument
/third_party/skia/src/gpu/
H A DGrProcessor.cpp36 GrMemoryPool* pool() const { in pool() function in __anon18778::MemoryPoolAccessor
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorPool.hpp55 uint8_t *pool = nullptr; member in vk::DescriptorPool
/third_party/skia/src/sksl/
H A DSkSLPool.cpp39 auto pool = std::unique_ptr<Pool>(new Pool); in Create() local
/third_party/protobuf/php/tests/
H A Dmemory_leak_test.php194 $pool = \Google\Protobuf\DescriptorPool::getGeneratedPool(); variable
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_pool.h60 DescriptorPool* pool; member
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessageBuilderContext.php44 private $pool; variable
51 $this->pool = $pool; variable
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdePoolArray.cpp34 MemPool pool; in intArrayTest() local
108 MemPool pool; in alignedIntArrayTest() local
240 MemPool pool; sideEffectTest() local
272 MemPool pool; iteratorTest() local
[all...]
/third_party/vk-gl-cts/framework/delibs/depool/
H A DdePoolArray.h40 deMemPool* pool; /*!< Pool from which all memory is allocated from. */ member
[all...]
H A DdePoolHash.c39 deMemPool* pool = deMemPool_createRoot(DE_NULL, 0); in dePoolHash_selfTest() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DWorkerThread.h46 void setWorkerThreadPool(std::shared_ptr<WorkerThreadPool> pool) { mPool = pool; } in setWorkerThreadPool() argument
/third_party/ffmpeg/libavutil/
H A Dbuffer_internal.h78 AVBufferPool *pool; member
90 BufferPoolEntry *pool; member
/third_party/libunwind/libunwind/src/mi/
H A Dmempool.c69 free_object (struct mempool *pool, void *object) in free_object() argument
79 add_memory (struct mempool *pool, char *mem, size_t size, size_t obj_size) in add_memory() argument
88 expand (struct mempool *pool) in expand() argument
110 mempool_init(struct mempool *pool, size_t obj_size, size_t reserve) mempool_init() argument
137 mempool_alloc(struct mempool *pool) mempool_alloc() argument
158 mempool_free(struct mempool *pool, void *object) mempool_free() argument
[all...]
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dexecution.py9 from ..local import pool namespace

Completed in 7 milliseconds

12345678910>>...18