Home
last modified time | relevance | path

Searched refs:batch_cache (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch_cache.c205 struct fd_batch_cache *cache = &screen->batch_cache; in fd_bc_dump()
232 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_invalidate_context()
261 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in fd_bc_invalidate_batch()
297 foreach_batch(batch, &screen->batch_cache, rsc->batch_mask) { in fd_bc_invalidate_resource()
306 foreach_batch(batch, &screen->batch_cache, rsc->bc_batch_mask) in fd_bc_invalidate_resource()
Dfreedreno_batch.c218 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in batch_flush_reset_dependencies()
379 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in recursive_dependents_mask()
454 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in fd_batch_resource_write()
Dfreedreno_screen.h113 struct fd_batch_cache batch_cache; member
Dfreedreno_context.c93 fd_bc_flush_deferred(&ctx->screen->batch_cache, ctx); in fd_context_flush()
95 fd_bc_flush(&ctx->screen->batch_cache, ctx); in fd_context_flush()
Dfreedreno_resource.c327 foreach_batch(batch, &ctx->screen->batch_cache, rsc->batch_mask) { in fd_try_shadow_resource()
538 foreach_batch(batch, &ctx->screen->batch_cache, batch_mask) in flush_resource()
542 foreach_batch(batch, &ctx->screen->batch_cache, batch_mask) in flush_resource()
545 foreach_batch(batch, &ctx->screen->batch_cache, batch_mask) { in flush_resource()
Dfreedreno_screen.c158 fd_bc_fini(&screen->batch_cache); in fd_screen_destroy()
1014 fd_bc_init(&screen->batch_cache); in fd_screen_create()
Dfreedreno_context.h531 fd_batch_from_fb(&ctx->screen->batch_cache, ctx, &ctx->framebuffer); in fd_context_batch()
Dfreedreno_draw.c482 batch = fd_bc_alloc_batch(&ctx->screen->batch_cache, ctx, true); in fd_launch_grid()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_blitter.c443 batch = fd_bc_alloc_batch(&ctx->screen->batch_cache, ctx, true); in fd5_blitter_blit()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.c802 batch = fd_bc_alloc_batch(&ctx->screen->batch_cache, ctx, true); in handle_rgba_blit()