Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.c1321 rscreen->aux_context->destroy(rscreen->aux_context); in r600_destroy_common_screen()
1359 struct r600_common_context *rctx = (struct r600_common_context*)rscreen->aux_context; in r600_screen_clear_buffer()
1363 rscreen->aux_context->flush(rscreen->aux_context, NULL, 0); in r600_screen_clear_buffer()
Dr600_texture.c312 if (ctx == rscreen->aux_context) in r600_eliminate_fast_color_clear()
318 if (ctx == rscreen->aux_context) in r600_eliminate_fast_color_clear()
401 if (&rctx->b == rscreen->aux_context) in r600_texture_disable_dcc()
408 if (&rctx->b == rscreen->aux_context) in r600_texture_disable_dcc()
495 (ctx ? ctx : rscreen->aux_context); in r600_texture_get_handle()
Dr600_pipe_common.h383 struct pipe_context *aux_context; member
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c700 rscreen->b.aux_context = rscreen->b.b.context_create(&rscreen->b.b, NULL, 0); in r600_screen_create()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c858 sscreen->b.aux_context = sscreen->b.b.context_create(&sscreen->b.b, NULL, 0); in radeonsi_screen_create()