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()
217 const uint32_t old_table_size = cache->table_size; in radv_pipeline_cache_grow() local232 for (uint32_t i = 0; i < old_table_size; i++) { in radv_pipeline_cache_grow()
771 const size_type old_table_size = num_buckets_; in Resize() local776 for (size_type i = start; i < old_table_size; i++) { in Resize()783 Dealloc<void*>(old_table, old_table_size); in Resize()