Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c164 assert(!sscreen->async_compute_context); in si_init_aux_async_compute_ctx()
165 sscreen->async_compute_context = si_create_context( in si_init_aux_async_compute_ctx()
172 if (sscreen->async_compute_context) in si_init_aux_async_compute_ctx()
173 ((struct si_context*)sscreen->async_compute_context)->cs_max_waves_per_sh = 2; in si_init_aux_async_compute_ctx()
822 if (status != PIPE_NO_RESET && sscreen->async_compute_context) { in si_create_context()
823 sscreen->async_compute_context->destroy(sscreen->async_compute_context); in si_create_context()
824 sscreen->async_compute_context = NULL; in si_create_context()
942 if (sscreen->async_compute_context) { in si_destroy_screen()
943 sscreen->async_compute_context->destroy(sscreen->async_compute_context); in si_destroy_screen()
Dsi_blit.c1188 if (!sscreen->async_compute_context) in si_blit()
1191 if (sscreen->async_compute_context) { in si_blit()
1192 si_compute_copy_image((struct si_context*)sctx->screen->async_compute_context, in si_blit()
1195 si_flush_gfx_cs((struct si_context*)sctx->screen->async_compute_context, 0, NULL); in si_blit()
Dsi_pipe.h607 struct pipe_context *async_compute_context; member