Searched refs:batch_cache (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch_cache.c148 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 Dfreedreno_batch.c233 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 Dfreedreno_screen.h138 struct fd_batch_cache batch_cache; member in struct:fd_screen
H A Dfreedreno_screen.c158 fd_bc_fini(&screen->batch_cache);
1091 fd_bc_init(&screen->batch_cache);
H A Dfreedreno_resource.c383 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 Dfreedreno_context.c74 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 Dfreedreno_batch.c196 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 Dfreedreno_batch_cache.c191 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 Dfreedreno_screen.h99 struct fd_batch_cache batch_cache; member in struct:fd_screen
H A Dfreedreno_screen.c154 fd_bc_fini(&screen->batch_cache);
914 fd_bc_init(&screen->batch_cache);
H A Dfreedreno_context.h448 fd_batch_from_fb(&ctx->screen->batch_cache, ctx, &ctx->framebuffer);
H A Dfreedreno_resource.c210 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 Dfreedreno_draw.c423 batch = fd_bc_alloc_batch(&ctx->screen->batch_cache, ctx, true);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blitter.c462 batch = fd_bc_alloc_batch(&ctx->screen->batch_cache, ctx, true);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.c683 batch = fd_bc_alloc_batch(&ctx->screen->batch_cache, ctx, true);

Completed in 31 milliseconds