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.h62 struct fd_batch *fd_bc_alloc_batch(struct fd_context *ctx,
Dfreedreno_batch_cache.c469 fd_bc_alloc_batch(struct fd_context *ctx, bool nondraw) in fd_bc_alloc_batch() function
Dfreedreno_context.c350 batch = fd_bc_alloc_batch(ctx, true); in fd_context_batch_nondraw()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.cc935 struct fd_batch *batch = fd_bc_alloc_batch(ctx, true); in fd6_clear_buffer()
1064 struct fd_batch *batch = fd_bc_alloc_batch(ctx, true); in fd6_clear_texture()
1212 batch = fd_bc_alloc_batch(ctx, true); in handle_rgba_blit()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_blitter.c418 batch = fd_bc_alloc_batch(ctx, true); in fd5_blitter_blit()