| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkDescriptorPool.cpp | 31 VkDescriptorPool pool; in Create() local 41 GrVkDescriptorPool::GrVkDescriptorPool(const GrVkGpu* gpu, VkDescriptorPool pool, in GrVkDescriptorPool() argument
|
| H A D | GrVkCommandPool.cpp | 28 VkCommandPool pool; in Create() local
|
| /third_party/skia/src/gpu/ |
| H A D | GrProcessor.cpp | 36 GrMemoryPool* pool() const { in pool() function in __anon18778::MemoryPoolAccessor
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkDescriptorPool.hpp | 55 uint8_t *pool = nullptr; member in vk::DescriptorPool
|
| /third_party/skia/src/sksl/ |
| H A D | SkSLPool.cpp | 39 auto pool = std::unique_ptr<Pool>(new Pool); in Create() local
|
| /third_party/protobuf/php/tests/ |
| H A D | memory_leak_test.php | 194 $pool = \Google\Protobuf\DescriptorPool::getGeneratedPool(); variable
|
| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | descriptor_pool.h | 60 DescriptorPool* pool; member
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | MessageBuilderContext.php | 44 private $pool; variable 51 $this->pool = $pool; variable
|
| /third_party/vk-gl-cts/framework/delibs/decpp/ |
| H A D | dePoolArray.cpp | 34 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 D | dePoolArray.h | 40 deMemPool* pool; /*!< Pool from which all memory is allocated from. */ member [all...] |
| H A D | dePoolHash.c | 39 deMemPool* pool = deMemPool_createRoot(DE_NULL, 0); in dePoolHash_selfTest() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | WorkerThread.h | 46 void setWorkerThreadPool(std::shared_ptr<WorkerThreadPool> pool) { mPool = pool; } in setWorkerThreadPool() argument
|
| /third_party/ffmpeg/libavutil/ |
| H A D | buffer_internal.h | 78 AVBufferPool *pool; member 90 BufferPoolEntry *pool; member
|
| /third_party/libunwind/libunwind/src/mi/ |
| H A D | mempool.c | 69 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 D | execution.py | 9 from ..local import pool namespace
|
| /third_party/node/tools/gyp/pylib/gyp/ |
| H A D | ninja_syntax.py | 38 def pool(self, name, depth): member in Writer
|
| /third_party/nghttp2/src/ |
| H A D | memchunk_test.cc | 37 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 D | ninja_syntax.py | 38 def pool(self, name, depth): member in Writer
|
| /third_party/mesa3d/src/virtio/vulkan/ |
| H A D | vn_renderer_util.c | 48 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 D | iris_border_color.c | 70 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 D | agx_uniforms.c | 121 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 D | command_buffer.cc | 26 CommandBuffer::CommandBuffer(Device* device, CommandPool* pool) in CommandBuffer() argument
|
| /third_party/skia/tests/ |
| H A D | CachedDataTest.cpp | 36 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 D | AsyncTaskTests.cpp | 68 std::unique_ptr<dawn_platform::WorkerTaskPool> pool = platform.CreateWorkerTaskPool(); in TEST_F() local
|
| /third_party/protobuf/php/src/Google/Protobuf/ |
| H A D | Any.php | 272 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); variable 303 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); variable 316 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); variable
|