Home | History | Annotate | Download | only in r600

Lines Matching refs:dstx

538 				     unsigned dstx, unsigned dsty,
547 dstx, dsty, width, height);
556 unsigned dstx, unsigned dsty,
565 dstx, dsty, width, height);
569 static void r600_copy_buffer(struct pipe_context *ctx, struct pipe_resource *dst, unsigned dstx,
575 r600_cp_dma_copy_buffer(rctx, dst, dstx, src, src_box->x, src_box->width);
579 dstx % 4 == 0 && src_box->x % 4 == 0 && src_box->width % 4 == 0) {
582 util_blitter_copy_buffer(rctx->blitter, dst, dstx, src, src_box->x, src_box->width);
585 util_resource_copy_region(ctx, dst, 0, dstx, 0, 0, src, 0, src_box);
597 dstx, struct pipe_resource *src,
627 dstx += 4 * item->start_in_dw;
639 r600_copy_buffer(ctx, dst, dstx, src, &new_src_box);
673 unsigned dstx, unsigned dsty, unsigned dstz,
689 r600_copy_global_buffer(ctx, dst, dstx, src, src_box);
691 r600_copy_buffer(ctx, dst, dstx, src, src_box);
732 dstx = util_format_get_nblocksx(dst->format, dstx);
754 dstx = util_format_get_nblocksx(dst->format, dstx);
806 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height),