Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline_cache.c158 const uint32_t old_table_size = cache->table_size; in tu_pipeline_cache_grow() local
173 for (uint32_t i = 0; i < old_table_size; i++) { in tu_pipeline_cache_grow()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c244 const uint32_t old_table_size = cache->table_size; in radv_pipeline_cache_grow() local
259 for (uint32_t i = 0; i < old_table_size; i++) { in radv_pipeline_cache_grow()
/third_party/protobuf/src/google/protobuf/
Dmap.h832 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);