Home
last modified time | relevance | path

Searched refs:v3d_bo_cache (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_bufmgr.c41 v3d_bo_cache_free_all(struct v3d_bo_cache *cache);
46 struct v3d_bo_cache *cache = &screen->bo_cache; in v3d_bo_dump_stats()
81 v3d_bo_remove_from_cache(struct v3d_bo_cache *cache, struct v3d_bo *bo) in v3d_bo_remove_from_cache()
90 struct v3d_bo_cache *cache = &screen->bo_cache; in v3d_bo_from_cache()
237 struct v3d_bo_cache *cache = &screen->bo_cache; in free_stale_bos()
263 v3d_bo_cache_free_all(struct v3d_bo_cache *cache) in v3d_bo_cache_free_all()
278 struct v3d_bo_cache *cache = &screen->bo_cache; in v3d_bo_last_unreference_locked_timed()
543 struct v3d_bo_cache *cache = &screen->bo_cache; in v3d_bufmgr_destroy()
Dv3d_screen.h62 struct v3d_bo_cache { struct