Searched refs:batch_cache (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/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; 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 D | freedreno_batch.c | 227 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 D | freedreno_screen.h | 138 struct fd_batch_cache batch_cache; member
|
H A D | freedreno_screen.c | 162 fd_bc_fini(&screen->batch_cache); in fd_screen_destroy() 1114 fd_bc_init(&screen->batch_cache); in fd_screen_create()
|
H A D | freedreno_resource.c | 385 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