Lines Matching refs:dstx
542 unsigned dstx, unsigned dsty,
551 dstx, dsty, width, height);
560 unsigned dstx, unsigned dsty,
569 dstx, dsty, width, height);
573 static void r600_copy_buffer(struct pipe_context *ctx, struct pipe_resource *dst, unsigned dstx,
579 r600_cp_dma_copy_buffer(rctx, dst, dstx, src, src_box->x, src_box->width);
581 util_resource_copy_region(ctx, dst, 0, dstx, 0, 0, src, 0, src_box);
592 dstx, struct pipe_resource *src,
622 dstx += 4 * item->start_in_dw;
634 r600_copy_buffer(ctx, dst, dstx, src, &new_src_box);
668 unsigned dstx, unsigned dsty, unsigned dstz,
684 r600_copy_global_buffer(ctx, dst, dstx, src, src_box);
686 r600_copy_buffer(ctx, dst, dstx, src, src_box);
727 dstx = util_format_get_nblocksx(dst->format, dstx);
749 dstx = util_format_get_nblocksx(dst->format, dstx);
801 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height),