Searched refs:batch_cache (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_batch_cache.c | 148 struct fd_batch_cache *cache = &ctx->screen->batch_cache; 230 foreach_batch (batch, &ctx->screen->batch_cache, rsc->track->batch_mask) 243 struct fd_batch_cache *cache = &ctx->screen->batch_cache; 284 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; 317 foreach_batch (batch, &screen->batch_cache, rsc->track->batch_mask) { 326 foreach_batch (batch, &screen->batch_cache, rsc->track->bc_batch_mask) 412 struct fd_batch_cache *cache = &ctx->screen->batch_cache; 435 struct fd_batch_cache *cache = &ctx->screen->batch_cache;
|
| H A D | freedreno_batch.c | 233 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; 247 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; 402 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; 482 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache;
|
| H A D | freedreno_screen.h | 138 struct fd_batch_cache batch_cache; member in struct:fd_screen
|
| H A D | freedreno_screen.c | 158 fd_bc_fini(&screen->batch_cache); 1091 fd_bc_init(&screen->batch_cache);
|
| H A D | freedreno_resource.c | 383 foreach_batch (batch, &screen->batch_cache, rsc->track->bc_batch_mask) { 455 foreach_batch (batch, &ctx->screen->batch_cache, rsc->track->batch_mask) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_context.c | 74 fd_bc_flush_deferred(&ctx->screen->batch_cache, ctx); 76 fd_bc_flush(&ctx->screen->batch_cache, ctx); 383 ctx->batch = fd_bc_alloc_batch(&screen->batch_cache, ctx, false);
|
| H A D | freedreno_batch.c | 196 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; 387 new_batch = fd_bc_alloc_batch(&ctx->screen->batch_cache, ctx, false); 406 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; 468 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache;
|
| H A D | freedreno_batch_cache.c | 191 struct fd_batch_cache *cache = &ctx->screen->batch_cache; 220 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; 256 foreach_batch(batch, &screen->batch_cache, rsc->batch_mask) { 265 foreach_batch(batch, &screen->batch_cache, rsc->bc_batch_mask)
|
| H A D | freedreno_screen.h | 99 struct fd_batch_cache batch_cache; member in struct:fd_screen
|
| H A D | freedreno_screen.c | 154 fd_bc_fini(&screen->batch_cache); 914 fd_bc_init(&screen->batch_cache);
|
| H A D | freedreno_context.h | 448 fd_batch_from_fb(&ctx->screen->batch_cache, ctx, &ctx->framebuffer);
|
| H A D | freedreno_resource.c | 210 foreach_batch(batch, &ctx->screen->batch_cache, rsc->batch_mask) { 389 foreach_batch(batch, &ctx->screen->batch_cache, batch_mask) 393 foreach_batch(batch, &ctx->screen->batch_cache, batch_mask) 396 foreach_batch(batch, &ctx->screen->batch_cache, batch_mask) {
|
| H A D | freedreno_draw.c | 423 batch = fd_bc_alloc_batch(&ctx->screen->batch_cache, 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.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);
|
Completed in 31 milliseconds