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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_buffer.c556 struct si_sdma_upload *up = &sctx->sdma_uploads[i];
572 size = sctx->max_sdma_uploads * sizeof(sctx->sdma_uploads[0]);
573 sctx->sdma_uploads = realloc(sctx->sdma_uploads, size);
578 &sctx->sdma_uploads[sctx->num_sdma_uploads++];
H A Dsi_gfx_cs.c65 si_resource_reference(&sctx->sdma_uploads[i].dst, NULL);
66 si_resource_reference(&sctx->sdma_uploads[i].src, NULL);
114 /* Update the sdma_uploads list by flushing the uploader. */
120 struct si_sdma_upload *up = &ctx->sdma_uploads[i];
H A Dsi_pipe.h1093 struct si_sdma_upload *sdma_uploads; member in struct:si_context

Completed in 6 milliseconds