Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dsparse_array.h90 struct util_sparse_array_free_list struct
119 void util_sparse_array_free_list_init(struct util_sparse_array_free_list *fl, argument
124 void util_sparse_array_free_list_push(struct util_sparse_array_free_list *fl,
127 uint32_t util_sparse_array_free_list_pop_idx(struct util_sparse_array_free_list *fl);
128 void *util_sparse_array_free_list_pop_elem(struct util_sparse_array_free_list *fl);
Dsparse_array.c218 util_sparse_array_free_list_init(struct util_sparse_array_free_list *fl, in util_sparse_array_free_list_init()
236 util_sparse_array_free_list_push(struct util_sparse_array_free_list *fl, in util_sparse_array_free_list_push()
261 util_sparse_array_free_list_pop_idx(struct util_sparse_array_free_list *fl) in util_sparse_array_free_list_pop_idx()
282 util_sparse_array_free_list_pop_elem(struct util_sparse_array_free_list *fl) in util_sparse_array_free_list_pop_elem()
/third_party/mesa3d/src/intel/vulkan/
Danv_private.h887 struct util_sparse_array_free_list free_list[16];