Searched refs:cs_copy_buffer (Results 1 – 3 of 3) sorted by relevance
244 if (!sctx->cs_copy_buffer) { in si_compute_do_clear_or_copy()245 sctx->cs_copy_buffer = si_create_dma_compute_shader( in si_compute_do_clear_or_copy()248 ctx->bind_compute_state(ctx, sctx->cs_copy_buffer); in si_compute_do_clear_or_copy()
238 if (sctx->cs_copy_buffer) in si_destroy_context()239 sctx->b.delete_compute_state(&sctx->b, sctx->cs_copy_buffer); in si_destroy_context()
939 void *cs_copy_buffer; member