Home
last modified time | relevance | path

Searched refs:last_sdma_fence (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c414 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()
668 rctx->ws->fence_reference(&rctx->last_sdma_fence, NULL); in r600_common_context_cleanup()
Dr600_pipe_common.h501 struct pipe_fence_handle *last_sdma_fence; member