Home
last modified time | relevance | path

Searched defs:pool (Results 926 - 950 of 957) sorted by relevance

1...<<313233343536373839

/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_private.h975 struct v3dv_query_pool *pool; member
981 struct v3dv_query_pool *pool; member
989 struct v3dv_query_pool *pool; member
1042 struct v3dv_query_pool *pool; member
1705 struct v3dv_descriptor_pool *pool; global() member
[all...]
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_private.h522 const struct pvr_descriptor_pool *pool; member
H A Dpvr_cmd_buffer.c150 pvr_cmd_buffer_create(struct pvr_device *device, struct vk_command_pool *pool, VkCommandBufferLevel level, VkCommandBuffer *pCommandBuffer) pvr_cmd_buffer_create() argument
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c442 const struct vk_command_pool *pool = cmdbuf->vk.pool; dzn_cmd_buffer_reset() local
2303 struct dzn_descriptor_heap_pool *pool = dzn_cmd_buffer_update_heaps() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc914 FindByNameHelper(const DescriptorPool* pool, StringPiece name) FindByNameHelper() argument
1340 const DescriptorPool* pool = internal_generated_pool(); generated_pool() local
2318 RetrieveOptions(int depth, const Message& options, const DescriptorPool* pool, std::vector<std::string>* option_entries) RetrieveOptions() argument
2351 FormatBracketedOptions(int depth, const Message& options, const DescriptorPool* pool, std::string* output) FormatBracketedOptions() argument
2361 FormatLineOptions(int depth, const Message& options, const DescriptorPool* pool, std::string* output) FormatLineOptions() argument
3510 get_allow_unknown(const DescriptorPool* pool) get_allow_unknown() argument
3513 get_enforce_weak(const DescriptorPool* pool) get_enforce_weak() argument
3519 assert_mutex_held(const DescriptorPool* pool) assert_mutex_held() argument
3609 DescriptorBuilder( const DescriptorPool* pool, DescriptorPool::Tables* tables, DescriptorPool::ErrorCollector* error_collector) DescriptorBuilder() argument
3702 FindSymbolNotEnforcingDepsHelper( const DescriptorPool* pool, const std::string& name, bool build_it) FindSymbolNotEnforcingDepsHelper() argument
[all...]
/third_party/python/Lib/test/
H A D_test_multiprocessing.py49 import multiprocessing.pool namespace
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c3855 u16 pool = adapter->num_rx_pools; in ixgbe_store_vfreta() local
3906 u16 pool = adapter->num_rx_pools; in ixgbe_setup_vfreta() local
3981 u16 pool in ixgbe_setup_mrqc() local
4159 u16 pool = adapter->num_rx_pools; ixgbe_setup_psrtype() local
4183 u16 pool = adapter->num_rx_pools; ixgbe_configure_virtualization() local
4772 ixgbe_available_rars(struct ixgbe_adapter *adapter, u16 pool) ixgbe_available_rars() argument
4810 ixgbe_add_mac_filter(struct ixgbe_adapter *adapter, const u8 *addr, u16 pool) ixgbe_add_mac_filter() argument
4838 ixgbe_del_mac_filter(struct ixgbe_adapter *adapter, const u8 *addr, u16 pool) ixgbe_del_mac_filter() argument
9079 int pool; ixgbe_reassign_macvlan_pool() local
9845 u16 pool = VMDQ_P(0); ixgbe_ndo_fdb_add() local
9983 int pool, err; ixgbe_fwd_add() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c3191 struct dma_pool *pool; in ipw_load_firmware() local
[all...]
H A Dipw2200.h707 struct ipw_rx_mem_buffer pool[RX_QUEUE_SIZE + RX_FREE_BUFFERS]; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c3845 u16 pool = adapter->num_rx_pools; in ixgbe_store_vfreta() local
3896 u16 pool = adapter->num_rx_pools; in ixgbe_setup_vfreta() local
3971 u16 pool in ixgbe_setup_mrqc() local
4151 u16 pool = adapter->num_rx_pools; ixgbe_setup_psrtype() local
4175 u16 pool = adapter->num_rx_pools; ixgbe_configure_virtualization() local
4764 ixgbe_available_rars(struct ixgbe_adapter *adapter, u16 pool) ixgbe_available_rars() argument
4802 ixgbe_add_mac_filter(struct ixgbe_adapter *adapter, const u8 *addr, u16 pool) ixgbe_add_mac_filter() argument
4830 ixgbe_del_mac_filter(struct ixgbe_adapter *adapter, const u8 *addr, u16 pool) ixgbe_del_mac_filter() argument
9170 int pool; ixgbe_reassign_macvlan_pool() local
9936 u16 pool = VMDQ_P(0); ixgbe_ndo_fdb_add() local
10071 int pool, err; ixgbe_fwd_add() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H A Dmvneta.c2395 mvneta_swbm_build_skb(struct mvneta_port *pp, struct page_pool *pool, struct xdp_buff *xdp, u32 desc_status) mvneta_swbm_build_skb() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h775 struct npa_pool_s pool; member
792 struct npa_pool_s pool; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c3145 struct dma_pool *pool; in ipw_load_firmware() local
[all...]
H A Dipw2200.h707 struct ipw_rx_mem_buffer pool[RX_QUEUE_SIZE + RX_FREE_BUFFERS]; member
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress.c1113 size_t ZSTD_CCtx_refThreadPool(ZSTD_CCtx* cctx, ZSTD_threadPool* pool) in ZSTD_CCtx_refThreadPool() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c442 radv_create_cmd_buffer(struct radv_device *device, struct radv_cmd_pool *pool, in radv_create_cmd_buffer() argument
6302 struct radv_cmd_pool *pool; radv_CreateCommandPool() local
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_private.h738 anv_block_pool_size(struct anv_block_pool *pool) anv_block_pool_size() argument
796 struct anv_state_pool *pool; global() member
1950 struct anv_descriptor_pool *pool; global() member
4112 khr_perf_query_preamble_offset(const struct anv_query_pool *pool, uint32_t pass) khr_perf_query_preamble_offset() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp2149 CommandPool *pool = (*commandBuffer)->getCommandPool(); in recycleImpl() local
2848 PoolResource &pool = mPools[poolIndex]; findFreeEntryPool() local
2864 allocateNewEntryPool(ContextVk *contextVk, Pool &&pool) allocateNewEntryPool() argument
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c835 store_pool_init(png_store *ps, store_pool *pool) in store_pool_init() argument
1791 store_pool *pool; /* Originating pool */ global() member
1818 store_memory_free(png_const_structp pp, store_pool *pool, store_memory *memory) store_memory_free() argument
1852 store_pool_delete(png_store *ps, store_pool *pool) store_pool_delete() argument
1907 store_pool *pool = voidcast(store_pool*, png_get_mem_ptr(pp)); store_malloc() local
1956 store_pool *pool = voidcast(store_pool*, png_get_mem_ptr(pp)); store_free() local
[all...]
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c378 STRING_POOL pool; member
5811 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, const char *ptr, const char *end, STRING_POOL *pool, enum XML_Account account) storeAttributeValue() argument
5826 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, const char *ptr, const char *end, STRING_POOL *pool, enum XML_Account account) appendAttributeValue() argument
6031 STRING_POOL *pool = &(dtd->entityValuePool); storeEntityValue() local
6219 STRING_POOL *const pool = &(parser->m_dtd->entityValuePool); storeSelfEntityValue() local
7150 poolInit(STRING_POOL *pool, const XML_Memory_Handling_Suite *ms) poolInit() argument
7160 poolClear(STRING_POOL *pool) poolClear() argument
7179 poolDestroy(STRING_POOL *pool) poolDestroy() argument
7195 poolAppend(STRING_POOL *pool, const ENCODING *enc, const char *ptr, const char *end) poolAppend() argument
7212 poolCopyString(STRING_POOL *pool, const XML_Char *s) poolCopyString() argument
7223 poolCopyStringN(STRING_POOL *pool, const XML_Char *s, int n) poolCopyStringN() argument
7248 poolAppendString(STRING_POOL *pool, const XML_Char *s) poolAppendString() argument
7258 poolStoreString(STRING_POOL *pool, const ENCODING *enc, const char *ptr, const char *end) poolStoreString() argument
7297 poolGrow(STRING_POOL *pool) poolGrow() argument
[all...]
/third_party/python/Modules/expat/
H A Dxmlparse.c371 STRING_POOL pool; member
5868 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, const char *ptr, const char *end, STRING_POOL *pool, enum XML_Account account) storeAttributeValue() argument
5883 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, const char *ptr, const char *end, STRING_POOL *pool, enum XML_Account account) appendAttributeValue() argument
6087 STRING_POOL *pool = &(dtd->entityValuePool); storeEntityValue() local
7172 poolInit(STRING_POOL *pool, const XML_Memory_Handling_Suite *ms) poolInit() argument
7182 poolClear(STRING_POOL *pool) poolClear() argument
7201 poolDestroy(STRING_POOL *pool) poolDestroy() argument
7217 poolAppend(STRING_POOL *pool, const ENCODING *enc, const char *ptr, const char *end) poolAppend() argument
7234 poolCopyString(STRING_POOL *pool, const XML_Char *s) poolCopyString() argument
7245 poolCopyStringN(STRING_POOL *pool, const XML_Char *s, int n) poolCopyStringN() argument
7270 poolAppendString(STRING_POOL *pool, const XML_Char *s) poolAppendString() argument
7280 poolStoreString(STRING_POOL *pool, const ENCODING *enc, const char *ptr, const char *end) poolStoreString() argument
7319 poolGrow(STRING_POOL *pool) poolGrow() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h595 struct il_rx_buf pool[RX_QUEUE_SIZE + RX_FREE_BUFFERS]; member
/kernel/linux/linux-5.10/include/linux/
H A Dnetdevice.h616 struct xsk_buff_pool *pool; member
771 struct xsk_buff_pool *pool; member
935 struct xsk_buff_pool *pool; member
/kernel/linux/linux-6.6/include/linux/
H A Dnetdevice.h644 struct xsk_buff_pool *pool; member
1019 struct xsk_buff_pool *pool; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h595 struct il_rx_buf pool[RX_QUEUE_SIZE + RX_FREE_BUFFERS]; member

Completed in 147 milliseconds

1...<<313233343536373839