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.c167 SI_CONTEXT_FLAG_AUX | in si_init_aux_async_compute_ctx()
356 if (!(sctx->context_flags & SI_CONTEXT_FLAG_AUX)) in si_destroy_context()
365 if (sctx->context_flags & SI_CONTEXT_FLAG_AUX) in si_get_reset_status()
371 if (status != PIPE_NO_RESET && needs_reset && !(sctx->context_flags & SI_CONTEXT_FLAG_AUX)) { in si_get_reset_status()
798 if (!(flags & SI_CONTEXT_FLAG_AUX)) { in si_create_context()
813 &sscreen->b, SI_CONTEXT_FLAG_AUX | in si_create_context()
1419 SI_CONTEXT_FLAG_AUX | in radeonsi_screen_create_impl()
Dsi_gfx_cs.c81 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