Searched refs:old_batch (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.h264 struct fd_batch *old_batch = *ptr; local in function:fd_batch_reference_locked
267 if (old_batch)
268 fd_context_assert_locked(old_batch->ctx);
272 __fd_batch_destroy(old_batch);
280 struct fd_batch *old_batch = *ptr; local in function:fd_batch_reference
281 struct fd_context *ctx = old_batch ? old_batch->ctx : NULL;
H A Dfreedreno_state.c235 struct fd_batch *old_batch = NULL; local in function:fd_set_framebuffer_state
237 fd_batch_reference(&old_batch, ctx->batch);
239 if (likely(old_batch))
240 fd_batch_set_stage(old_batch, FD_STAGE_NULL);
245 if (old_batch && old_batch->blit && !old_batch->back_blit) {
251 fd_batch_flush(old_batch, false, false);
254 fd_batch_reference(&old_batch, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.h310 struct fd_batch *old_batch = *ptr; local in function:fd_batch_reference_locked
313 if (old_batch)
314 fd_screen_assert_locked(old_batch->ctx->screen);
319 __fd_batch_destroy(old_batch);
327 struct fd_batch *old_batch = *ptr; local in function:fd_batch_reference
328 struct fd_context *ctx = old_batch ? old_batch->ctx : NULL;
H A Dfreedreno_state.c281 struct fd_batch *old_batch = NULL; local in function:fd_set_framebuffer_state
283 fd_batch_reference(&old_batch, ctx->batch);
285 if (likely(old_batch))
286 fd_batch_finish_queries(old_batch);
292 fd_batch_reference(&old_batch, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp1597 d3d12_foreach_submitted_batch(ctx, old_batch)
1598 d3d12_reset_batch(ctx, old_batch, PIPE_TIMEOUT_INFINITE);

Completed in 8 milliseconds