HomeSort by relevance Sort by last modified time
    Searched refs:fd_batch_cache (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_batch_cache.h 38 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);
70 struct fd_batch * fd_bc_alloc_batch(struct fd_batch_cache *cache, struct fd_context *ctx);
72 struct fd_batch * fd_batch_from_fb(struct fd_batch_cache *cache,
freedreno_batch_cache.c 116 fd_bc_init(struct fd_batch_cache *cache)
122 fd_bc_fini(struct fd_batch_cache *cache)
128 fd_bc_flush(struct fd_batch_cache *cache, struct fd_context *ctx)
158 struct fd_batch_cache *cache = &ctx->screen->batch_cache;
177 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache;
231 fd_bc_alloc_batch(struct fd_batch_cache *cache, struct fd_context *ctx)
312 batch_from_key(struct fd_batch_cache *cache, struct key *key,
367 fd_batch_from_fb(struct fd_batch_cache *cache, struct fd_context *ctx,
freedreno_screen.h 77 struct fd_batch_cache batch_cache;
freedreno_batch.c 141 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache;
316 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache;
368 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache;

Completed in 484 milliseconds