HomeSort by relevance Sort by last modified time
    Searched refs:last_sdma_fence (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/radeon/
r600_pipe_common.c 255 rctx->ws->fence_reference(fence, rctx->last_sdma_fence);
262 rctx->ws->cs_flush(cs, flags, &rctx->last_sdma_fence);
264 rctx->ws->fence_reference(fence, rctx->last_sdma_fence);
270 rctx->ws->fence_wait(rctx->ws, rctx->last_sdma_fence, 800*1000*1000);
519 rctx->ws->fence_reference(&rctx->last_sdma_fence, NULL);
r600_pipe_common.h 396 struct pipe_fence_handle *last_sdma_fence; member in struct:r600_common_context
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe_common.c 474 rctx->ws->fence_reference(fence, rctx->last_sdma_fence);
481 rctx->ws->cs_flush(cs, flags, &rctx->last_sdma_fence);
483 rctx->ws->fence_reference(fence, rctx->last_sdma_fence);
489 rctx->ws->fence_wait(rctx->ws, rctx->last_sdma_fence, 800*1000*1000);
746 rctx->ws->fence_reference(&rctx->last_sdma_fence, NULL);
    [all...]
r600_pipe_common.h 516 struct pipe_fence_handle *last_sdma_fence; member in struct:r600_common_context

Completed in 142 milliseconds