Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_gfx_cs.c226 ws->fence_reference(&ctx->last_ib_barrier_fence, NULL); in si_flush_gfx_cs()
247 ws->fence_reference(&ctx->last_ib_barrier_fence, ctx->last_gfx_fence); in si_flush_gfx_cs()
Dsi_compute_prim_discard.c1176 if (sctx->last_ib_barrier_fence) { in si_dispatch_prim_discard_cs_and_draw()
1178 sctx->ws->cs_add_fence_dependency(gfx_cs, sctx->last_ib_barrier_fence, in si_dispatch_prim_discard_cs_and_draw()
1237 assert(!sctx->last_ib_barrier_fence); in si_dispatch_prim_discard_cs_and_draw()
Dsi_pipe.h996 struct pipe_fence_handle *last_ib_barrier_fence; member
Dsi_pipe.c304 sctx->ws->fence_reference(&sctx->last_ib_barrier_fence, NULL); in si_destroy_context()