Searched refs:rel_box (Results 1 – 4 of 4) sorted by relevance
484 const struct pipe_box *rel_box) in r600_buffer_flush_region() argument495 u_box_1d(transfer->box.x + rel_box->x, rel_box->width, &box); in r600_buffer_flush_region()
642 const struct pipe_box *rel_box);
501 const struct pipe_box *rel_box) in si_buffer_flush_region() argument508 u_box_1d(transfer->box.x + rel_box->x, rel_box->width, &box); in si_buffer_flush_region()
2426 const struct pipe_box *rel_box) in tc_transfer_flush_region() argument2438 u_box_1d(transfer->box.x + rel_box->x, rel_box->width, &box); in tc_transfer_flush_region()2456 p->box = *rel_box; in tc_transfer_flush_region()