Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dhash.c56 table->alloc_via_idalloc = enable_reuse; in _mesa_InitHashTable()
202 if (table->alloc_via_idalloc) { in _mesa_HashFindFreeKeyBlock()
235 if (!table->alloc_via_idalloc) { in _mesa_HashFindFreeKeys()
Dhash.h51 bool alloc_via_idalloc; member