Home
last modified time | relevance | path

Searched refs:cs_clear_buffer (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute_blit.c404 if (!sctx->cs_clear_buffer) { in si_compute_do_clear_or_copy()
405 sctx->cs_clear_buffer = si_create_dma_compute_shader( in si_compute_do_clear_or_copy()
409 si_launch_grid_internal_ssbos(sctx, &info, sctx->cs_clear_buffer, flags, coher, in si_compute_do_clear_or_copy()
H A Dsi_pipe.c260 if (sctx->cs_clear_buffer) in si_destroy_context()
261 sctx->b.delete_compute_state(&sctx->b, sctx->cs_clear_buffer); in si_destroy_context()
H A Dsi_pipe.h978 void *cs_clear_buffer; member

Completed in 9 milliseconds