Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_blit.c258 if (!sctx->cs_clear_buffer) { in si_compute_do_clear_or_copy()
259 sctx->cs_clear_buffer = si_create_dma_compute_shader( in si_compute_do_clear_or_copy()
262 ctx->bind_compute_state(ctx, sctx->cs_clear_buffer); in si_compute_do_clear_or_copy()
Dsi_pipe.c236 if (sctx->cs_clear_buffer) in si_destroy_context()
237 sctx->b.delete_compute_state(&sctx->b, sctx->cs_clear_buffer); in si_destroy_context()
Dsi_pipe.h938 void *cs_clear_buffer; member