Home
last modified time | relevance | path

Searched refs:util_idalloc_alloc (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dhash.c115 ASSERTED GLuint reserve0 = util_idalloc_alloc(table->id_alloc); in _mesa_HashEnableNameReuse()
417 return util_idalloc_alloc(table->id_alloc); in _mesa_HashFindFreeKeyBlock()
459 keys[i] = util_idalloc_alloc(table->id_alloc); in _mesa_HashFindFreeKeys()
/external/mesa3d/src/util/
Du_idalloc.h54 util_idalloc_alloc(struct util_idalloc *buf);
Du_idalloc.c70 util_idalloc_alloc(struct util_idalloc *buf) in util_idalloc_alloc() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c2168 desc_slot = util_idalloc_alloc(&sctx->bindless_used_slots); in si_init_bindless_descriptors()
2183 desc_slot = util_idalloc_alloc(&sctx->bindless_used_slots); in si_get_first_free_bindless_slot()