Searched refs:util_sparse_array_free_list (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dsparse_array.h96 util_sparse_array_free_list struct
125 void util_sparse_array_free_list_init(struct util_sparse_array_free_list *fl,
130 void util_sparse_array_free_list_push(struct util_sparse_array_free_list *fl,
133 uint32_t util_sparse_array_free_list_pop_idx(struct util_sparse_array_free_list *fl);
134 void *util_sparse_array_free_list_pop_elem(struct util_sparse_array_free_list *fl);
H A Dsparse_array.c218 util_sparse_array_free_list_init(struct util_sparse_array_free_list *fl,
236 util_sparse_array_free_list_push(struct util_sparse_array_free_list *fl,
261 util_sparse_array_free_list_pop_idx(struct util_sparse_array_free_list *fl)
282 util_sparse_array_free_list_pop_elem(struct util_sparse_array_free_list *fl)
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_private.h441 /* Index for use with util_sparse_array_free_list */
780 struct util_sparse_array_free_list free_list[16];

Completed in 11 milliseconds