Home
last modified time | relevance | path

Searched refs:fd_bc_alloc_batch (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch_cache.h73 struct fd_batch * fd_bc_alloc_batch(struct fd_batch_cache *cache, struct fd_context *ctx, bool nond…
Dfreedreno_batch_cache.c315 fd_bc_alloc_batch(struct fd_batch_cache *cache, struct fd_context *ctx, bool nondraw) in fd_bc_alloc_batch() function
416 batch = fd_bc_alloc_batch(cache, ctx, false); in batch_from_key()
Dfreedreno_draw.c482 batch = fd_bc_alloc_batch(&ctx->screen->batch_cache, ctx, true); in fd_launch_grid()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_blitter.c443 batch = fd_bc_alloc_batch(&ctx->screen->batch_cache, ctx, true); in fd5_blitter_blit()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.c802 batch = fd_bc_alloc_batch(&ctx->screen->batch_cache, ctx, true); in handle_rgba_blit()