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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_blit.c602 struct pipe_box new_src_box = *src_box; local in function:r600_copy_global_buffer
610 new_src_box.x += 4 * item->start_in_dw;
639 r600_copy_buffer(ctx, dst, dstx, src, &new_src_box);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_blit.c604 struct pipe_box new_src_box = *src_box; local in function:r600_copy_global_buffer
612 new_src_box.x += 4 * item->start_in_dw;
641 r600_copy_buffer(ctx, dst, dstx, src, &new_src_box);

Completed in 5 milliseconds