Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dblob.h63 bool fixed_allocation; member
116 if (!blob->fixed_allocation) in blob_finish()
Dblob.c55 if (blob->fixed_allocation) { in grow_to_fit()
114 blob->fixed_allocation = false; in blob_init()
124 blob->fixed_allocation = true; in blob_init_fixed()