Searched refs:gfx_fence (Results 1 – 2 of 2) sorted by relevance
461 struct pipe_fence_handle *gfx_fence = NULL; in si_flush_all_queues() local486 ws->fence_reference(&gfx_fence, sctx->last_gfx_fence); in si_flush_all_queues()499 gfx_fence = sctx->ws->cs_get_next_fence(&sctx->gfx_cs); in si_flush_all_queues()502 si_flush_gfx_cs(sctx, rflags, fence ? &gfx_fence : NULL); in si_flush_all_queues()516 ws->fence_reference(&gfx_fence, NULL); in si_flush_all_queues()525 new_fence->gfx = gfx_fence; in si_flush_all_queues()
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()