Searched refs:last_sdma_fence (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_dma_cs.c | 296 ctx->ws->fence_reference(fence, ctx->last_sdma_fence); in si_flush_dma_cs() 306 ctx->ws->cs_flush(cs, flags, &ctx->last_sdma_fence); in si_flush_dma_cs() 308 ctx->ws->fence_reference(fence, ctx->last_sdma_fence); in si_flush_dma_cs() 314 ctx->ws->fence_wait(ctx->ws, ctx->last_sdma_fence, 800 * 1000 * 1000); in si_flush_dma_cs()
|
D | si_pipe.h | 908 struct pipe_fence_handle *last_sdma_fence; member
|
D | si_pipe.c | 303 sctx->ws->fence_reference(&sctx->last_sdma_fence, NULL); in si_destroy_context()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe_common.c | 414 rctx->ws->fence_reference(fence, rctx->last_sdma_fence); in r600_flush_dma_ring() 421 rctx->ws->cs_flush(cs, flags, &rctx->last_sdma_fence); in r600_flush_dma_ring() 423 rctx->ws->fence_reference(fence, rctx->last_sdma_fence); in r600_flush_dma_ring() 429 rctx->ws->fence_wait(rctx->ws, rctx->last_sdma_fence, 800*1000*1000); in r600_flush_dma_ring() 674 rctx->ws->fence_reference(&rctx->last_sdma_fence, NULL); in r600_common_context_cleanup()
|
D | r600_pipe_common.h | 502 struct pipe_fence_handle *last_sdma_fence; member
|