Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_blit.c286 if (!sctx->cs_copy_buffer) { in si_compute_do_clear_or_copy()
287 sctx->cs_copy_buffer = si_create_dma_compute_shader( in si_compute_do_clear_or_copy()
291 si_launch_grid_internal_ssbos(sctx, &info, sctx->cs_copy_buffer, flags, coher, in si_compute_do_clear_or_copy()
Dsi_pipe.c254 if (sctx->cs_copy_buffer) in si_destroy_context()
255 sctx->b.delete_compute_state(&sctx->b, sctx->cs_copy_buffer); in si_destroy_context()
Dsi_pipe.h940 void *cs_copy_buffer; member