Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_hw_context.c130 ws->cs_flush(cs, flags, &ctx->b.last_gfx_fence); in si_context_gfx_flush()
132 ws->fence_reference(fence, ctx->b.last_gfx_fence); in si_context_gfx_flush()
143 ctx->b.ws->fence_wait(ctx->b.ws, ctx->b.last_gfx_fence, 800*1000*1000); in si_context_gfx_flush()
Dsi_fence.c401 ws->fence_reference(&gfx_fence, rctx->last_gfx_fence); in si_flush_from_st()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_hw_context.c292 ws->cs_flush(cs, flags, &ctx->b.last_gfx_fence); in r600_context_gfx_flush()
294 ws->fence_reference(fence, ctx->b.last_gfx_fence); in r600_context_gfx_flush()
298 if (!ws->fence_wait(ws, ctx->b.last_gfx_fence, 10000000)) { in r600_context_gfx_flush()
Dr600_pipe_common.c414 ws->fence_reference(&gfx_fence, rctx->last_gfx_fence); in r600_flush_from_st()
745 rctx->ws->fence_reference(&rctx->last_gfx_fence, NULL); in r600_common_context_cleanup()
Dr600_pipe_common.h515 struct pipe_fence_handle *last_gfx_fence; member
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.h395 struct pipe_fence_handle *last_gfx_fence; member
Dr600_pipe_common.c518 rctx->ws->fence_reference(&rctx->last_gfx_fence, NULL); in si_common_context_cleanup()