Searched refs:fd_batch_cache (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_batch_cache.h | 39 struct fd_batch_cache { struct 63 void fd_bc_init(struct fd_batch_cache *cache); argument 64 void fd_bc_fini(struct fd_batch_cache *cache); 66 void fd_bc_flush(struct fd_batch_cache *cache, struct fd_context *ctx); 67 void fd_bc_flush_deferred(struct fd_batch_cache *cache, struct fd_context *ctx); 73 struct fd_batch * fd_bc_alloc_batch(struct fd_batch_cache *cache, struct fd_context *ctx, bool nond… 75 struct fd_batch * fd_batch_from_fb(struct fd_batch_cache *cache,
|
D | freedreno_batch_cache.c | 119 fd_bc_init(struct fd_batch_cache *cache) in fd_bc_init() 125 fd_bc_fini(struct fd_batch_cache *cache) in fd_bc_fini() 131 bc_flush(struct fd_batch_cache *cache, struct fd_context *ctx, bool deferred) in bc_flush() 174 fd_bc_flush(struct fd_batch_cache *cache, struct fd_context *ctx) in fd_bc_flush() 185 fd_bc_flush_deferred(struct fd_batch_cache *cache, struct fd_context *ctx) in fd_bc_flush_deferred() 191 batch_in_cache(struct fd_batch_cache *cache, struct fd_batch *batch) in batch_in_cache() 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() 315 fd_bc_alloc_batch(struct fd_batch_cache *cache, struct fd_context *ctx, bool nondraw) in fd_bc_alloc_batch() [all …]
|
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;
|