Home | History | Annotate | Download | only in radeonsi

Lines Matching refs:dstx

143 				  unsigned dstx, unsigned dsty, unsigned dstz,
192 if (!r600_prepare_for_dma_blit(&sctx->b, rdst, dst_level, dstx, dsty,
196 dstx /= rdst->surface.blk_w;
202 dstx >= (1 << 14) ||
242 radeon_emit(cs, dstx | (dsty << 16));
261 unsigned tiled_x = tiled == rsrc ? srcx : dstx;
262 unsigned linear_x = linear == rsrc ? srcx : dstx;
428 dstx % 8 == 0 &&
454 dstx + copy_width == dst_width)
484 dstx + copy_width != (1 << 14)))) {
499 radeon_emit(cs, dstx | (dsty << 16));
522 unsigned dstx, unsigned dsty, unsigned dstz,
533 cik_sdma_copy_buffer(sctx, dst, src, dstx, src_box->x, src_box->width);
537 if (cik_sdma_copy_texture(sctx, dst, dst_level, dstx, dsty, dstz,
542 si_resource_copy_region(ctx, dst, dst_level, dstx, dsty, dstz,