Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c202 const uint32_t old_table_size = cache->table_size; in radv_pipeline_cache_grow() local
217 for (uint32_t i = 0; i < old_table_size; i++) { in radv_pipeline_cache_grow()
/external/protobuf/src/google/protobuf/
Dmap.h1147 const size_type old_table_size = num_buckets_; in Resize() local
1152 for (size_type i = start; i < old_table_size; i++) { in Resize()
1159 Dealloc<void*>(old_table, old_table_size); in Resize()