Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dhash.c54 util_idalloc_sparse_reserve(&table->id_alloc, 0); in _mesa_InitHashTable()
111 util_idalloc_sparse_reserve(&table->id_alloc, key); in _mesa_HashInsertLocked()
/external/mesa3d/src/util/
Du_idalloc.h145 util_idalloc_sparse_reserve(struct util_idalloc_sparse *buf, unsigned id);
Du_idalloc.c308 util_idalloc_sparse_reserve(struct util_idalloc_sparse *buf, unsigned id) in util_idalloc_sparse_reserve() function