| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_dma_cs.c | 233 struct si_context *ctx = (struct si_context*)sscreen->aux_context; 237 sscreen->aux_context->flush(sscreen->aux_context, NULL, 0);
|
| H A D | si_pipe.c | 707 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 D | si_texture.c | 385 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 D | si_debug.c | 486 if (&sctx->b == sctx->screen->aux_context) {
|
| H A D | si_pipe.h | 499 struct pipe_context *aux_context; member in struct:si_screen
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_pipe.c | 781 /* 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 D | si_texture.c | 305 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 D | si_compute_blit.c | 379 struct si_context *ctx = (struct si_context *)sscreen->aux_context; 384 sscreen->aux_context->flush(sscreen->aux_context, NULL, 0);
|
| H A D | si_debug.c | 483 if (&sctx->b == sctx->screen->aux_context) {
|
| H A D | si_pipe.h | 566 struct pipe_context *aux_context; member in struct:si_screen
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_pipe_common.c | 1388 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 D | r600_pipe_common.h | 358 struct pipe_context *aux_context; member in struct:r600_common_screen
|
| H A D | r600_texture.c | 323 if (ctx == rscreen->aux_context) 329 if (ctx == rscreen->aux_context) 486 rctx = (struct r600_common_context*)(ctx ? ctx : rscreen->aux_context);
|
| H A D | r600_pipe.c | 828 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 D | r600_query.c | 1835 (struct r600_common_context*)rscreen->aux_context;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_pipe_common.c | 1370 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 D | r600_pipe_common.h | 354 struct pipe_context *aux_context; member in struct:r600_common_screen
|
| H A D | r600_texture.c | 322 if (ctx == rscreen->aux_context) 328 if (ctx == rscreen->aux_context) 485 rctx = (struct r600_common_context*)(ctx ? ctx : rscreen->aux_context);
|
| H A D | r600_pipe.c | 806 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 D | r600_query.c | 1833 (struct r600_common_context*)rscreen->aux_context;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.1.6.rst | 127 - radeonsi: Check aux_context on si_destroy_screen()
|
| H A D | 19.3.0.rst | 2466 - radeonsi: recreate aux_context after a GPU reset
|
| H A D | 21.3.0.rst | 3377 - radeonsi: Check aux_context on si_destroy_screen()
|
| H A D | 21.1.0.rst | 4687 - radeonsi: only recreate the aux_context when soft recovery failed
|
| H A D | 21.2.0.rst | 4284 - radeonsi: Check aux_context on si_destroy_screen()
|