Home | History | Annotate | Download | only in radeonsi

Lines Matching refs:dsty

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