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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_blit.c569 static void r600_copy_buffer(struct pipe_context *ctx, struct pipe_resource *dst, unsigned dstx, function in typeref:typename:void
593 * to r600_copy_buffer() and must be handled separately.
639 r600_copy_buffer(ctx, dst, dstx, src, &new_src_box);
691 r600_copy_buffer(ctx, dst, dstx, src, src_box);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_blit.c571 static void r600_copy_buffer(struct pipe_context *ctx, struct pipe_resource *dst, unsigned dstx, function in typeref:typename:void
595 * to r600_copy_buffer() and must be handled separately.
641 r600_copy_buffer(ctx, dst, dstx, src, &new_src_box);
693 r600_copy_buffer(ctx, dst, dstx, src, src_box);

Completed in 4 milliseconds