Home
last modified time | relevance | path

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

12345678910>>...15

/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
H A DGrVkCommandPool.cpp28 VkCommandPool pool; in Create() local
/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
/third_party/node/tools/gyp/pylib/gyp/
H A Dninja_syntax.py38 def pool(self, name, depth): member in Writer
/third_party/nghttp2/src/
H A Dmemchunk_test.cc37 MemchunkPool pool; in test_pool_recycle() local
90 MemchunkPool16 pool; test_memchunks_append() local
131 MemchunkPool16 pool; test_memchunks_drain() local
151 MemchunkPool16 pool; test_memchunks_riovec() local
184 MemchunkPool16 pool; test_memchunks_recycle() local
201 MemchunkPool16 pool; test_memchunks_reset() local
224 MemchunkPool16 pool; test_peek_memchunks_append() local
259 MemchunkPool16 pool; test_peek_memchunks_disable_peek_drain() local
287 MemchunkPool16 pool; test_peek_memchunks_disable_peek_no_drain() local
315 MemchunkPool16 pool; test_peek_memchunks_reset() local
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dninja_syntax.py38 def pool(self, name, depth): member in Writer
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer_util.c48 vn_renderer_shmem_pool_init(UNUSED struct vn_renderer *renderer, struct vn_renderer_shmem_pool *pool, size_t min_alloc_size) vn_renderer_shmem_pool_init() argument
59 vn_renderer_shmem_pool_fini(struct vn_renderer *renderer, struct vn_renderer_shmem_pool *pool) vn_renderer_shmem_pool_fini() argument
67 vn_renderer_shmem_pool_grow(struct vn_renderer *renderer, struct vn_renderer_shmem_pool *pool, size_t size) vn_renderer_shmem_pool_grow() argument
96 vn_renderer_shmem_pool_alloc(struct vn_renderer *renderer, struct vn_renderer_shmem_pool *pool, size_t size, size_t *out_offset) vn_renderer_shmem_pool_alloc() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_border_color.c70 iris_init_border_color_pool(struct iris_bufmgr *bufmgr, struct iris_border_color_pool *pool) iris_init_border_color_pool() argument
91 iris_destroy_border_color_pool(struct iris_border_color_pool *pool) iris_destroy_border_color_pool() argument
105 iris_upload_border_color(struct iris_border_color_pool *pool, union pipe_color_union *color) iris_upload_border_color() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_uniforms.c121 struct agx_pool *pool = &ctx->batch->pool; in agx_push_location() local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dcommand_buffer.cc26 CommandBuffer::CommandBuffer(Device* device, CommandPool* pool) in CommandBuffer() argument
/third_party/skia/tests/
H A DCachedDataTest.cpp36 static SkCachedData* make_data(size_t size, SkDiscardableMemoryPool* pool) { in make_data() argument
48 test_locking(skiatest::Reporter* reporter, size_t size, SkDiscardableMemoryPool* pool) test_locking() argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DAsyncTaskTests.cpp68 std::unique_ptr<dawn_platform::WorkerTaskPool> pool = platform.CreateWorkerTaskPool(); in TEST_F() local
/third_party/protobuf/php/src/Google/Protobuf/
H A DAny.php272 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); variable
303 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); variable
316 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); variable

Completed in 8 milliseconds

12345678910>>...15