Home | History | Annotate | Download | only in radeonsi

Lines Matching refs:dst_level

140 				  unsigned dst_level,
151 rdst->surface.u.legacy.level[dst_level].offset;
154 unsigned dst_mode = rdst->surface.u.legacy.level[dst_level].mode;
156 unsigned dst_tile_index = rdst->surface.u.legacy.tiling_index[dst_level];
166 unsigned dst_pitch = rdst->surface.u.legacy.level[dst_level].nblk_x;
168 uint64_t dst_slice_pitch = ((uint64_t)rdst->surface.u.legacy.level[dst_level].slice_size_dw * 4) / bpp;
171 dst_level, rdst->surface.blk_w);
175 dst_level, rdst->surface.blk_h);
186 assert(dst_level <= dst->last_level);
187 assert(rdst->surface.u.legacy.level[dst_level].offset +
194 if (!si_prepare_for_dma_blit(&sctx->b, rdst, dst_level, dstx, dsty,
264 unsigned tiled_level = tiled == rsrc ? src_level : dst_level;
265 unsigned linear_level = linear == rsrc ? src_level : dst_level;
507 radeon_emit(cs, encode_tile_info(sctx, rdst, dst_level, false));
526 unsigned dst_level,
545 cik_sdma_copy_texture(sctx, dst, dst_level, dstx, dsty, dstz,
550 si_resource_copy_region(ctx, dst, dst_level, dstx, dsty, dstz,