Home
last modified time | relevance | path

Searched refs:fd_bo_cache_cleanup (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_device.c146 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()
Dfreedreno_bo_cache.c80 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()
Dfreedreno_priv.h187 void fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time);
/third_party/libdrm/freedreno/
Dfreedreno_bo_cache.c82 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()
Dfreedreno_device.c113 fd_bo_cache_cleanup(&dev->bo_cache, 0); in fd_device_del_impl()
Dfreedreno_priv.h110 drm_private void fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time);