Home
last modified time | relevance | path

Searched refs:fd_bo_cache (Results 1 – 3 of 3) sorted by relevance

/external/libdrm/freedreno/
Dfreedreno_bo_cache.c36 add_bucket(struct fd_bo_cache *cache, int size) in add_bucket()
52 fd_bo_cache_init(struct fd_bo_cache *cache, int course) in fd_bo_cache_init()
82 fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time) in fd_bo_cache_cleanup()
109 static struct fd_bo_bucket * get_bucket(struct fd_bo_cache *cache, uint32_t size) in get_bucket()
162 fd_bo_cache_alloc(struct fd_bo_cache *cache, uint32_t *size, uint32_t flags) in fd_bo_cache_alloc()
194 fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo) in fd_bo_cache_free()
Dfreedreno_priv.h76 struct fd_bo_cache { struct
100 struct fd_bo_cache bo_cache; argument
108 drm_private void fd_bo_cache_init(struct fd_bo_cache *cache, int coarse);
109 drm_private void fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time);
110 drm_private struct fd_bo * fd_bo_cache_alloc(struct fd_bo_cache *cache,
112 drm_private int fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo);
/external/libdrm/freedreno/msm/
Dmsm_priv.h42 struct fd_bo_cache ring_cache;