Lines Matching refs:dstz
141 unsigned dstx, unsigned dsty, unsigned dstz, in cik_sdma_copy_texture() argument
188 dst_slice_pitch * bpp * (dstz + src_box->depth) <= in cik_sdma_copy_texture()
195 dstz, rsrc, src_level, src_box)) in cik_sdma_copy_texture()
206 dstz >= (1 << 11)) in cik_sdma_copy_texture()
248 radeon_emit(cs, dstz | ((dst_pitch - 1) << 16)); in cik_sdma_copy_texture()
270 unsigned tiled_z = tiled == rsrc ? srcz : dstz; in cik_sdma_copy_texture()
271 unsigned linear_z = linear == rsrc ? srcz : dstz; in cik_sdma_copy_texture()
505 radeon_emit(cs, dstz | (dst_pitch_tile_max << 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()