Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dcompute_memory_pool.c485 struct compute_memory_item *item, uint64_t new_start_in_dw, in compute_memory_move_item() argument
497 new_start_in_dw, new_start_in_dw * 4); in compute_memory_move_item()
501 assert(prev->start_in_dw + prev->size_in_dw <= new_start_in_dw); in compute_memory_move_item()
508 if (src != dst || new_start_in_dw + item->size_in_dw <= item->start_in_dw) { in compute_memory_move_item()
511 dst, 0, new_start_in_dw * 4, 0, 0, in compute_memory_move_item()
527 dst, 0, new_start_in_dw * 4, 0, 0, in compute_memory_move_item()
539 offset = item->start_in_dw - new_start_in_dw; in compute_memory_move_item()
541 u_box_1d(new_start_in_dw * 4, (offset + item->size_in_dw) * 4, &box); in compute_memory_move_item()
555 item->start_in_dw = new_start_in_dw; in compute_memory_move_item()
Dcompute_memory_pool.h117 struct compute_memory_item *item, uint64_t new_start_in_dw,