Home | History | Annotate | Download | only in r600

Lines Matching defs:last_pos

282 	int64_t last_pos;
322 last_pos = allocated;
328 err = compute_memory_promote_item(pool, item, pipe, last_pos);
331 last_pos += align(item->size_in_dw, ITEM_ALIGNMENT);
353 int64_t last_pos;
357 last_pos = 0;
359 if (src != dst || item->start_in_dw != last_pos) {
360 assert(last_pos <= item->start_in_dw);
363 item, last_pos, pipe);
366 last_pos += align(item->size_in_dw, ITEM_ALIGNMENT);