Searched refs:fd_batch_cache (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch_cache.h38 struct fd_batch_cache { struct
62 void fd_bc_init(struct fd_batch_cache *cache);
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, bool nondraw);
73 struct fd_batch * fd_batch_from_fb(struct fd_batch_cache *cache,
H A Dfreedreno_batch_cache.c117 fd_bc_init(struct fd_batch_cache *cache)
123 fd_bc_fini(struct fd_batch_cache *cache)
129 bc_flush(struct fd_batch_cache *cache, struct fd_context *ctx, bool deferred)
172 fd_bc_flush(struct fd_batch_cache *cache, struct fd_context *ctx)
183 fd_bc_flush_deferred(struct fd_batch_cache *cache, struct fd_context *ctx)
191 struct fd_batch_cache *cache = &ctx->screen->batch_cache;
220 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache;
274 fd_bc_alloc_batch(struct fd_batch_cache *cache, struct fd_context *ctx, bool nondraw)
354 batch_from_key(struct fd_batch_cache *cache, struct key *key,
410 fd_batch_from_fb(struct fd_batch_cache *cach
[all...]
H A Dfreedreno_screen.h99 struct fd_batch_cache batch_cache;
H A Dfreedreno_batch.c196 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache;
406 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache;
468 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch_cache.h41 struct fd_batch_cache { struct
66 void fd_bc_init(struct fd_batch_cache *cache);
67 void fd_bc_fini(struct fd_batch_cache *cache);
H A Dfreedreno_batch_cache.c132 fd_bc_init(struct fd_batch_cache *cache)
139 fd_bc_fini(struct fd_batch_cache *cache)
148 struct fd_batch_cache *cache = &ctx->screen->batch_cache;
243 struct fd_batch_cache *cache = &ctx->screen->batch_cache;
284 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache;
335 alloc_batch_locked(struct fd_batch_cache *cache, struct fd_context *ctx,
412 struct fd_batch_cache *cache = &ctx->screen->batch_cache;
435 struct fd_batch_cache *cache = &ctx->screen->batch_cache;
H A Dfreedreno_batch.c233 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache;
247 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache;
402 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache;
482 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache;
H A Dfreedreno_screen.h138 struct fd_batch_cache batch_cache;

Completed in 11 milliseconds