Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_hw_context.c147 ws->cs_flush(cs, flags, &ctx->b.last_gfx_fence); in si_context_gfx_flush()
149 ws->fence_reference(fence, ctx->b.last_gfx_fence); in si_context_gfx_flush()
157 ctx->b.ws->fence_wait(ctx->b.ws, ctx->b.last_gfx_fence, 800*1000*1000); in si_context_gfx_flush()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_hw_context.c283 ws->cs_flush(cs, flags, &ctx->b.last_gfx_fence); in r600_context_gfx_flush()
285 ws->fence_reference(fence, ctx->b.last_gfx_fence); in r600_context_gfx_flush()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.c368 ws->fence_reference(&gfx_fence, rctx->last_gfx_fence); in r600_flush_from_st()
666 rctx->ws->fence_reference(&rctx->last_gfx_fence, NULL); in r600_common_context_cleanup()
Dr600_pipe_common.h539 struct pipe_fence_handle *last_gfx_fence; member