Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/util/
H A Du_idalloc.c109 util_idalloc_alloc_range(struct util_idalloc *buf, unsigned num) in util_idalloc_alloc_range() function
284 unsigned base = util_idalloc_alloc_range(&buf->segment[i], num); in util_idalloc_sparse_alloc_range()
H A Du_idalloc.h64 util_idalloc_alloc_range(struct util_idalloc *buf, unsigned num);
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Ddlist.c13374 start = util_idalloc_alloc_range(&ctx->Shared->small_dlist_store.free_idx, list->CurrentPos); in _mesa_EndList()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D21.2.0.rst3585 - util/idalloc: add util_idalloc_alloc_range
H A D24.1.0.rst4063 - mesa: use util_idalloc_alloc_range for _mesa_HashFindFreeKeyBlock