Home
last modified time | relevance | path

Searched refs:util_idalloc_sparse_foreach_no_zero_safe (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dhash.c78 util_idalloc_sparse_foreach_no_zero_safe(&table->id_alloc, id) { in _mesa_DeinitHashTable()
177 util_idalloc_sparse_foreach_no_zero_safe(&table->id_alloc, id) { in _mesa_HashWalkLocked()
/aosp_15_r20/external/mesa3d/src/util/
H A Du_idalloc.h148 #define util_idalloc_sparse_foreach_no_zero_safe(buf, id) \ macro