Lines Matching refs:dsty
143 unsigned dstx, unsigned dsty, unsigned dstz, in cik_sdma_copy_texture() argument
192 if (!r600_prepare_for_dma_blit(&sctx->b, rdst, dst_level, dstx, dsty, in cik_sdma_copy_texture()
197 dsty /= rdst->surface.blk_h; in cik_sdma_copy_texture()
203 dsty >= (1 << 14) || in cik_sdma_copy_texture()
242 radeon_emit(cs, dstx | (dsty << 16)); in cik_sdma_copy_texture()
263 unsigned tiled_y = tiled == rsrc ? srcy : dsty; in cik_sdma_copy_texture()
264 unsigned linear_y = linear == rsrc ? srcy : dsty; in cik_sdma_copy_texture()
429 dsty % 8 == 0 && in cik_sdma_copy_texture()
459 dsty + copy_height == dst_height) in cik_sdma_copy_texture()
499 radeon_emit(cs, dstx | (dsty << 16)); in cik_sdma_copy_texture()
522 unsigned dstx, unsigned dsty, unsigned dstz, in cik_sdma_copy() argument
537 if (cik_sdma_copy_texture(sctx, dst, dst_level, dstx, dsty, dstz, in cik_sdma_copy()
542 si_resource_copy_region(ctx, dst, dst_level, dstx, dsty, dstz, in cik_sdma_copy()