Home | History | Annotate | Download | only in radeonsi

Lines Matching refs:sctx

87 	struct si_context *sctx = (struct si_context *)ctx;
88 struct radeon_winsys_cs *cs = sctx->b.dma.cs;
106 r600_need_dma_space(&sctx->b, ncopy * 4, rdst, NULL);
228 struct si_context *sctx = (struct si_context *)ctx;
236 if (sctx->b.dma.cs == NULL) {
241 si_dma_copy_buffer(sctx, dst, src, dst_x, src_box->x, src_box->width);
261 !r600_prepare_for_dma_blit(&sctx->b, rdst, dst_level, dstx, dsty,
309 si_dma_copy_buffer(sctx, dst, src, dst_offset, src_offset,
312 si_dma_copy_tile(sctx, dst, dst_level, dst_x, dst_y, dst_z,
324 void si_init_dma_functions(struct si_context *sctx)
326 sctx->b.dma_copy = si_dma_copy;
327 sctx->b.dma_clear_buffer = si_dma_clear_buffer;