Searched refs:cs_copy_buffer (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_compute_blit.c147 if (!sctx->cs_copy_buffer) {
148 sctx->cs_copy_buffer = si_create_dma_compute_shader(&sctx->b,
152 ctx->bind_compute_state(ctx, sctx->cs_copy_buffer);
H A Dsi_pipe.c205 if (sctx->cs_copy_buffer)
206 sctx->b.delete_compute_state(&sctx->b, sctx->cs_copy_buffer);
H A Dsi_pipe.h833 void *cs_copy_buffer; member in struct:si_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_compute_blit.c286 if (!sctx->cs_copy_buffer) {
287 sctx->cs_copy_buffer = si_create_dma_compute_shader(
291 si_launch_grid_internal_ssbos(sctx, &info, sctx->cs_copy_buffer, flags, coher,
H A Dsi_pipe.c254 if (sctx->cs_copy_buffer)
255 sctx->b.delete_compute_state(&sctx->b, sctx->cs_copy_buffer);
H A Dsi_pipe.h940 void *cs_copy_buffer; member in struct:si_context

Completed in 33 milliseconds