Searched refs:last_pos (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | compute_memory_pool.c | 222 int64_t last_pos; local in function:compute_memory_finalize_pending 262 last_pos = allocated; 268 err = compute_memory_promote_item(pool, item, pipe, last_pos); 271 last_pos += align(item->size_in_dw, ITEM_ALIGNMENT); 293 int64_t last_pos; local in function:compute_memory_defrag 297 last_pos = 0; 299 if (src != dst || item->start_in_dw != last_pos) { 300 assert(last_pos <= item->start_in_dw); 303 item, last_pos, pipe); 306 last_pos [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | compute_memory_pool.c | 222 int64_t last_pos; local in function:compute_memory_finalize_pending 262 last_pos = allocated; 268 err = compute_memory_promote_item(pool, item, pipe, last_pos); 271 last_pos += align(item->size_in_dw, ITEM_ALIGNMENT); 293 int64_t last_pos; local in function:compute_memory_defrag 297 last_pos = 0; 299 if (src != dst || item->start_in_dw != last_pos) { 300 assert(last_pos <= item->start_in_dw); 303 item, last_pos, pipe); 306 last_pos [all...] |
Completed in 3 milliseconds