Home
last modified time | relevance | path

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

/external/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()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c217 const uint32_t old_table_size = cache->table_size; in radv_pipeline_cache_grow() local
232 for (uint32_t i = 0; i < old_table_size; i++) { in radv_pipeline_cache_grow()
/external/protobuf/src/google/protobuf/
Dmap.h771 const size_type old_table_size = num_buckets_; in Resize() local
776 for (size_type i = start; i < old_table_size; i++) { in Resize()
783 Dealloc<void*>(old_table, old_table_size); in Resize()