Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_bufmgr.c49 vc5_bo_cache_free_all(struct vc5_bo_cache *cache);
54 struct vc5_bo_cache *cache = &screen->bo_cache; in vc5_bo_dump_stats()
82 vc5_bo_remove_from_cache(struct vc5_bo_cache *cache, struct vc5_bo *bo) in vc5_bo_remove_from_cache()
93 struct vc5_bo_cache *cache = &screen->bo_cache; in vc5_bo_from_cache()
236 struct vc5_bo_cache *cache = &screen->bo_cache; in free_stale_bos()
263 vc5_bo_cache_free_all(struct vc5_bo_cache *cache) in vc5_bo_cache_free_all()
278 struct vc5_bo_cache *cache = &screen->bo_cache; in vc5_bo_last_unreference_locked_timed()
572 struct vc5_bo_cache *cache = &screen->bo_cache; in vc5_bufmgr_destroy()
Dvc5_screen.h62 struct vc5_bo_cache { struct