Searched refs:old_table (Results 1 – 2 of 2) sorted by relevance
205 struct cache_entry **old_table = cache->hash_table; in radv_pipeline_cache_grow() local218 struct cache_entry *entry = old_table[i]; in radv_pipeline_cache_grow()225 free(old_table); in radv_pipeline_cache_grow()
1146 void** const old_table = table_; in Resize() local1153 if (TableEntryIsNonEmptyList(old_table, i)) { in Resize()1154 TransferList(old_table, i); in Resize()1155 } else if (TableEntryIsTree(old_table, i)) { in Resize()1156 TransferTree(old_table, i++); in Resize()1159 Dealloc<void*>(old_table, old_table_size); in Resize()