Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c160 SI_CONTEXT_FLAG_AUX | in si_init_aux_async_compute_ctx()
348 if (!(sctx->context_flags & SI_CONTEXT_FLAG_AUX)) in si_destroy_context()
357 if (sctx->context_flags & SI_CONTEXT_FLAG_AUX) in si_get_reset_status()
363 if (status != PIPE_NO_RESET && needs_reset && !(sctx->context_flags & SI_CONTEXT_FLAG_AUX)) { in si_get_reset_status()
778 if (!(flags & SI_CONTEXT_FLAG_AUX)) { in si_create_context()
794 &sscreen->b, SI_CONTEXT_FLAG_AUX | in si_create_context()
1405 SI_CONTEXT_FLAG_AUX | in radeonsi_screen_create_impl()
Dsi_gfx_cs.c83 if (!(ctx->context_flags & SI_CONTEXT_FLAG_AUX) && in si_flush_gfx_cs()
Dsi_pipe.h121 #define SI_CONTEXT_FLAG_AUX (1u << 31) macro
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst4685 - radeonsi: use SI_CONTEXT_FLAG_AUX when recreating the aux context