Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c356 ws->cs_sync_flush(&rctx->gfx.cs); in r600_flush_from_st()
397 ws->cs_sync_flush(&rctx->dma.cs); in r600_flush_from_st()
398 ws->cs_sync_flush(&rctx->gfx.cs); in r600_flush_from_st()
571 ctx->ws->cs_sync_flush(&ctx->dma.cs); in r600_resource_commit()
572 ctx->ws->cs_sync_flush(&ctx->gfx.cs); in r600_resource_commit()
Dr600_buffer_common.c95 ctx->ws->cs_sync_flush(&ctx->gfx.cs); in r600_buffer_map_sync_with_rings()
97 ctx->ws->cs_sync_flush(&ctx->dma.cs); in r600_buffer_map_sync_with_rings()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_fence.c472 ws->cs_sync_flush(&sctx->gfx_cs); in si_flush_all_queues()
527 ws->cs_sync_flush(&sctx->gfx_cs); in si_flush_all_queues()
Dsi_buffer.c713 ctx->ws->cs_sync_flush(&ctx->gfx_cs); in si_resource_commit()
/third_party/mesa3d/src/gallium/drivers/radeon/
Dradeon_winsys.h633 void (*cs_sync_flush)(struct radeon_cmdbuf *cs); member
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_cs.c864 ws->base.cs_sync_flush = radeon_drm_cs_sync_flush; in radeon_drm_cs_init_functions()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c1841 ws->base.cs_sync_flush = amdgpu_cs_sync_flush; in amdgpu_cs_init_functions()