Searched refs:SI_CONTEXT_FLAG_AUX (Results 1 – 4 of 4) sorted by relevance
160 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()
83 if (!(ctx->context_flags & SI_CONTEXT_FLAG_AUX) && in si_flush_gfx_cs()
121 #define SI_CONTEXT_FLAG_AUX (1u << 31) macro
4685 - radeonsi: use SI_CONTEXT_FLAG_AUX when recreating the aux context