Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c170 assert(!sscreen->async_compute_context); in si_init_aux_async_compute_ctx()
171 sscreen->async_compute_context = in si_init_aux_async_compute_ctx()
179 if (sscreen->async_compute_context) in si_init_aux_async_compute_ctx()
180 ((struct si_context*)sscreen->async_compute_context)->cs_max_waves_per_sh = 2; in si_init_aux_async_compute_ctx()
857 if (sscreen->async_compute_context) { in si_create_context()
858 struct si_context *compute_ctx = (struct si_context*)sscreen->async_compute_context; in si_create_context()
863 sscreen->async_compute_context->destroy(sscreen->async_compute_context); in si_create_context()
864 sscreen->async_compute_context = NULL; in si_create_context()
1016 if (sscreen->async_compute_context) { in si_destroy_screen()
1017 sscreen->async_compute_context->destroy(sscreen->async_compute_context); in si_destroy_screen()
H A Dsi_blit.c1248 if (!sscreen->async_compute_context) in si_blit()
1251 if (sscreen->async_compute_context) { in si_blit()
1252 si_compute_copy_image((struct si_context*)sctx->screen->async_compute_context, in si_blit()
1255 si_flush_gfx_cs((struct si_context*)sctx->screen->async_compute_context, 0, NULL); in si_blit()
H A Dsi_pipe.h572 struct pipe_context *async_compute_context; member