Home
last modified time | relevance | path

Searched refs:aux_log (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c789 struct u_log_context *aux_log = (saux)->log; in si_create_context() local
797 sscreen->aux_context->set_log_context(sscreen->aux_context, aux_log); in si_create_context()
903 struct u_log_context *aux_log = ((struct si_context *)sscreen->aux_context)->log; in si_destroy_screen() local
904 if (aux_log) { in si_destroy_screen()
906 u_log_context_destroy(aux_log); in si_destroy_screen()
907 FREE(aux_log); in si_destroy_screen()