Home
last modified time | relevance | path

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

/third_party/libdrm/freedreno/
Dfreedreno_priv.h76 struct fd_bo_cache { struct
100 struct fd_bo_cache bo_cache; argument
101 struct fd_bo_cache ring_cache;
109 drm_private void fd_bo_cache_init(struct fd_bo_cache *cache, int coarse);
110 drm_private void fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time);
111 drm_private struct fd_bo * fd_bo_cache_alloc(struct fd_bo_cache *cache,
113 drm_private int fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo);
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 coarse) 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_bo.c80 struct fd_bo_cache *cache) in bo_new()
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_bo_cache.c34 add_bucket(struct fd_bo_cache *cache, int size) in add_bucket()
50 fd_bo_cache_init(struct fd_bo_cache *cache, int coarse) in fd_bo_cache_init()
80 fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time) in fd_bo_cache_cleanup()
110 get_bucket(struct fd_bo_cache *cache, uint32_t size) in get_bucket()
156 fd_bo_cache_alloc(struct fd_bo_cache *cache, uint32_t *size, uint32_t flags) in fd_bo_cache_alloc()
188 fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo) in fd_bo_cache_free()
Dfreedreno_priv.h113 struct fd_bo_cache { struct
137 struct fd_bo_cache bo_cache; argument
138 struct fd_bo_cache ring_cache;
186 void fd_bo_cache_init(struct fd_bo_cache *cache, int coarse);
187 void fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time);
188 struct fd_bo *fd_bo_cache_alloc(struct fd_bo_cache *cache, uint32_t *size,
190 int fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo);
Dfreedreno_bo.c100 struct fd_bo_cache *cache) in bo_new()
/third_party/libdrm/freedreno/msm/
Dmsm_priv.h42 struct fd_bo_cache ring_cache;