Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Du_idalloc.c53 util_idalloc_resize(struct util_idalloc *buf, unsigned new_num_elements) in util_idalloc_resize() function
85 util_idalloc_resize(buf, num_elements * 2); in util_idalloc_alloc()
107 util_idalloc_resize(buf, id * 2); in util_idalloc_reserve()
Du_idalloc.h51 util_idalloc_resize(struct util_idalloc *buf, unsigned new_num_elements);
/external/mesa3d/src/mesa/main/
Dhash.c114 util_idalloc_resize(table->id_alloc, 8); in _mesa_HashEnableNameReuse()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c2165 util_idalloc_resize(&sctx->bindless_used_slots, num_elements); in si_init_bindless_descriptors()