Home
last modified time | relevance | path

Searched refs:max_cache_size (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dmesa_cache_db.h35 uint64_t max_cache_size; member
51 uint64_t max_cache_size);
92 uint64_t max_cache_size) in mesa_cache_db_set_size_limit() argument
Dmesa_cache_db_multipart.c77 uint64_t max_cache_size) in mesa_cache_db_multipart_set_size_limit() argument
81 max_cache_size / db->num_parts); in mesa_cache_db_multipart_set_size_limit()
Dmesa_cache_db_multipart.h28 uint64_t max_cache_size);
Dmesa_cache_db.c671 uint64_t max_cache_size) in mesa_cache_db_set_size_limit() argument
673 db->max_cache_size = max_cache_size; in mesa_cache_db_set_size_limit()
761 sizeof(struct mesa_db_file_header) <= db->max_cache_size; in mesa_cache_db_has_space_locked()
767 return db->max_cache_size / 2 - sizeof(struct mesa_db_file_header); in mesa_cache_db_eviction_size()