Searched refs:aux_context (Results 1 – 15 of 15) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.c | 782 struct si_context *saux = (struct si_context *)sscreen->aux_context; in si_create_context() 790 sscreen->aux_context->set_log_context(sscreen->aux_context, NULL); in si_create_context() 791 sscreen->aux_context->destroy(sscreen->aux_context); in si_create_context() 793 sscreen->aux_context = si_create_context( in si_create_context() 797 sscreen->aux_context->set_log_context(sscreen->aux_context, aux_log); in si_create_context() 902 if (sscreen->aux_context) { in si_destroy_screen() 903 struct u_log_context *aux_log = ((struct si_context *)sscreen->aux_context)->log; in si_destroy_screen() 905 sscreen->aux_context->set_log_context(sscreen->aux_context, NULL); in si_destroy_screen() 910 sscreen->aux_context->destroy(sscreen->aux_context); in si_destroy_screen() 966 struct pipe_context *ctx = sscreen->aux_context; in si_test_vmfault() [all …]
|
D | si_texture.c | 299 if (ctx == sscreen->aux_context) in si_eliminate_fast_color_clear() 315 if (ctx == sscreen->aux_context) in si_eliminate_fast_color_clear() 396 if (&sctx->b == sscreen->aux_context) in si_texture_disable_dcc() 403 if (&sctx->b == sscreen->aux_context) in si_texture_disable_dcc() 651 sctx = (struct si_context *)(ctx ? ctx : sscreen->aux_context); in si_texture_get_handle() 1101 si_execute_clears((struct si_context *)sscreen->aux_context, in si_texture_create_object() 1103 sscreen->aux_context->flush(sscreen->aux_context, NULL, 0); in si_texture_create_object()
|
D | si_compute_blit.c | 379 struct si_context *ctx = (struct si_context *)sscreen->aux_context; in si_screen_clear_buffer() 384 sscreen->aux_context->flush(sscreen->aux_context, NULL, 0); in si_screen_clear_buffer()
|
D | si_debug.c | 483 if (&sctx->b == sctx->screen->aux_context) { in si_log_hw_flush()
|
D | si_pipe.h | 566 struct pipe_context *aux_context; member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe_common.c | 1370 rscreen->aux_context->destroy(rscreen->aux_context); in r600_destroy_common_screen() 1394 struct r600_common_context *rctx = (struct r600_common_context*)rscreen->aux_context; in r600_screen_clear_buffer() 1398 rscreen->aux_context->flush(rscreen->aux_context, NULL, 0); in r600_screen_clear_buffer()
|
D | r600_pipe_common.h | 354 struct pipe_context *aux_context; member
|
D | r600_texture.c | 322 if (ctx == rscreen->aux_context) in r600_eliminate_fast_color_clear() 328 if (ctx == rscreen->aux_context) in r600_eliminate_fast_color_clear() 485 rctx = (struct r600_common_context*)(ctx ? ctx : rscreen->aux_context); in r600_texture_get_handle()
|
D | r600_pipe.c | 806 rscreen->b.aux_context = rscreen->b.b.context_create(&rscreen->b.b, NULL, 0); in r600_screen_create()
|
D | r600_query.c | 1833 (struct r600_common_context*)rscreen->aux_context; in r600_query_fix_enabled_rb_mask()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.6.rst | 127 - radeonsi: Check aux_context on si_destroy_screen()
|
D | 19.3.0.rst | 2466 - radeonsi: recreate aux_context after a GPU reset
|
D | 21.3.0.rst | 3377 - radeonsi: Check aux_context on si_destroy_screen()
|
D | 21.2.0.rst | 4284 - radeonsi: Check aux_context on si_destroy_screen()
|
D | 21.1.0.rst | 4687 - radeonsi: only recreate the aux_context when soft recovery failed
|