Searched refs:aux_context (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_dma_cs.c233 struct si_context *ctx = (struct si_context*)sscreen->aux_context;
237 sscreen->aux_context->flush(sscreen->aux_context, NULL, 0);
H A Dsi_pipe.c707 struct u_log_context *aux_log = ((struct si_context *)sscreen->aux_context)->log;
709 sscreen->aux_context->set_log_context(sscreen->aux_context, NULL);
714 sscreen->aux_context->destroy(sscreen->aux_context);
758 struct pipe_context *ctx = sscreen->aux_context;
1201 sscreen->aux_context = si_create_context(
1206 sscreen->aux_context->set_log_context(sscreen->aux_context, log);
1222 si_test_gds((struct si_context*)sscreen->aux_context);
[all...]
H A Dsi_texture.c385 if (ctx == sscreen->aux_context)
395 if (ctx == sscreen->aux_context)
455 * screen::aux_context and the current context. If applications do this with
469 * \param sctx the current context if you have one, or sscreen->aux_context
483 if (&sctx->b == sscreen->aux_context)
490 if (&sctx->b == sscreen->aux_context)
827 sctx = (struct si_context*)(ctx ? ctx : sscreen->aux_context);
1444 struct si_context *sctx = (struct si_context*)sscreen->aux_context;
1453 sscreen->aux_context->flush(sscreen->aux_context, NUL
[all...]
H A Dsi_debug.c486 if (&sctx->b == sctx->screen->aux_context) {
H A Dsi_pipe.h499 struct pipe_context *aux_context; member in struct:si_screen
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c781 /* Check if the aux_context needs to be recreated */
782 struct si_context *saux = (struct si_context *)sscreen->aux_context;
788 /* We lost the aux_context, create a new one */
790 sscreen->aux_context->set_log_context(sscreen->aux_context, NULL);
791 sscreen->aux_context->destroy(sscreen->aux_context);
793 sscreen->aux_context = si_create_context(
797 sscreen->aux_context->set_log_context(sscreen->aux_context, aux_lo
[all...]
H A Dsi_texture.c305 if (ctx == sscreen->aux_context)
321 if (ctx == sscreen->aux_context)
375 * screen::aux_context and the current context. If applications do this with
389 * \param sctx the current context if you have one, or sscreen->aux_context
402 if (&sctx->b == sscreen->aux_context)
409 if (&sctx->b == sscreen->aux_context)
657 sctx = (struct si_context *)(ctx ? ctx : sscreen->aux_context);
1107 si_execute_clears((struct si_context *)sscreen->aux_context,
1109 sscreen->aux_context->flush(sscreen->aux_context, NUL
[all...]
H A Dsi_compute_blit.c379 struct si_context *ctx = (struct si_context *)sscreen->aux_context;
384 sscreen->aux_context->flush(sscreen->aux_context, NULL, 0);
H A Dsi_debug.c483 if (&sctx->b == sctx->screen->aux_context) {
H A Dsi_pipe.h566 struct pipe_context *aux_context; member in struct:si_screen
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.c1388 rscreen->aux_context->destroy(rscreen->aux_context);
1412 struct r600_common_context *rctx = (struct r600_common_context*)rscreen->aux_context;
1416 rscreen->aux_context->flush(rscreen->aux_context, NULL, 0);
H A Dr600_pipe_common.h358 struct pipe_context *aux_context; member in struct:r600_common_screen
H A Dr600_texture.c323 if (ctx == rscreen->aux_context)
329 if (ctx == rscreen->aux_context)
486 rctx = (struct r600_common_context*)(ctx ? ctx : rscreen->aux_context);
H A Dr600_pipe.c828 rscreen->b.aux_context = rscreen->b.b.context_create(&rscreen->b.b, NULL, 0);
831 #if 0 /* This is for testing whether aux_context and buffer clearing work correctly. */
H A Dr600_query.c1835 (struct r600_common_context*)rscreen->aux_context;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.c1370 rscreen->aux_context->destroy(rscreen->aux_context);
1394 struct r600_common_context *rctx = (struct r600_common_context*)rscreen->aux_context;
1398 rscreen->aux_context->flush(rscreen->aux_context, NULL, 0);
H A Dr600_pipe_common.h354 struct pipe_context *aux_context; member in struct:r600_common_screen
H A Dr600_texture.c322 if (ctx == rscreen->aux_context)
328 if (ctx == rscreen->aux_context)
485 rctx = (struct r600_common_context*)(ctx ? ctx : rscreen->aux_context);
H A Dr600_pipe.c806 rscreen->b.aux_context = rscreen->b.b.context_create(&rscreen->b.b, NULL, 0);
809 #if 0 /* This is for testing whether aux_context and buffer clearing work correctly. */
H A Dr600_query.c1833 (struct r600_common_context*)rscreen->aux_context;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.6.rst127 - radeonsi: Check aux_context on si_destroy_screen()
H A D19.3.0.rst2466 - radeonsi: recreate aux_context after a GPU reset
H A D21.3.0.rst3377 - radeonsi: Check aux_context on si_destroy_screen()
H A D21.1.0.rst4687 - radeonsi: only recreate the aux_context when soft recovery failed
H A D21.2.0.rst4284 - radeonsi: Check aux_context on si_destroy_screen()

Completed in 62 milliseconds