Home
last modified time | relevance | path

Searched refs:pools (Results 1 – 25 of 119) sorted by relevance

12345

/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_pools.c43 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.mob_fenced); in vmw_pools_cleanup()
50 if (vws->pools.mob_cache) in vmw_pools_cleanup()
51 vws->pools.mob_cache->destroy(vws->pools.mob_cache); in vmw_pools_cleanup()
53 if (vws->pools.query_fenced) in vmw_pools_cleanup()
[all …]
Dvmw_screen_svga.c79 if (vws->pools.query_fenced == NULL && !vmw_query_pools_init(vws)) in vmw_svga_winsys_buffer_create()
81 provider = vws->pools.query_fenced; in vmw_svga_winsys_buffer_create()
83 provider = vws->pools.mob_shader_slab_fenced; in vmw_svga_winsys_buffer_create()
87 provider = vws->pools.gmr_fenced; in vmw_svga_winsys_buffer_create()
93 if(!buffer && provider == vws->pools.gmr_fenced) { in vmw_svga_winsys_buffer_create()
96 provider = vws->pools.gmr_slab_fenced; in vmw_svga_winsys_buffer_create()
205 provider = (surface->shared) ? vws->pools.gmr : vws->pools.mob_fenced; in vmw_svga_winsys_surface_create()
/external/autotest/server/site_tests/hardware_StorageQualCheckSetup/
Dhardware_StorageQualCheckSetup.py32 pools = {}
41 if pool_name not in pools:
42 pools[pool_name] = []
44 pools[pool_name].append({
49 return pools
53 pools = host.host_info_store.get().pools
54 return list(pools)[0] if len(pools) > 0 else 'none'
81 pools = self._group_hosts_into_pools(hosts)
87 for host in pools[pool_name]:
/external/tensorflow/tensorflow/core/kernels/
Disotonic_regression_op.cc117 std::vector<SegmentType> pools; in solve_pava() local
118 pools.reserve(n); in solve_pava()
121 pools.push_back(make_segment(row_index, col_index)); in solve_pava()
124 while (pools.size() > 1 && in solve_pava()
125 pools.rbegin()->minimum() > (pools.rbegin() + 1)->minimum()) { in solve_pava()
126 (pools.rbegin() + 1)->merge_with(*pools.rbegin()); in solve_pava()
127 pools.pop_back(); in solve_pava()
132 for (const auto& pool : pools) { in solve_pava()
/external/rust/crates/rayon-core/src/thread_pool/
Dtest.rs271 fn nest<'scope, OP>(pools: &[ThreadPool], scopes: Vec<&Scope<'scope>>, op: OP) in nested_scopes()
275 if let Some((pool, tail)) = pools.split_first() { in nested_scopes()
288 let pools: Vec<_> = (0..10) in nested_scopes() localVariable
293 nest(&pools, vec![], |scopes| { in nested_scopes()
301 assert_eq!(counter.into_inner(), pools.len()); in nested_scopes()
307 fn nest<'scope, OP>(pools: &[ThreadPool], scopes: Vec<&ScopeFifo<'scope>>, op: OP) in nested_fifo_scopes()
311 if let Some((pool, tail)) = pools.split_first() { in nested_fifo_scopes()
324 let pools: Vec<_> = (0..10) in nested_fifo_scopes() localVariable
329 nest(&pools, vec![], |scopes| { in nested_fifo_scopes()
337 assert_eq!(counter.into_inner(), pools.len()); in nested_fifo_scopes()
/external/antlr/runtime/C/src/
Dantlr3commontoken.c115 factory->pools = NULL; in antlr3TokenFactoryNew()
166 ANTLR3_REALLOC((void *)factory->pools, /* Current pools pointer (starts at NULL) */ in newPool()
176 factory->pools = newPools; in newPool()
180 factory->pools[factory->thisPool] = in newPool()
183 if (factory->pools[factory->thisPool] == NULL) in newPool()
225 if (factory->pools == NULL) { return NULL; } in newPoolToken()
226 if (factory->pools[factory->thisPool] == NULL) { return NULL; } in newPoolToken()
231 token = factory->pools[factory->thisPool] + factory->nextToken; in newPoolToken()
279 pool = factory->pools[poolCount]; in factoryClose()
311 ANTLR3_FREE(factory->pools[poolCount]); in factoryClose()
[all …]
Dantlr3commontree.c105 factory->pools = NULL; in antlr3ArboretumNew()
135 ANTLR3_REALLOC( (void *)factory->pools, // Current pools pointer (starts at NULL) in newPool()
144 factory->pools = newPools; in newPool()
148 factory->pools[factory->thisPool] = in newPool()
151 if (factory->pools[factory->thisPool] == NULL) in newPool()
204 tree = factory->pools[factory->thisPool] + factory->nextTree; in newPoolTree()
292 ANTLR3_FREE(factory->pools[poolCount]); in factoryClose()
293 factory->pools[poolCount] = NULL; in factoryClose()
299 ANTLR3_FREE(factory->pools); in factoryClose()
Dantlr3collections.c1472 factory->pools = NULL; in antlr3VectorFactoryNew()
1528 ANTLR3_REALLOC( (void *)factory->pools, /* Current pools pointer (starts at NULL) */ in newPool()
1537 factory->pools = newPools; in newPool()
1541 factory->pools[factory->thisPool] = in newPool()
1544 if (factory->pools[factory->thisPool] == NULL) in newPool()
1583 pool = factory->pools[poolCount]; in closeVectorFactory()
1625 pool = factory->pools[poolCount]; in closeVectorFactory()
1659 ANTLR3_FREE(factory->pools[poolCount]); in closeVectorFactory()
1660 factory->pools[poolCount] = NULL; in closeVectorFactory()
1666 ANTLR3_FREE(factory->pools); in closeVectorFactory()
[all …]
/external/angle/src/libANGLE/
DWorkerThread_unittest.cpp30 std::array<std::shared_ptr<WorkerThreadPool>, 2> pools = { in TEST() local
32 for (auto &pool : pools) in TEST()
/external/rust/crates/rayon-core/
DREADME.md1 …n: join, scope, and so forth, as well as the ability to create custom thread-pools with ThreadPool.
5 …ad-pool (and hence if you have two simultaneous versions of rayon-core, you have two thread-pools).
/external/angle/third_party/vulkan_memory_allocator/
DCHANGELOG.md20 …SetPoolName`, `vmaGetPoolName` that let you assign string names to custom pools. JSON dump file fo…
48 - Added buddy algorithm, available for custom pools - flag `VMA_POOL_CREATE_BUDDY_ALGORITHM_BIT`.
71 - Added linear allocation algorithm, accessible for custom pools, that can be used as free-at-once,…
86 - Custom pools and memory blocks now have IDs that don't change after sorting.
93 - Changes in custom pools:
95 …e` = 0 (default) - it now means that pool may use variable block sizes, just like default pools do.
112 - Support for custom memory pools - see `VmaPool` handle, `VmaPoolCreateInfo` structure, `vmaCreate…
/external/autotest/server/hosts/
Dlabstation_repair.py42 if bool(UPDATE_EXEMPTED_POOL & info.pools):
44 " one of following exempted pool: %s", info.pools)
/external/autotest/site_utils/
Dlab_inventory.py305 def __init__(self, pools): argument
307 pool: _HostSetInventory() for pool in pools
465 pools = [l for l in afehost.labels
468 return len(models) == 1 and len(pools) == 1 and not excluded
516 def __init__(self, histories, pools): argument
518 self._modeldata = {model: _PoolSetInventory(pools) for model in models}
640 pools = {h.host_pool for h in repair_list}
641 repair_inventory = _LabInventory(repair_list, pools)
Dbalance_pools.py576 def infer_balancer_targets(afe, arguments, pools): argument
589 for pool in pools:
640 pools = (lab_inventory.CRITICAL_POOLS
643 balancer_targets = infer_balancer_targets(afe, arguments, pools)
/external/llvm-project/llvm/test/MC/ARM/
Dltorg.s98 @ check that use of ltorg does not prevent dumping non-empty constant pools at end of section
124 @ should not have a constant pool at end of section with empty constant pools
137 @ should not have a constant pool at end of section with empty constant pools
Dltorg-darwin.s106 @ check that use of ltorg does not prevent dumping non-empty constant pools at end of section
135 @ should not have a constant pool at end of section with empty constant pools
150 @ should not have a constant pool at end of section with empty constant pools
/external/llvm/test/MC/ARM/
Dltorg.s98 @ check that use of ltorg does not prevent dumping non-empty constant pools at end of section
124 @ should not have a constant pool at end of section with empty constant pools
137 @ should not have a constant pool at end of section with empty constant pools
Dltorg-darwin.s106 @ check that use of ltorg does not prevent dumping non-empty constant pools at end of section
135 @ should not have a constant pool at end of section with empty constant pools
150 @ should not have a constant pool at end of section with empty constant pools
/external/angle/infra/config/generated/
Drealms.cfg70 name: "pools/ci"
73 name: "pools/try"
/external/rust/crates/grpcio-sys/grpc/
DWORKSPACE31 # pools through labels, we use a workaround and populate the corresponding label values
57 # pools through labels, we use a workaround and populate the corresponding label values
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dclang-analyzer-osx.cocoa.RunLoopAutoreleaseLeak.rst6 Check for leaked memory in autorelease pools that will never be drained
Dclang-analyzer-osx.cocoa.AutoreleaseWrite.rst6 Warn about potentially crashing writes to autoreleasing objects from different autoreleasing pools
/external/python/cpython3/Modules/
Ditertoolsmodule.c2085 PyObject *pools; /* tuple of pool tuples */ member
2098 PyObject *pools = NULL; in product_new() local
2138 pools = PyTuple_New(npools); in product_new()
2139 if (pools == NULL) in product_new()
2147 PyTuple_SET_ITEM(pools, i, pool); in product_new()
2151 PyObject *pool = PyTuple_GET_ITEM(pools, i - nargs); in product_new()
2153 PyTuple_SET_ITEM(pools, i, pool); in product_new()
2162 lz->pools = pools; in product_new()
2172 Py_XDECREF(pools); in product_new()
2180 Py_XDECREF(lz->pools); in product_dealloc()
[all …]
/external/antlr/runtime/C/include/
Dantlr3commontree.h116 pANTLR3_COMMON_TREE *pools; member
/external/python/cpython2/Modules/
Ditertoolsmodule.c1798 PyObject *pools; /* tuple of pool tuples */ member
1811 PyObject *pools = NULL; in product_new() local
1850 pools = PyTuple_New(npools); in product_new()
1851 if (pools == NULL) in product_new()
1859 PyTuple_SET_ITEM(pools, i, pool); in product_new()
1863 PyObject *pool = PyTuple_GET_ITEM(pools, i - nargs); in product_new()
1865 PyTuple_SET_ITEM(pools, i, pool); in product_new()
1874 lz->pools = pools; in product_new()
1884 Py_XDECREF(pools); in product_new()
1892 Py_XDECREF(lz->pools); in product_dealloc()
[all …]

12345