Home
last modified time | relevance | path

Searched refs:si_flush_dma_cs (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_dma_cs.c263 si_flush_dma_cs(ctx, PIPE_FLUSH_ASYNC | RADEON_FLUSH_TOGGLE_SECURE_SUBMISSION, NULL); in si_need_dma_space()
287 void si_flush_dma_cs(struct si_context *ctx, unsigned flags, struct pipe_fence_handle **fence) in si_flush_dma_cs() function
Dsi_buffer.c76 si_flush_dma_cs(sctx, PIPE_FLUSH_ASYNC, NULL); in si_buffer_map_sync_with_rings()
79 si_flush_dma_cs(sctx, 0, NULL); in si_buffer_map_sync_with_rings()
797 si_flush_dma_cs(ctx, PIPE_FLUSH_ASYNC, NULL); in si_resource_commit()
Dsi_fence.c485 si_flush_dma_cs(sctx, rflags, fence ? &sdma_fence : NULL); in si_flush_from_st()
Dsi_gfx_cs.c148 si_flush_dma_cs(ctx, flags, NULL); in si_flush_gfx_cs()
Dsi_pipe.h1411 void si_flush_dma_cs(struct si_context *ctx, unsigned flags, struct pipe_fence_handle **fence);
Dsi_pipe.c517 sctx->sdma_cs = sctx->ws->cs_create(sctx->ctx, RING_DMA, (void *)si_flush_dma_cs, sctx, in si_create_context()
Dsi_query.c120 si_flush_dma_cs(sctx, 0, &fence); in si_finish_dma_get_cpu_time()