Home
last modified time | relevance | path

Searched refs:create_pool (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/
H A DILifetimeManager.h82 virtual std::unique_ptr<IMemoryPool> create_pool(IAllocator *allocator) = 0;
H A DOffsetLifetimeManager.h64 std::unique_ptr<IMemoryPool> create_pool(IAllocator *allocator) override;
H A DBlobLifetimeManager.h64 std::unique_ptr<IMemoryPool> create_pool(IAllocator *allocator) override;
/aosp_15_r20/external/ComputeLibrary/src/runtime/
H A DMemoryManagerOnDemand.cpp59 auto pool_template = _lifetime_mgr->create_pool(&allocator); in populate()
H A DOffsetLifetimeManager.cpp56 std::unique_ptr<IMemoryPool> OffsetLifetimeManager::create_pool(IAllocator *allocator) in create_pool() function in arm_compute::OffsetLifetimeManager
H A DBlobLifetimeManager.cpp48 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 Dsynth_common.py827 def create_pool(args): function
843 pool = create_pool(args)
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors.c829 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 Dexample-server.h1448 void (*create_pool)(struct wl_client *client, member