Home
last modified time | relevance | path

Searched refs:cs_sync_flush (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_fence.c403 ws->cs_sync_flush(rctx->gfx.cs); in si_flush_from_st()
461 ws->cs_sync_flush(rctx->dma.cs); in si_flush_from_st()
462 ws->cs_sync_flush(rctx->gfx.cs); in si_flush_from_st()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c416 ws->cs_sync_flush(rctx->gfx.cs); in r600_flush_from_st()
457 ws->cs_sync_flush(rctx->dma.cs); in r600_flush_from_st()
458 ws->cs_sync_flush(rctx->gfx.cs); in r600_flush_from_st()
637 ctx->ws->cs_sync_flush(ctx->dma.cs); in r600_resource_commit()
638 ctx->ws->cs_sync_flush(ctx->gfx.cs); in r600_resource_commit()
Dr600_buffer_common.c94 ctx->ws->cs_sync_flush(ctx->gfx.cs); in r600_buffer_map_sync_with_rings()
96 ctx->ws->cs_sync_flush(ctx->dma.cs); in r600_buffer_map_sync_with_rings()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.c397 ctx->ws->cs_sync_flush(ctx->dma.cs); in r600_resource_commit()
398 ctx->ws->cs_sync_flush(ctx->gfx.cs); in r600_resource_commit()
Dr600_buffer_common.c92 ctx->ws->cs_sync_flush(ctx->gfx.cs); in si_buffer_map_sync_with_rings()
94 ctx->ws->cs_sync_flush(ctx->dma.cs); in si_buffer_map_sync_with_rings()
Dradeon_winsys.h576 void (*cs_sync_flush)(struct radeon_winsys_cs *cs); member
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_cs.c829 ws->base.cs_sync_flush = radeon_drm_cs_sync_flush; in radeon_drm_cs_init_functions()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c1578 ws->base.cs_sync_flush = amdgpu_cs_sync_flush; in amdgpu_cs_init_functions()