Searched refs:aux_context (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.c | 348 struct u_log_context *aux_log = ((struct si_context *)sscreen->aux_context)->log; in si_get_reset_status() 349 sscreen->aux_context->set_log_context(sscreen->aux_context, NULL); in si_get_reset_status() 350 sscreen->aux_context->destroy(sscreen->aux_context); in si_get_reset_status() 352 sscreen->aux_context = si_create_context( in si_get_reset_status() 355 sscreen->aux_context->set_log_context(sscreen->aux_context, aux_log); in si_get_reset_status() 606 bool is_aux_context = !sscreen->aux_context; in si_create_context() 813 struct u_log_context *aux_log = ((struct si_context *)sscreen->aux_context)->log; in si_destroy_screen() 815 sscreen->aux_context->set_log_context(sscreen->aux_context, NULL); in si_destroy_screen() 820 sscreen->aux_context->destroy(sscreen->aux_context); in si_destroy_screen() 867 struct pipe_context *ctx = sscreen->aux_context; in si_test_vmfault() [all …]
|
D | si_dma_cs.c | 324 struct si_context *ctx = (struct si_context *)sscreen->aux_context; in si_screen_clear_buffer() 328 sscreen->aux_context->flush(sscreen->aux_context, NULL, 0); in si_screen_clear_buffer()
|
D | si_texture.c | 333 if (ctx == sscreen->aux_context) in si_eliminate_fast_color_clear() 349 if (ctx == sscreen->aux_context) in si_eliminate_fast_color_clear() 430 if (&sctx->b == sscreen->aux_context) in si_texture_disable_dcc() 437 if (&sctx->b == sscreen->aux_context) in si_texture_disable_dcc() 683 sctx = (struct si_context *)(ctx ? ctx : sscreen->aux_context); in si_texture_get_handle() 1187 struct si_context *sctx = (struct si_context *)sscreen->aux_context; in si_texture_create_object() 1192 sscreen->aux_context->flush(sscreen->aux_context, NULL, 0); in si_texture_create_object()
|
D | si_debug.c | 504 if (&sctx->b == sctx->screen->aux_context) { in si_log_hw_flush()
|
D | si_pipe.h | 549 struct pipe_context *aux_context; member
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe_common.c | 1368 rscreen->aux_context->destroy(rscreen->aux_context); in r600_destroy_common_screen() 1392 struct r600_common_context *rctx = (struct r600_common_context*)rscreen->aux_context; in r600_screen_clear_buffer() 1396 rscreen->aux_context->flush(rscreen->aux_context, NULL, 0); in r600_screen_clear_buffer()
|
D | r600_pipe_common.h | 352 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 | 799 rscreen->b.aux_context = rscreen->b.b.context_create(&rscreen->b.b, NULL, 0); in r600_screen_create()
|
D | r600_query.c | 1836 (struct r600_common_context*)rscreen->aux_context; in r600_query_fix_enabled_rb_mask()
|
/external/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 2466 - radeonsi: recreate aux_context after a GPU reset
|