Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.c527 struct r600_common_context *rctx = (struct r600_common_context*)sscreen->aux_context; in si_screen_clear_buffer()
531 sscreen->aux_context->flush(sscreen->aux_context, NULL, 0); in si_screen_clear_buffer()
Dr600_texture.c391 if (ctx == sscreen->aux_context) in r600_eliminate_fast_color_clear()
397 if (ctx == sscreen->aux_context) in r600_eliminate_fast_color_clear()
477 if (&rctx->b == sscreen->aux_context) in si_texture_disable_dcc()
484 if (&rctx->b == sscreen->aux_context) in si_texture_disable_dcc()
689 rctx = (struct r600_common_context*)(ctx ? ctx : sscreen->aux_context); in r600_texture_get_handle()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c515 sscreen->aux_context->destroy(sscreen->aux_context); in si_destroy_screen()
592 struct pipe_context *ctx = sscreen->aux_context; in si_test_vmfault()
857 sscreen->aux_context = si_create_context(&sscreen->b, 0); in radeonsi_screen_create()
Dsi_pipe.h135 struct pipe_context *aux_context; member
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c1402 rscreen->aux_context->destroy(rscreen->aux_context); in r600_destroy_common_screen()
1426 struct r600_common_context *rctx = (struct r600_common_context*)rscreen->aux_context; in r600_screen_clear_buffer()
1430 rscreen->aux_context->flush(rscreen->aux_context, NULL, 0); in r600_screen_clear_buffer()
Dr600_pipe_common.h358 struct pipe_context *aux_context; member
Dr600_pipe.c767 rscreen->b.aux_context = rscreen->b.b.context_create(&rscreen->b.b, NULL, 0); in r600_screen_create()
Dr600_texture.c323 if (ctx == rscreen->aux_context) in r600_eliminate_fast_color_clear()
329 if (ctx == rscreen->aux_context) in r600_eliminate_fast_color_clear()
460 rctx = (struct r600_common_context*)(ctx ? ctx : rscreen->aux_context); in r600_texture_get_handle()
Dr600_query.c1816 (struct r600_common_context*)rscreen->aux_context; in r600_query_fix_enabled_rb_mask()