Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_cache.c48 struct util_cache_entry struct
53 struct util_cache_entry *next; argument
54 struct util_cache_entry *prev; argument
80 struct util_cache_entry *entries; argument
86 struct util_cache_entry lru;
120 cache->entries = CALLOC(size, sizeof(struct util_cache_entry)); in util_cache_create()
134 static struct util_cache_entry *
139 struct util_cache_entry *first_unfilled = NULL; in util_cache_entry_get()
152 struct util_cache_entry *current = &cache->entries[i]; in util_cache_entry_get()
173 struct util_cache_entry *entry) in util_cache_entry_destroy()
[all …]