Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/util/
H A Du_idalloc.h139 util_idalloc_sparse_alloc_range(struct util_idalloc_sparse *buf, unsigned num);
H A Du_idalloc.c275 util_idalloc_sparse_alloc_range(struct util_idalloc_sparse *buf, unsigned num) in util_idalloc_sparse_alloc_range() function
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dhash.c210 return util_idalloc_sparse_alloc_range(&table->id_alloc, numKeys); in _mesa_HashFindFreeKeyBlock()