Searched refs:dispatch_buf (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_compute.c590 struct si_resource *dispatch_buf = NULL; local in function:si_setup_user_sgprs_co_v2
611 (struct pipe_resource**)&dispatch_buf);
613 if (!dispatch_buf) {
617 radeon_add_to_buffer_list(sctx, sctx->gfx_cs, dispatch_buf,
620 dispatch_va = dispatch_buf->gpu_address + dispatch_offset;
628 si_resource_reference(&dispatch_buf, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_compute.c631 struct si_resource *dispatch_buf = NULL; local in function:si_setup_user_sgprs_co_v2
651 (struct pipe_resource **)&dispatch_buf);
653 if (!dispatch_buf) {
657 radeon_add_to_buffer_list(sctx, &sctx->gfx_cs, dispatch_buf, RADEON_USAGE_READ,
660 dispatch_va = dispatch_buf->gpu_address + dispatch_offset;
666 si_resource_reference(&dispatch_buf, NULL);

Completed in 4 milliseconds