Searched refs:fd_bc_alloc_batch (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_batch_cache.h | 73 struct fd_batch * fd_bc_alloc_batch(struct fd_batch_cache *cache, struct fd_context *ctx, bool nond…
|
D | freedreno_batch_cache.c | 315 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()
|
D | freedreno_draw.c | 482 batch = fd_bc_alloc_batch(&ctx->screen->batch_cache, ctx, true); in fd_launch_grid()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_blitter.c | 443 batch = fd_bc_alloc_batch(&ctx->screen->batch_cache, ctx, true); in fd5_blitter_blit()
|
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_blitter.c | 802 batch = fd_bc_alloc_batch(&ctx->screen->batch_cache, ctx, true); in handle_rgba_blit()
|