Searched refs:anv_bo_cache (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/intel/vulkan/ |
D | anv_allocator.c | 1181 anv_bo_cache_init(struct anv_bo_cache *cache) in anv_bo_cache_init() 1198 anv_bo_cache_finish(struct anv_bo_cache *cache) in anv_bo_cache_finish() 1205 anv_bo_cache_lookup_locked(struct anv_bo_cache *cache, uint32_t gem_handle) in anv_bo_cache_lookup_locked() 1220 anv_bo_cache_lookup(struct anv_bo_cache *cache, uint32_t gem_handle) in anv_bo_cache_lookup() 1233 struct anv_bo_cache *cache, in anv_bo_cache_alloc() 1269 struct anv_bo_cache *cache, in anv_bo_cache_import() 1314 struct anv_bo_cache *cache, in anv_bo_cache_export() 1349 struct anv_bo_cache *cache, in anv_bo_cache_release()
|
D | anv_private.h | 709 struct anv_bo_cache { struct 714 VkResult anv_bo_cache_init(struct anv_bo_cache *cache); argument 715 void anv_bo_cache_finish(struct anv_bo_cache *cache); 717 struct anv_bo_cache *cache, 720 struct anv_bo_cache *cache, 723 struct anv_bo_cache *cache, 726 struct anv_bo_cache *cache, 866 struct anv_bo_cache bo_cache;
|