Home | History | Annotate | Download | only in r600

Lines Matching refs:dstx

475 				     unsigned dstx, unsigned dsty,
484 dstx, dsty, width, height);
493 unsigned dstx, unsigned dsty,
502 dstx, dsty, width, height);
506 static void r600_copy_buffer(struct pipe_context *ctx, struct pipe_resource *dst, unsigned dstx,
512 r600_cp_dma_copy_buffer(rctx, dst, dstx, src, src_box->x, src_box->width);
516 dstx % 4 == 0 && src_box->x % 4 == 0 && src_box->width % 4 == 0) {
519 util_blitter_copy_buffer(rctx->blitter, dst, dstx, src, src_box->x, src_box->width);
522 util_resource_copy_region(ctx, dst, 0, dstx, 0, 0, src, 0, src_box);
534 dstx, struct pipe_resource *src,
564 dstx += 4 * item->start_in_dw;
576 r600_copy_buffer(ctx, dst, dstx, src, &new_src_box);
610 unsigned dstx, unsigned dsty, unsigned dstz,
626 r600_copy_global_buffer(ctx, dst, dstx, src, src_box);
628 r600_copy_buffer(ctx, dst, dstx, src, src_box);
669 dstx = util_format_get_nblocksx(dst->format, dstx);
691 dstx = util_format_get_nblocksx(dst->format, dstx);
740 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height),