Searched refs:batch_cache (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_batch_cache.c | 205 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()
|
D | freedreno_batch.c | 218 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()
|
D | freedreno_screen.h | 113 struct fd_batch_cache batch_cache; member
|
D | freedreno_context.c | 93 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()
|
D | freedreno_resource.c | 327 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()
|
D | freedreno_screen.c | 158 fd_bc_fini(&screen->batch_cache); in fd_screen_destroy() 1014 fd_bc_init(&screen->batch_cache); in fd_screen_create()
|
D | freedreno_context.h | 531 fd_batch_from_fb(&ctx->screen->batch_cache, ctx, &ctx->framebuffer); in fd_context_batch()
|
D | freedreno_draw.c | 482 batch = fd_bc_alloc_batch(&ctx->screen->batch_cache, ctx, true); in fd_launch_grid()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_blitter.c | 443 batch = fd_bc_alloc_batch(&ctx->screen->batch_cache, ctx, true); in fd5_blitter_blit()
|
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_blitter.c | 802 batch = fd_bc_alloc_batch(&ctx->screen->batch_cache, ctx, true); in handle_rgba_blit()
|