Home
last modified time | relevance | path

Searched refs:current_cache (Results 1 – 2 of 2) sorted by relevance

/external/cpuinfo/src/arm/windows/
Dinit-by-logical-sys-info.c98 struct cpuinfo_cache* current_cache);
663 struct cpuinfo_cache* current_cache = NULL; in parse_relation_cache_info() local
668 current_cache = l1i_base + l1i_counter; in parse_relation_cache_info()
672 current_cache = l1d_base + l1d_counter; in parse_relation_cache_info()
684 current_cache = l2_base + l2_counter; in parse_relation_cache_info()
688 current_cache = l3_base + l3_counter; in parse_relation_cache_info()
692 current_cache->size = info->Cache.CacheSize; in parse_relation_cache_info()
693 current_cache->line_size = info->Cache.LineSize; in parse_relation_cache_info()
694 current_cache->associativity = info->Cache.Associativity; in parse_relation_cache_info()
698 current_cache->partitions = 1; in parse_relation_cache_info()
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture_handle.c572 struct hash_table *current_cache = acquire_latest_sample_function_cache(matrix); in get_sample_function() local
573 struct hash_entry *entry = _mesa_hash_table_search(current_cache, &key); in get_sample_function()
581 struct hash_table *new_cache = _mesa_hash_table_clone(current_cache, NULL); in get_sample_function()