Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_cache.c47 struct util_cache_entry struct
78 struct util_cache_entry *entries; argument
84 struct util_cache_entry lru;
118 cache->entries = CALLOC(size, sizeof(struct util_cache_entry)); in util_cache_create()
132 static struct util_cache_entry *
137 struct util_cache_entry *first_unfilled = NULL; in util_cache_entry_get()
150 struct util_cache_entry *current = &cache->entries[i]; in util_cache_entry_get()
171 struct util_cache_entry *entry) in util_cache_entry_destroy()
199 struct util_cache_entry *entry; in util_cache_set()
208 entry = list_last_entry(&cache->lru.list, struct util_cache_entry, list); in util_cache_set()
[all …]