/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmw_screen_pools.c | 36 * vmw_pools_cleanup - Destroy the buffer pools. 43 if (vws->pools.mob_shader_slab_fenced) in vmw_pools_cleanup() 44 vws->pools.mob_shader_slab_fenced->destroy in vmw_pools_cleanup() 45 (vws->pools.mob_shader_slab_fenced); in vmw_pools_cleanup() 46 if (vws->pools.mob_shader_slab) in vmw_pools_cleanup() 47 vws->pools.mob_shader_slab->destroy(vws->pools.mob_shader_slab); in vmw_pools_cleanup() 48 if (vws->pools.mob_fenced) in vmw_pools_cleanup() 49 vws->pools.mob_fenced->destroy(vws->pools in vmw_pools_cleanup() [all...] |
H A D | vmw_screen_svga.c | 383 if (vws->pools.query_fenced == NULL && !vmw_query_pools_init(vws)) in vmw_svga_winsys_buffer_create() 385 provider = vws->pools.query_fenced; in vmw_svga_winsys_buffer_create() 387 provider = vws->pools.mob_shader_slab_fenced; in vmw_svga_winsys_buffer_create() 391 provider = vws->pools.gmr_fenced; in vmw_svga_winsys_buffer_create() 397 if(!buffer && provider == vws->pools.gmr_fenced) { in vmw_svga_winsys_buffer_create() 400 provider = vws->pools.gmr_slab_fenced; in vmw_svga_winsys_buffer_create() 509 provider = (surface->shared) ? vws->pools.gmr : vws->pools.mob_fenced; in vmw_svga_winsys_surface_create()
|
H A D | vmw_surface.c | 57 provider = vws->pools.mob_fenced; in vmw_svga_winsys_surface_init() 171 provider = vws->pools.mob_fenced; in vmw_svga_winsys_surface_map()
|
H A D | vmw_query.c | 40 struct pb_manager *provider = vws->pools.gmr; in vmw_svga_winsys_query_create()
|
H A D | vmw_screen.h | 100 } pools; member
|
H A D | vmw_screen_dri.c | 152 struct pb_manager *provider = vws->pools.gmr; in vmw_drm_gb_surface_from_handle()
|
/third_party/ffmpeg/libavcodec/ |
H A D | get_buffer.c | 39 * so only pools[0] is used. 41 AVBufferPool *pools[4]; member 60 for (i = 0; i < FF_ARRAY_ELEMS(pool->pools); i++) in frame_pool_free() 61 av_buffer_pool_uninit(&pool->pools[i]); in frame_pool_free() 155 pool->pools[i] = av_buffer_pool_init(size[i] + 16 + STRIDE_ALIGN - 1, in update_frame_pool() 159 if (!pool->pools[i]) { in update_frame_pool() 177 pool->pools[0] = av_buffer_pool_init(pool->linesize[0], NULL); in update_frame_pool() 178 if (!pool->pools[0]) { in update_frame_pool() 225 frame->buf[i] = av_buffer_pool_get(pool->pools[0]); in audio_get_buffer() 231 frame->extended_buf[i] = av_buffer_pool_get(pool->pools[ in audio_get_buffer() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | framepool.c | 47 AVBufferPool *pools[4]; member 102 pool->pools[i] = av_buffer_pool_init(sizes[i] + align, alloc); 103 if (!pool->pools[i]) 141 pool->pools[0] = av_buffer_pool_init(pool->linesize[0], NULL); 142 if (!pool->pools[0]) 214 if (!pool->pools[i]) in ff_frame_pool_get() 217 frame->buf[i] = av_buffer_pool_get(pool->pools[i]); in ff_frame_pool_get() 260 frame->buf[i] = av_buffer_pool_get(pool->pools[0]); in ff_frame_pool_get() 266 frame->extended_buf[i] = av_buffer_pool_get(pool->pools[0]); in ff_frame_pool_get() 291 av_buffer_pool_uninit(&(*pool)->pools[ in ff_frame_pool_uninit() [all...] |
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_feedback.c | 437 struct vn_feedback_cmd_pool *pools; in vn_feedback_cmd_pools_init() local 450 pools = vk_zalloc(alloc, sizeof(*pools) * dev->queue_family_count, in vn_feedback_cmd_pools_init() 452 if (!pools) in vn_feedback_cmd_pools_init() 459 result = vn_CreateCommandPool(dev_handle, &info, alloc, &pools[i].pool); in vn_feedback_cmd_pools_init() 462 vn_DestroyCommandPool(dev_handle, pools[j].pool, alloc); in vn_feedback_cmd_pools_init() 463 simple_mtx_destroy(&pools[j].mutex); in vn_feedback_cmd_pools_init() 466 vk_free(alloc, pools); in vn_feedback_cmd_pools_init() 470 simple_mtx_init(&pools[i].mutex, mtx_plain); in vn_feedback_cmd_pools_init() 473 dev->cmd_pools = pools; in vn_feedback_cmd_pools_init() [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross_parsed_ir.cpp | 39 pool_group->pools[TypeType].reset(new ObjectPool<SPIRType>); in ParsedIR() 40 pool_group->pools[TypeVariable].reset(new ObjectPool<SPIRVariable>); in ParsedIR() 41 pool_group->pools[TypeConstant].reset(new ObjectPool<SPIRConstant>); in ParsedIR() 42 pool_group->pools[TypeFunction].reset(new ObjectPool<SPIRFunction>); in ParsedIR() 43 pool_group->pools[TypeFunctionPrototype].reset(new ObjectPool<SPIRFunctionPrototype>); in ParsedIR() 44 pool_group->pools[TypeBlock].reset(new ObjectPool<SPIRBlock>); in ParsedIR() 45 pool_group->pools[TypeExtension].reset(new ObjectPool<SPIRExtension>); in ParsedIR() 46 pool_group->pools[TypeExpression].reset(new ObjectPool<SPIRExpression>); in ParsedIR() 47 pool_group->pools[TypeConstantOp].reset(new ObjectPool<SPIRConstantOp>); in ParsedIR() 48 pool_group->pools[TypeCombinedImageSample in ParsedIR() [all...] |
H A D | spirv_common.hpp | 1366 std::unique_ptr<ObjectPoolBase> pools[TypeCount]; member 1380 group->pools[type]->free_opaque(holder); in ~Variant() 1399 group->pools[type]->free_opaque(holder); 1423 group->pools[type]->free_opaque(holder); in operator =() 1426 holder = other.holder->clone(group->pools[other.type].get()); in operator =() 1439 group->pools[type]->free_opaque(holder); in set() 1445 group->pools[new_type]->free_opaque(val); in set() 1457 T *val = static_cast<ObjectPool<T> &>(*group->pools[new_type]).allocate(std::forward<Ts>(ts)...); in allocate_and_set() 1500 group->pools[type]->free_opaque(holder); in reset()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | WorkerThread_unittest.cpp | 30 std::array<std::shared_ptr<WorkerThreadPool>, 2> pools = { in TEST() local 32 for (auto &pool : pools) in TEST()
|
/third_party/python/Modules/ |
H A D | itertoolsmodule.c | 2219 PyObject *pools; /* tuple of pool tuples */ member 2232 PyObject *pools = NULL; in product_new() local 2272 pools = PyTuple_New(npools); in product_new() 2273 if (pools == NULL) in product_new() 2281 PyTuple_SET_ITEM(pools, i, pool); in product_new() 2285 PyObject *pool = PyTuple_GET_ITEM(pools, i - nargs); in product_new() 2287 PyTuple_SET_ITEM(pools, i, pool); in product_new() 2296 lz->pools = pools; in product_new() 2306 Py_XDECREF(pools); in product_new() 2347 PyObject *pools = lz->pools; product_next() local [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | layout_eth_conf_1_0.h | 128 * This enum indicates the possible number of queue pools 132 ETH_8_POOLS = 8, /**< 8 VMDq pools. */ 133 ETH_16_POOLS = 16, /**< 16 VMDq pools. */ 134 ETH_32_POOLS = 32, /**< 32 VMDq pools. */ 135 ETH_64_POOLS = 64 /**< 64 VMDq pools. */ 150 enum rte_eth_nb_pools nb_queue_pools; /**< With DCB, 16 or 32 pools */ 156 uint64_t pools; /**< Bitmask of pools for packet rx */ member 170 enum rte_eth_nb_pools nb_queue_pools; /**< With DCB, 16 or 32 pools. */ 182 enum rte_eth_nb_pools nb_queue_pools; /**< VMDq mode, 64 pools 194 uint64_t pools; /**< Bitmask of pools for packet rx */ global() member [all...] |
H A D | layout_eth_conf.h | 127 * This enum indicates the possible number of queue pools 131 ETH_8_POOLS = 8, /**< 8 VMDq pools. */ 132 ETH_16_POOLS = 16, /**< 16 VMDq pools. */ 133 ETH_32_POOLS = 32, /**< 32 VMDq pools. */ 134 ETH_64_POOLS = 64 /**< 64 VMDq pools. */ 149 enum rte_eth_nb_pools nb_queue_pools; /**< With DCB, 16 or 32 pools */ 155 uint64_t pools; /**< Bitmask of pools for packet rx */ member 169 enum rte_eth_nb_pools nb_queue_pools; /**< With DCB, 16 or 32 pools. */ 181 enum rte_eth_nb_pools nb_queue_pools; /**< VMDq mode, 64 pools 193 uint64_t pools; /**< Bitmask of pools for packet rx */ global() member [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_descriptors_lazy.c | 57 struct hash_table pools[ZINK_DESCRIPTOR_TYPES]; member 401 _mesa_hash_table_remove(&bdd->pools[type], he); in check_pool_alloc() 458 struct hash_entry *he = _mesa_hash_table_search(&bdd->pools[type], pool_key); in get_descriptor_pool_lazy() 473 _mesa_hash_table_insert(&bdd->pools[type], pool_key, pool); in get_descriptor_pool_lazy() 673 hash_table_foreach(&bdd->pools[i], entry) { in zink_batch_descriptor_deinit_lazy() 700 hash_table_foreach(&bdd->pools[i], entry) { in zink_batch_descriptor_reset_lazy() 707 _mesa_hash_table_remove(&bdd->pools[i], entry); in zink_batch_descriptor_reset_lazy() 732 if (!_mesa_hash_table_init(&bdd->pools[i], bs->dd, _mesa_hash_pointer, _mesa_key_pointer_equal)) in zink_batch_descriptor_init_lazy()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | layout_eth_conf.rs | 628 /// This enum indicates the possible number of queue pools 632 ///< 8 VMDq pools. 634 ///< 16 VMDq pools. 636 ///< 32 VMDq pools. 638 ///< 64 VMDq pools. 653 ///< With DCB, 16 or 32 pools 670 ///< Bitmask of pools for packet rx 671 pub pools: u64, 702 unsafe { ::std::ptr::addr_of!((*ptr).pools) as usize - ptr as usize }, in bindgen_test_layout_rte_eth_vmdq_dcb_conf__bindgen_ty_1() 708 stringify!(pools) in bindgen_test_layout_rte_eth_vmdq_dcb_conf__bindgen_ty_1() [all...] |
/third_party/python/Lib/test/ |
H A D | test_itertools.py | 1099 pools = list(map(tuple, args)) * kwds.get('repeat', 1) 1100 n = len(pools) 1104 if any(len(pool) == 0 for pool in pools): 1107 yield tuple(pool[i] for pool, i in zip(pools, indices)) 1110 if indices[i] == len(pools[i]) - 1: 1115 yield tuple(pool[i] for pool, i in zip(pools, indices)) 1122 pools = list(map(tuple, args)) * kwds.get('repeat', 1) 1124 for pool in pools:
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | code-generator.h | 109 int pools = -1; member
|
H A D | code-generator.cc | 326 // For some targets, we must make sure that constant and veneer pools are in AssembleCode() 374 offsets_info_.pools = tasm()->pc_offset(); in AssembleCode()
|
/third_party/ffmpeg/libavformat/ |
H A D | mpegts.c | 222 AVBufferPool* pools[32]; member 1725 if (!ts->pools[index]) { in buffer_pool_get() 1727 ts->pools[index] = av_buffer_pool_init(pool_size, NULL); in buffer_pool_get() 1728 if (!ts->pools[index]) in buffer_pool_get() 1731 return av_buffer_pool_get(ts->pools[index]); in buffer_pool_get() 3931 for (i = 0; i < FF_ARRAY_ELEMS(ts->pools); i++) in mpegts_free() 3932 av_buffer_pool_uninit(&ts->pools[i]); in mpegts_free()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassSubpassDependencyTests.cpp | 455 vector<SharedPtrVkDescriptorPool>& pools, 661 vector<SharedPtrVkDescriptorPool>& pools, in createDescriptorSets() 674 **pools[setNdx], // VkDescriptorPool descriptorPool in createDescriptorSets() 1055 vector<SharedPtrVkDescriptorPool>& pools, 1387 vector<SharedPtrVkDescriptorPool>& pools, in createDescriptorSets() 1399 **pools[setNdx], // VkDescriptorPool descriptorPool in createDescriptorSets() 659 createDescriptorSets(const DeviceInterface& vkd, VkDevice device, vector<SharedPtrVkDescriptorPool>& pools, vector<SharedPtrVkDescriptorLayout>& layouts, vector<SharedPtrVkImageView>& imageViews, vector<SharedPtrVkSampler>& samplers) createDescriptorSets() argument 1384 createDescriptorSets(const DeviceInterface& vkd, VkDevice device, VkFormat format, vector<SharedPtrVkDescriptorPool>& pools, vector<SharedPtrVkDescriptorLayout>& layouts, vector<SharedPtrVkImageView>& imageViews) createDescriptorSets() argument
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
H A D | D3D12MemAlloc.cpp | 1378 Allocator for objects of type T using a list of arrays (pools) to speed up
2556 // Default pools.
4159 D3D12MA_ASSERT(0 && "Unfreed pools found!");
4762 PoolVectorType* const pools = m_pPools[heapTypeIndex];
4763 D3D12MA_ASSERT(pools);
4764 pools->InsertSorted(pool, PointerLess());
4772 PoolVectorType* const pools = m_pPools[heapTypeIndex];
4773 D3D12MA_ASSERT(pools);
4774 bool success = pools->RemoveSorted(pool, PointerLess());
4837 // Process deafult pools [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassSubpassDependencyTests.cpp | 455 vector<SharedPtrVkDescriptorPool>& pools, 661 vector<SharedPtrVkDescriptorPool>& pools, in createDescriptorSets() 674 **pools[setNdx], // VkDescriptorPool descriptorPool in createDescriptorSets() 1055 vector<SharedPtrVkDescriptorPool>& pools, 1387 vector<SharedPtrVkDescriptorPool>& pools, in createDescriptorSets() 1399 **pools[setNdx], // VkDescriptorPool descriptorPool in createDescriptorSets() 659 createDescriptorSets(const DeviceInterface& vkd, VkDevice device, vector<SharedPtrVkDescriptorPool>& pools, vector<SharedPtrVkDescriptorLayout>& layouts, vector<SharedPtrVkImageView>& imageViews, vector<SharedPtrVkSampler>& samplers) createDescriptorSets() argument 1384 createDescriptorSets(const DeviceInterface& vkd, VkDevice device, VkFormat format, vector<SharedPtrVkDescriptorPool>& pools, vector<SharedPtrVkDescriptorLayout>& layouts, vector<SharedPtrVkImageView>& imageViews) createDescriptorSets() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | pipeline.cc | 3595 out << "\"pools\": " << s.offsets_info->pools << ", "; in operator <<()
|