Searched refs:gfx_fence (Results 1 – 2 of 2) sorted by relevance
467 struct pipe_fence_handle *gfx_fence = NULL; in si_flush_from_st() local489 ws->fence_reference(&gfx_fence, sctx->last_gfx_fence); in si_flush_from_st()500 gfx_fence = sctx->ws->cs_get_next_fence(sctx->gfx_cs); in si_flush_from_st()503 si_flush_gfx_cs(sctx, rflags, fence ? &gfx_fence : NULL); in si_flush_from_st()518 ws->fence_reference(&gfx_fence, NULL); in si_flush_from_st()527 multi_fence->gfx = gfx_fence; in si_flush_from_st()
340 struct pipe_fence_handle *gfx_fence = NULL; in r600_flush_from_st() local354 ws->fence_reference(&gfx_fence, rctx->last_gfx_fence); in r600_flush_from_st()364 gfx_fence = rctx->ws->cs_get_next_fence(rctx->gfx.cs); in r600_flush_from_st()367 rctx->gfx.flush(rctx, rflags, fence ? &gfx_fence : NULL); in r600_flush_from_st()377 ws->fence_reference(&gfx_fence, NULL); in r600_flush_from_st()383 multi_fence->gfx = gfx_fence; in r600_flush_from_st()