Searched refs:fd_bo_cache (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/freedreno/drm/ |
D | freedreno_priv.h | 70 struct fd_bo_cache { struct 94 struct fd_bo_cache bo_cache; argument 95 struct fd_bo_cache ring_cache; 103 void fd_bo_cache_init(struct fd_bo_cache *cache, int coarse); 104 void fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time); 105 struct fd_bo * fd_bo_cache_alloc(struct fd_bo_cache *cache, 107 int fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo);
|
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() 107 static struct fd_bo_bucket * get_bucket(struct fd_bo_cache *cache, uint32_t size) in get_bucket() 160 fd_bo_cache_alloc(struct fd_bo_cache *cache, uint32_t *size, uint32_t flags) in fd_bo_cache_alloc() 192 fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo) in fd_bo_cache_free()
|
D | msm_priv.h | 42 struct fd_bo_cache ring_cache;
|
D | freedreno_bo.c | 87 struct fd_bo_cache *cache) in bo_new()
|
/external/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 | 83 struct fd_bo_cache *cache) in bo_new()
|
/external/libdrm/freedreno/msm/ |
D | msm_priv.h | 42 struct fd_bo_cache ring_cache;
|