Lines Matching refs:dstx
516 unsigned dstx, unsigned dsty, in r600_clear_render_target() argument
523 dstx, dsty, width, height); in r600_clear_render_target()
532 unsigned dstx, unsigned dsty, in r600_clear_depth_stencil() argument
539 dstx, dsty, width, height); in r600_clear_depth_stencil()
544 pipe_resource *dst, unsigned dstx, in r600_copy_buffer() argument
551 dstx % 4 == 0 && src_box->x % 4 == 0 && src_box->width % 4 == 0) { in r600_copy_buffer()
553 util_blitter_copy_buffer(rctx->blitter, dst, dstx, src, src_box->x, src_box->width); in r600_copy_buffer()
556 util_resource_copy_region(ctx, dst, 0, dstx, 0, 0, src, 0, src_box); in r600_copy_buffer()
670 unsigned dstx, unsigned dsty, unsigned dstz, in r600_resource_copy_region() argument
687 r600_copy_buffer(ctx, dst, dstx, src, src_box); in r600_resource_copy_region()
726 dstx = util_format_get_nblocksx(orig_info[1].format, dstx); in r600_resource_copy_region()
740 dstx = util_format_get_nblocksx(orig_info[1].format, dstx); in r600_resource_copy_region()
771 util_blitter_copy_texture(rctx->blitter, dst, dst_level, ~0, dstx, dsty, dstz, in r600_resource_copy_region()
777 util_blitter_copy_texture(rctx->blitter, dst, dst_level, 1 << i, dstx, dsty, dstz, in r600_resource_copy_region()