Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Du_idalloc.h37 struct util_idalloc struct
45 util_idalloc_init(struct util_idalloc *buf); argument
48 util_idalloc_fini(struct util_idalloc *buf);
51 util_idalloc_resize(struct util_idalloc *buf, unsigned new_num_elements);
54 util_idalloc_alloc(struct util_idalloc *buf);
57 util_idalloc_free(struct util_idalloc *buf, unsigned id);
60 util_idalloc_reserve(struct util_idalloc *buf, unsigned id);
Du_idalloc.c40 util_idalloc_init(struct util_idalloc *buf) in util_idalloc_init()
46 util_idalloc_fini(struct util_idalloc *buf) in util_idalloc_fini()
53 util_idalloc_resize(struct util_idalloc *buf, unsigned new_num_elements) in util_idalloc_resize()
70 util_idalloc_alloc(struct util_idalloc *buf) in util_idalloc_alloc()
95 util_idalloc_free(struct util_idalloc *buf, unsigned id) in util_idalloc_free()
104 util_idalloc_reserve(struct util_idalloc *buf, unsigned id) in util_idalloc_reserve()
/external/mesa3d/src/mesa/main/
Dhash.h41 struct util_idalloc;
109 struct util_idalloc* id_alloc;
Dhash.c112 table->id_alloc = MALLOC_STRUCT(util_idalloc); in _mesa_HashEnableNameReuse()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h1176 struct util_idalloc bindless_used_slots;