Searched refs:fd_bo_cache_cleanup (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/ |
| H A D | freedreno_device.c | 119 fd_bo_cache_cleanup(&dev->bo_cache, 0); 120 fd_bo_cache_cleanup(&dev->ring_cache, 0); 133 fd_bo_cache_cleanup(&dev->bo_cache, 0); 134 fd_bo_cache_cleanup(&dev->ring_cache, 0);
|
| H A D | freedreno_bo_cache.c | 80 fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time) function in typeref:typename:void 204 fd_bo_cache_cleanup(cache, time.tv_sec);
|
| H A D | freedreno_priv.h | 161 void fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time);
|
| /xsrc/external/mit/libdrm/dist/freedreno/ |
| H A D | freedreno_bo_cache.c | 82 fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time) function in typeref:typename:drm_private void 209 fd_bo_cache_cleanup(cache, time.tv_sec);
|
| H A D | freedreno_device.c | 113 fd_bo_cache_cleanup(&dev->bo_cache, 0);
|
| H A D | freedreno_priv.h | 110 drm_private void fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time);
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/ |
| H A D | freedreno_bo_cache.c | 80 fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time) function in typeref:typename:void 207 fd_bo_cache_cleanup(cache, time.tv_sec);
|
| H A D | freedreno_device.c | 124 fd_bo_cache_cleanup(&dev->bo_cache, 0);
|
| H A D | freedreno_priv.h | 104 void fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time);
|
Completed in 7 milliseconds