Searched refs:old_table_size (Results 1 – 3 of 3) sorted by relevance
158 const uint32_t old_table_size = cache->table_size; in tu_pipeline_cache_grow() local173 for (uint32_t i = 0; i < old_table_size; i++) { in tu_pipeline_cache_grow()
244 const uint32_t old_table_size = cache->table_size; in radv_pipeline_cache_grow() local259 for (uint32_t i = 0; i < old_table_size; i++) { in radv_pipeline_cache_grow()
832 const size_type old_table_size = num_buckets_;837 for (size_type i = start; i < old_table_size; i++) {844 Dealloc<void*>(old_table, old_table_size);