Home
last modified time | relevance | path

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

/third_party/mesa3d/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; in fd_bc_dump()
284 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in fd_bc_invalidate_batch()
317 foreach_batch (batch, &screen->batch_cache, rsc->track->batch_mask) { in fd_bc_invalidate_resource()
326 foreach_batch (batch, &screen->batch_cache, rsc->track->bc_batch_mask) in fd_bc_invalidate_resource()
412 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_alloc_batch()
435 struct fd_batch_cache *cache = &ctx->screen->batch_cache;
H A Dfreedreno_batch.c227 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache;
241 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in batch_reset_dependencies()
396 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in recursive_dependents_mask()
476 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in fd_batch_resource_write()
H A Dfreedreno_screen.h138 struct fd_batch_cache batch_cache; member
H A Dfreedreno_screen.c162 fd_bc_fini(&screen->batch_cache); in fd_screen_destroy()
1114 fd_bc_init(&screen->batch_cache); in fd_screen_create()
H A Dfreedreno_resource.c385 foreach_batch (batch, &screen->batch_cache, rsc->track->bc_batch_mask) {
457 foreach_batch (batch, &ctx->screen->batch_cache, rsc->track->batch_mask) {

Completed in 6 milliseconds