Home
last modified time | relevance | path

Searched refs:last_gfx_fence (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_hw_context.c300 ws->cs_flush(cs, flags, &ctx->b.last_gfx_fence); in r600_context_gfx_flush()
302 ws->fence_reference(fence, ctx->b.last_gfx_fence); in r600_context_gfx_flush()
306 if (!ws->fence_wait(ws, ctx->b.last_gfx_fence, 10000000)) { in r600_context_gfx_flush()
H A Dr600_pipe_common.c354 ws->fence_reference(&gfx_fence, rctx->last_gfx_fence); in r600_flush_from_st()
667 rctx->ws->fence_reference(&rctx->last_gfx_fence, NULL); in r600_common_context_cleanup()
H A Dr600_pipe_common.h500 struct pipe_fence_handle *last_gfx_fence; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_gfx_cs.c151 ws->cs_flush(cs, flags, &ctx->last_gfx_fence); in si_flush_gfx_cs()
155 ws->fence_reference(fence, ctx->last_gfx_fence); in si_flush_gfx_cs()
164 ctx->ws->fence_wait(ctx->ws, ctx->last_gfx_fence, 800 * 1000 * 1000); in si_flush_gfx_cs()
H A Dsi_fence.c486 ws->fence_reference(&gfx_fence, sctx->last_gfx_fence); in si_flush_all_queues()
H A Dsi_sqtt.c730 sctx->ws->fence_wait(sctx->ws, sctx->last_gfx_fence, PIPE_TIMEOUT_INFINITE); in si_handle_thread_trace()
H A Dsi_pipe.h947 struct pipe_fence_handle *last_gfx_fence; member
H A Dsi_pipe.c338 sctx->ws->fence_reference(&sctx->last_gfx_fence, NULL); in si_destroy_context()

Completed in 18 milliseconds