Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_slab.c100 unsigned order = MAX2(slabs->min_order, util_logbase2_ceil(size)); in pb_slab_alloc()
/external/mesa3d/src/gallium/auxiliary/util/
Du_math.h437 util_logbase2_ceil(unsigned n) in util_logbase2_ceil() function