Searched refs:fd_bo_cache (Results 1 – 7 of 7) sorted by relevance
/third_party/libdrm/freedreno/ |
D | freedreno_priv.h | 76 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);
|
D | freedreno_bo_cache.c | 36 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()
|
D | freedreno_bo.c | 80 struct fd_bo_cache *cache) in bo_new()
|
/third_party/mesa3d/src/freedreno/drm/ |
D | freedreno_bo_cache.c | 34 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()
|
D | freedreno_priv.h | 113 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);
|
D | freedreno_bo.c | 100 struct fd_bo_cache *cache) in bo_new()
|
/third_party/libdrm/freedreno/msm/ |
D | msm_priv.h | 42 struct fd_bo_cache ring_cache;
|