Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c604 struct pipe_box new_src_box = *src_box; in r600_copy_global_buffer() local
612 new_src_box.x += 4 * item->start_in_dw; in r600_copy_global_buffer()
641 r600_copy_buffer(ctx, dst, dstx, src, &new_src_box); in r600_copy_global_buffer()