Searched refs:create_pool (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/ |
H A D | ILifetimeManager.h | 82 virtual std::unique_ptr<IMemoryPool> create_pool(IAllocator *allocator) = 0;
|
H A D | OffsetLifetimeManager.h | 64 std::unique_ptr<IMemoryPool> create_pool(IAllocator *allocator) override;
|
H A D | BlobLifetimeManager.h | 64 std::unique_ptr<IMemoryPool> create_pool(IAllocator *allocator) override;
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/ |
H A D | MemoryManagerOnDemand.cpp | 59 auto pool_template = _lifetime_mgr->create_pool(&allocator); in populate()
|
H A D | OffsetLifetimeManager.cpp | 56 std::unique_ptr<IMemoryPool> OffsetLifetimeManager::create_pool(IAllocator *allocator) in create_pool() function in arm_compute::OffsetLifetimeManager
|
H A D | BlobLifetimeManager.cpp | 48 std::unique_ptr<IMemoryPool> BlobLifetimeManager::create_pool(IAllocator *allocator) in create_pool() function in arm_compute::BlobLifetimeManager
|
/aosp_15_r20/external/perfetto/test/ |
H A D | synth_common.py | 827 def create_pool(args): function 843 pool = create_pool(args)
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_descriptors.c | 829 create_pool(struct zink_screen *screen, unsigned num_type_sizes, const VkDescriptorPoolSize *sizes,… in create_pool() function 883 pool->pool = create_pool(screen, num_type_sizes, mpool->pool_key->sizes, 0); in alloc_new_pool() 977 pool->pool = create_pool(screen, !is_compute && has_fbfetch ? 2 : 1, sizes, 0); in create_push_pool()
|
/aosp_15_r20/external/wayland/tests/data/ |
H A D | example-server.h | 1448 void (*create_pool)(struct wl_client *client, member
|