Searched refs:last_sdma_fence (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeon/ |
D | r600_pipe_common.c | 255 rctx->ws->fence_reference(fence, rctx->last_sdma_fence); in r600_flush_dma_ring() 262 rctx->ws->cs_flush(cs, flags, &rctx->last_sdma_fence); in r600_flush_dma_ring() 264 rctx->ws->fence_reference(fence, rctx->last_sdma_fence); in r600_flush_dma_ring() 270 rctx->ws->fence_wait(rctx->ws, rctx->last_sdma_fence, 800*1000*1000); in r600_flush_dma_ring() 519 rctx->ws->fence_reference(&rctx->last_sdma_fence, NULL); in si_common_context_cleanup()
|
D | r600_pipe_common.h | 396 struct pipe_fence_handle *last_sdma_fence; member
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe_common.c | 474 rctx->ws->fence_reference(fence, rctx->last_sdma_fence); in r600_flush_dma_ring() 481 rctx->ws->cs_flush(cs, flags, &rctx->last_sdma_fence); in r600_flush_dma_ring() 483 rctx->ws->fence_reference(fence, rctx->last_sdma_fence); in r600_flush_dma_ring() 489 rctx->ws->fence_wait(rctx->ws, rctx->last_sdma_fence, 800*1000*1000); in r600_flush_dma_ring() 746 rctx->ws->fence_reference(&rctx->last_sdma_fence, NULL); in r600_common_context_cleanup()
|
D | r600_pipe_common.h | 516 struct pipe_fence_handle *last_sdma_fence; member
|