Home
last modified time | relevance | path

Searched refs:num_gfx_cs_flushes (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_fence.c250 rfence->gfx_unflushed.ib_index == sctx->b.num_gfx_cs_flushes) { in si_fence_finish()
446 multi_fence->gfx_unflushed.ib_index = rctx->num_gfx_cs_flushes; in si_flush_from_st()
Dsi_hw_context.c136 ctx->b.num_gfx_cs_flushes++; in si_context_gfx_flush()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.h399 unsigned num_gfx_cs_flushes; member
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c448 multi_fence->gfx_unflushed.ib_index = rctx->num_gfx_cs_flushes; in r600_flush_from_st()
1200 rfence->gfx_unflushed.ib_index == rctx->num_gfx_cs_flushes) { in r600_fence_finish()
Dr600_pipe_common.h518 unsigned num_gfx_cs_flushes; member
Dr600_hw_context.c295 ctx->b.num_gfx_cs_flushes++; in r600_context_gfx_flush()