Searched refs:unallocated (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dcompute_memory_pool.c221 int64_t unallocated = 0; local in function:compute_memory_finalize_pending
239 /* Calculate the total unallocated size of the items that
243 unallocated += align(item->size_in_dw, ITEM_ALIGNMENT);
246 if (unallocated == 0) {
250 if (pool->size_in_dw < allocated + unallocated) {
251 err = compute_memory_grow_defrag_pool(pool, pipe, allocated + unallocated);
264 /* Loop through all the unallocated items, check if they are marked
335 /* Remove the item from the unallocated list */
383 /* Now we add it to the unallocated list */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dcompute_memory_pool.c221 int64_t unallocated = 0; local in function:compute_memory_finalize_pending
239 /* Calculate the total unallocated size of the items that
243 unallocated += align(item->size_in_dw, ITEM_ALIGNMENT);
246 if (unallocated == 0) {
250 if (pool->size_in_dw < allocated + unallocated) {
251 err = compute_memory_grow_defrag_pool(pool, pipe, allocated + unallocated);
264 /* Loop through all the unallocated items, check if they are marked
335 /* Remove the item from the unallocated list */
383 /* Now we add it to the unallocated list */

Completed in 5 milliseconds