Home
last modified time | relevance | path

Searched refs:gfx_unflushed (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_fence.c49 } gfx_unflushed; member
316 if (sctx && sfence->gfx_unflushed.ctx == sctx && in si_fence_finish()
317 sfence->gfx_unflushed.ib_index == sctx->num_gfx_cs_flushes) { in si_fence_finish()
342 sfence->gfx_unflushed.ctx = NULL; in si_fence_finish()
419 assert(!sfence->gfx_unflushed.ctx); in si_fence_get_fd()
420 if (sfence->gfx_unflushed.ctx) in si_fence_get_fd()
512 new_fence->gfx_unflushed.ctx = sctx; in si_flush_all_queues()
513 new_fence->gfx_unflushed.ib_index = sctx->num_gfx_cs_flushes; in si_flush_all_queues()
570 if (sfence->gfx_unflushed.ctx && sfence->gfx_unflushed.ctx == sctx) in si_fence_server_sync()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c57 } gfx_unflushed; member
387 multi_fence->gfx_unflushed.ctx = rctx; in r600_flush_from_st()
388 multi_fence->gfx_unflushed.ib_index = rctx->num_gfx_cs_flushes; in r600_flush_from_st()
1110 rfence->gfx_unflushed.ctx == rctx && in r600_fence_finish()
1111 rfence->gfx_unflushed.ib_index == rctx->num_gfx_cs_flushes) { in r600_fence_finish()
1113 rfence->gfx_unflushed.ctx = NULL; in r600_fence_finish()