Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c801 /* Check if the aux_context needs to be recreated */ in si_create_context()
807 /* We lost the aux_context, create a new one */ in si_create_context()
817 sscreen->aux_context = saux; in si_create_context()
927 if (sscreen->aux_context) { in si_destroy_screen()
998 struct pipe_context *ctx = sscreen->aux_context; in si_test_vmfault()
1417 sscreen->aux_context = si_create_context( in radeonsi_screen_create_impl()
1426 si_get_aux_context(sscreen)->b.set_log_context(sscreen->aux_context, log); in radeonsi_screen_create_impl()
1444 si_test_gds((struct si_context *)sscreen->aux_context); in radeonsi_screen_create_impl()
1447 si_test_gds_memory_management((struct si_context *)sscreen->aux_context, 32 * 1024, 4, in radeonsi_screen_create_impl()
1451 si_test_gds_memory_management((struct si_context *)sscreen->aux_context, in radeonsi_screen_create_impl()
[all...]
H A Dsi_debug.c476 if (&sctx->b == sctx->screen->aux_context) { in si_log_hw_flush()
H A Dsi_pipe.h603 void *aux_context; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe_common.c1433 rscreen->aux_context->destroy(rscreen->aux_context); in r600_destroy_common_screen()
1457 struct r600_common_context *rctx = (struct r600_common_context*)rscreen->aux_context; in r600_screen_clear_buffer()
1461 rscreen->aux_context->flush(rscreen->aux_context, NULL, 0); in r600_screen_clear_buffer()
H A Dr600_pipe_common.h347 struct pipe_context *aux_context; member
H A Dr600_pipe.c762 rscreen->b.aux_context = rscreen->b.b.context_create(&rscreen->b.b, NULL, 0); in r600_screen_create()
765 #if 0 /* This is for testing whether aux_context and buffer clearing work correctly. */ in r600_screen_create()
H A Dr600_texture.c322 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()
H A Dr600_query.c1833 (struct r600_common_context*)rscreen->aux_context; in r600_query_fix_enabled_rb_mask()

Completed in 18 milliseconds