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

/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_idalloc.c70 for (unsigned i = buf->lowest_free_idx; i < num_elements; i++) {
76 buf->lowest_free_idx = i;
83 buf->lowest_free_idx = num_elements;
107 unsigned base = find_free_block(buf, buf->lowest_free_idx);
134 if (buf->lowest_free_idx == base)
135 buf->lowest_free_idx = base + num / 32;
149 buf->lowest_free_idx = MIN2(idx, buf->lowest_free_idx);
H A Du_idalloc.h49 unsigned lowest_free_idx; member in struct:util_idalloc
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst3920 - util/idalloc: add lowest_free_idx to avoid iterating from 0

Completed in 9 milliseconds