Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_gfx_cs.c39 const unsigned wait_ps_cs = SI_CONTEXT_PS_PARTIAL_FLUSH | SI_CONTEXT_CS_PARTIAL_FLUSH; in si_flush_gfx_cs() local
59 wait_flags |= wait_ps_cs | SI_CONTEXT_INV_L2; in si_flush_gfx_cs()
62 wait_flags |= wait_ps_cs; in si_flush_gfx_cs()
69 wait_flags |= wait_ps_cs; in si_flush_gfx_cs()
123 ctx->gfx_last_ib_is_busy = (wait_flags & wait_ps_cs) != wait_ps_cs; in si_flush_gfx_cs()