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 D | freedreno_batch_cache.h | 71 struct fd_batch * fd_bc_alloc_batch(struct fd_batch_cache *cache, struct fd_context *ctx, bool nondraw);
|
| H A D | freedreno_batch_cache.c | 274 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 D | freedreno_context.c | 383 ctx->batch = fd_bc_alloc_batch(&screen->batch_cache, ctx, false);
|
| H A D | freedreno_batch.c | 387 new_batch = fd_bc_alloc_batch(&ctx->screen->batch_cache, ctx, false);
|
| H A D | freedreno_draw.c | 423 batch = fd_bc_alloc_batch(&ctx->screen->batch_cache, ctx, true);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_batch_cache.h | 77 struct fd_batch *fd_bc_alloc_batch(struct fd_context *ctx,
|
| H A D | freedreno_batch_cache.c | 410 fd_bc_alloc_batch(struct fd_context *ctx, bool nondraw) function in typeref:struct:fd_batch *
|
| H A D | freedreno_draw.c | 527 batch = fd_bc_alloc_batch(ctx, true);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_blitter.c | 462 batch = fd_bc_alloc_batch(&ctx->screen->batch_cache, ctx, true);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_blitter.c | 447 batch = fd_bc_alloc_batch(ctx, true);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_blitter.c | 683 batch = fd_bc_alloc_batch(&ctx->screen->batch_cache, ctx, true);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_blitter.c | 918 batch = fd_bc_alloc_batch(ctx, true);
|
Completed in 29 milliseconds