Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_fence.c50 } gfx_unflushed; member
325 if (sctx && sfence->gfx_unflushed.ctx == sctx && in si_fence_finish()
326 sfence->gfx_unflushed.ib_index == sctx->num_gfx_cs_flushes) { in si_fence_finish()
351 sfence->gfx_unflushed.ctx = NULL; in si_fence_finish()
428 assert(!sfence->gfx_unflushed.ctx); in si_fence_get_fd()
429 if (sfence->gfx_unflushed.ctx) in si_fence_get_fd()
531 multi_fence->gfx_unflushed.ctx = sctx; in si_flush_from_st()
532 multi_fence->gfx_unflushed.ib_index = sctx->num_gfx_cs_flushes; in si_flush_from_st()
590 if (sfence->gfx_unflushed.ctx && sfence->gfx_unflushed.ctx == sctx) in si_fence_server_sync()
/external/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()
1116 rfence->gfx_unflushed.ctx == rctx && in r600_fence_finish()
1117 rfence->gfx_unflushed.ib_index == rctx->num_gfx_cs_flushes) { in r600_fence_finish()
1119 rfence->gfx_unflushed.ctx = NULL; in r600_fence_finish()