anv: Rename 'table' to 'hash_table' in anv_pipeline_cache

A little less ambiguous.
This commit is contained in:
Kristian Høgsberg Kristensen
2016-03-03 16:52:20 -08:00
parent c028ffea70
commit 37c5e70253
2 changed files with 17 additions and 17 deletions

View File

@@ -633,7 +633,7 @@ struct anv_pipeline_cache {
uint32_t total_size;
uint32_t table_size;
uint32_t kernel_count;
uint32_t *table;
uint32_t * hash_table;
};
void anv_pipeline_cache_init(struct anv_pipeline_cache *cache,