Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_slab.c107 assert(heap < slabs->num_heaps); in pb_slab_alloc()
194 unsigned num_heaps, in pb_slabs_init() argument
208 slabs->num_heaps = num_heaps; in pb_slabs_init()
217 num_groups = slabs->num_orders * slabs->num_heaps; in pb_slabs_init()
Dpb_slab.h117 unsigned num_heaps; member
146 unsigned num_heaps,