Searched refs:fd_bc_alloc_batch (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch_cache.h71 struct fd_batch * fd_bc_alloc_batch(struct fd_batch_cache *cache, struct fd_context *ctx, bool nondraw);
H A Dfreedreno_batch_cache.c274 fd_bc_alloc_batch(struct fd_batch_cache *cache, struct fd_context *ctx, bool nondraw) function in typeref:struct:fd_batch *
368 batch = fd_bc_alloc_batch(cache, ctx, false);
H A Dfreedreno_context.c383 ctx->batch = fd_bc_alloc_batch(&screen->batch_cache, ctx, false);
H A Dfreedreno_batch.c387 new_batch = fd_bc_alloc_batch(&ctx->screen->batch_cache, ctx, false);
H A Dfreedreno_draw.c423 batch = fd_bc_alloc_batch(&ctx->screen->batch_cache, ctx, true);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch_cache.h77 struct fd_batch *fd_bc_alloc_batch(struct fd_context *ctx,
H A Dfreedreno_batch_cache.c410 fd_bc_alloc_batch(struct fd_context *ctx, bool nondraw) function in typeref:struct:fd_batch *
H A Dfreedreno_draw.c527 batch = fd_bc_alloc_batch(ctx, true);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blitter.c462 batch = fd_bc_alloc_batch(&ctx->screen->batch_cache, ctx, true);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blitter.c447 batch = fd_bc_alloc_batch(ctx, true);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.c683 batch = fd_bc_alloc_batch(&ctx->screen->batch_cache, ctx, true);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.c918 batch = fd_bc_alloc_batch(ctx, true);

Completed in 29 milliseconds