Searched refs:fd_bo_cache_cleanup (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/freedreno/drm/ |
D | freedreno_device.c | 146 fd_bo_cache_cleanup(&dev->bo_cache, 0); in fd_device_purge() 147 fd_bo_cache_cleanup(&dev->ring_cache, 0); in fd_device_purge() 161 fd_bo_cache_cleanup(&dev->bo_cache, 0); in fd_device_del_impl() 162 fd_bo_cache_cleanup(&dev->ring_cache, 0); in fd_device_del_impl()
|
D | freedreno_bo_cache.c | 80 fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time) in fd_bo_cache_cleanup() function 208 fd_bo_cache_cleanup(cache, time.tv_sec); in fd_bo_cache_free()
|
D | freedreno_priv.h | 187 void fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time);
|
/third_party/libdrm/freedreno/ |
D | freedreno_bo_cache.c | 82 fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time) in fd_bo_cache_cleanup() function 209 fd_bo_cache_cleanup(cache, time.tv_sec); in fd_bo_cache_free()
|
D | freedreno_device.c | 113 fd_bo_cache_cleanup(&dev->bo_cache, 0); in fd_device_del_impl()
|
D | freedreno_priv.h | 110 drm_private void fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time);
|