Lines Matching refs:dsty
141 unsigned dstx, unsigned dsty, unsigned dstz, in cik_sdma_copy_texture() argument
194 if (!si_prepare_for_dma_blit(&sctx->b, rdst, dst_level, dstx, dsty, in cik_sdma_copy_texture()
199 dsty /= rdst->surface.blk_h; in cik_sdma_copy_texture()
205 dsty >= (1 << 14) || in cik_sdma_copy_texture()
247 radeon_emit(cs, dstx | (dsty << 16)); in cik_sdma_copy_texture()
268 unsigned tiled_y = tiled == rsrc ? srcy : dsty; in cik_sdma_copy_texture()
269 unsigned linear_y = linear == rsrc ? srcy : dsty; in cik_sdma_copy_texture()
434 dsty % 8 == 0 && in cik_sdma_copy_texture()
464 dsty + copy_height == dst_height) in cik_sdma_copy_texture()
504 radeon_emit(cs, dstx | (dsty << 16)); in cik_sdma_copy_texture()
527 unsigned dstx, unsigned dsty, unsigned dstz, in cik_sdma_copy() argument
545 cik_sdma_copy_texture(sctx, dst, dst_level, dstx, dsty, dstz, in cik_sdma_copy()
550 si_resource_copy_region(ctx, dst, dst_level, dstx, dsty, dstz, in cik_sdma_copy()