| /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/src/gpu/vk/ |
| H A D | GrVkCommandPool.cpp | 28 VkCommandPool pool; in Create() local
|
| /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
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | RepeatedField.php | 79 $pool = DescriptorPool::getGeneratedPool(); variable
|
| /third_party/vk-gl-cts/framework/delibs/depool/ |
| H A D | dePoolArray.c | 43 dePoolArray* dePoolArray_create (deMemPool* pool, int elementSize) in dePoolArray_create() argument 159 deMemPool* pool = deMemPool_createRoot(DE_NULL, 0); dePoolArray_selfTest() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | heap_region_allocator.cpp | 39 auto pool = MemMapAllocator::GetInstance()->Allocate(tid, capacity, DEFAULT_REGION_SIZE, in AllocateAlignedRegion() local
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| H A D | mem_pool.h | 30 explicit Pool(std::pair<size_t, void *> pool) : size_(pool.first), mem_(pool.second) {} in Pool() argument [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| H A D | interop_stacks.h | 27 void *pool = ark::os::mem::MapRWAnonymousWithAlignmentRaw(POOL_SIZE, ark::os::mem::GetPageSize()); in InteropCallStack() local
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_guc_ads.c | 46 static void guc_ct_pool_entries_init(struct guc_ct_pool_entry *pool, u32 num) in guc_ct_pool_entries_init() argument
|
| /foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/task_manager/ |
| H A D | thread_pool.cpp | 27 auto pool = std::make_unique<ThreadPool>(name, numThreads); in Create() local
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| H A D | delay_notify.cpp | 62 void DelayNotify::SetExecutorPool(std::shared_ptr<ExecutorPool> pool) in SetExecutorPool() argument
|
| /foundation/communication/dhcp/services/dhcp_server/include/ |
| H A D | dhcp_config.h | 39 IpAddressRange pool; /* Address Range. */ member
|
| /foundation/communication/dhcp/test/fuzztest/dhcpaddresspool_fuzzer/ |
| H A D | dhcpaddresspool_fuzzer.cpp | 42 DhcpAddressPool pool; in DhcpAddressPoolFuzzTest() local [all...] |
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
| H A D | fillp_buf_item.c | 44 void FillbufItemPoolSetConflictSafe(void *pool, FILLP_BOOL consSafe, FILLP_BOOL prodSafe) in FillbufItemPoolSetConflictSafe() argument 50 int FillpMallocBufItem(void *pool, void **data, int throttleGrow) in FillpMallocBufItem() argument 55 int FillpAskMoreBufItem(void *pool, int stepSize, int throttleGrow) in FillpAskMoreBufItem() argument 75 void FillpDestroyBufItemPool(void *pool) in FillpDestroyBufItemPool() argument [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_vm_sdma.c | 64 enum amdgpu_ib_pool_type pool = p->immediate ? AMDGPU_IB_POOL_IMMEDIATE in amdgpu_vm_sdma_prepare() local 204 enum amdgpu_ib_pool_type pool = p->immediate ? AMDGPU_IB_POOL_IMMEDIATE in amdgpu_vm_sdma_update() local
|
| /kernel/linux/linux-5.10/arch/ia64/kernel/ |
| H A D | uncached.c | 32 struct gen_pool *pool; member 223 struct gen_pool *pool = uncached_pools[nid].pool; uncached_free_page() local 249 struct gen_pool *pool = uncached_pools[nid].pool; uncached_build_memmap() local [all...] |
| /kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/ |
| H A D | page_alloc.c | 33 static struct hyp_page *__find_buddy_nocheck(struct hyp_pool *pool, in __find_buddy_nocheck() argument 52 __find_buddy_avail(struct hyp_pool *pool, struct hyp_page *p, unsigned short order) __find_buddy_avail() argument 93 __hyp_attach_page(struct hyp_pool *pool, struct hyp_page *p) __hyp_attach_page() argument 130 __hyp_extract_page(struct hyp_pool *pool, struct hyp_page *p, unsigned short order) __hyp_extract_page() argument 153 __hyp_put_page(struct hyp_pool *pool, struct hyp_page *p) __hyp_put_page() argument 166 hyp_put_page(struct hyp_pool *pool, void *addr) hyp_put_page() argument 175 hyp_get_page(struct hyp_pool *pool, void *addr) hyp_get_page() argument 198 hyp_alloc_pages(struct hyp_pool *pool, unsigned short order) hyp_alloc_pages() argument 223 hyp_pool_init(struct hyp_pool *pool, u64 pfn, unsigned int nr_pages, unsigned int reserved_pages) hyp_pool_init() argument [all...] |
| /kernel/linux/linux-6.6/arch/ia64/kernel/ |
| H A D | uncached.c | 30 struct gen_pool *pool; member 221 struct gen_pool *pool = uncached_pools[nid].pool; uncached_free_page() local 247 struct gen_pool *pool = uncached_pools[nid].pool; uncached_build_memmap() local [all...] |
| /kernel/linux/linux-5.10/drivers/misc/ |
| H A D | sram.h | 11 struct gen_pool *pool; member 21 struct gen_pool *pool; member 33 bool pool; member
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
| H A D | tx.c | 69 struct xsk_buff_pool *pool = sq->xsk_pool; in mlx5e_xsk_tx() local
|
| H A D | setup.c | 47 mlx5e_open_xsk(struct mlx5e_priv *priv, struct mlx5e_params *params, struct mlx5e_xsk_param *xsk, struct xsk_buff_pool *pool, struct mlx5e_channel *c) mlx5e_open_xsk() argument
|