Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Du_idalloc.c74 for (unsigned i = buf->lowest_free_idx; i < num_elements / 32; i++) { in util_idalloc_alloc()
80 buf->lowest_free_idx = i; in util_idalloc_alloc()
87 buf->lowest_free_idx = num_elements / 32; in util_idalloc_alloc()
99 buf->lowest_free_idx = MIN2(idx, buf->lowest_free_idx); in util_idalloc_free()
Du_idalloc.h41 unsigned lowest_free_idx; member
/external/mesa3d/docs/relnotes/
D20.3.0.rst3920 - util/idalloc: add lowest_free_idx to avoid iterating from 0