Home
last modified time | relevance | path

Searched refs:FILLED (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_cache.c49 enum { EMPTY = 0, FILLED, DELETED } state; enumerator
141 /* Probe until we find either a matching FILLED entry or an EMPTY in util_cache_entry_get()
152 if (current->state == FILLED) { in util_cache_entry_get()
179 if (entry->state == FILLED) { in util_cache_entry_destroy()
222 entry->state = FILLED; in util_cache_set()
249 if (entry->state == FILLED) { in util_cache_get()
333 if (entry->state == FILLED) in util_cache_remove()
351 assert(header->state == FILLED || in ensure_sanity()
354 if (header->state == FILLED) { in ensure_sanity()

Completed in 1 milliseconds