Home
last modified time | relevance | path

Searched refs:fd_batch_cache (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch_cache.h38 struct fd_batch_cache { struct
62 void fd_bc_init(struct fd_batch_cache *cache); argument
63 void fd_bc_fini(struct fd_batch_cache *cache);
65 void fd_bc_flush(struct fd_batch_cache *cache, struct fd_context *ctx);
66 void fd_bc_flush_deferred(struct fd_batch_cache *cache, struct fd_context *ctx);
71 struct fd_batch * fd_bc_alloc_batch(struct fd_batch_cache *cache, struct fd_context *ctx);
73 struct fd_batch * fd_batch_from_fb(struct fd_batch_cache *cache,
Dfreedreno_batch_cache.c116 fd_bc_init(struct fd_batch_cache *cache) in fd_bc_init()
122 fd_bc_fini(struct fd_batch_cache *cache) in fd_bc_fini()
128 fd_bc_flush(struct fd_batch_cache *cache, struct fd_context *ctx) in fd_bc_flush()
162 fd_bc_flush_deferred(struct fd_batch_cache *cache, struct fd_context *ctx) in fd_bc_flush_deferred()
183 struct fd_batch_cache *cache = &ctx->screen->batch_cache; in fd_bc_invalidate_context()
202 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in fd_bc_invalidate_batch()
256 fd_bc_alloc_batch(struct fd_batch_cache *cache, struct fd_context *ctx) in fd_bc_alloc_batch()
337 batch_from_key(struct fd_batch_cache *cache, struct key *key, in batch_from_key()
392 fd_batch_from_fb(struct fd_batch_cache *cache, struct fd_context *ctx, in fd_batch_from_fb()
Dfreedreno_batch.c162 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in batch_flush_reset_dependencies()
351 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in batch_depends_on()
406 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; in fd_batch_resource_used()
Dfreedreno_screen.h88 struct fd_batch_cache batch_cache;