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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_draw.c420 struct fd_batch *batch, *save_batch = NULL; local in function:fd_launch_grid
424 fd_batch_reference(&save_batch, ctx->batch);
469 fd_batch_reference(&ctx->batch, save_batch);
471 fd_batch_reference(&save_batch, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_draw.c525 struct fd_batch *batch, *save_batch = NULL; local in function:fd_launch_grid
528 fd_batch_reference(&save_batch, ctx->batch);
578 fd_batch_reference(&ctx->batch, save_batch);
580 fd_batch_reference(&save_batch, NULL);

Completed in 4 milliseconds