Searched refs:anv_bo_cache (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_allocator.c1618 anv_bo_cache_init(struct anv_bo_cache *cache)
1634 anv_bo_cache_finish(struct anv_bo_cache *cache)
1641 anv_bo_cache_lookup_locked(struct anv_bo_cache *cache, uint32_t gem_handle)
1656 anv_bo_cache_lookup(struct anv_bo_cache *cache, uint32_t gem_handle)
1676 struct anv_bo_cache *cache,
1725 struct anv_bo_cache *cache,
1785 struct anv_bo_cache *cache,
1886 struct anv_bo_cache *cache,
1927 struct anv_bo_cache *cache,
H A Danv_private.h872 struct anv_bo_cache { struct
877 VkResult anv_bo_cache_init(struct anv_bo_cache *cache);
878 void anv_bo_cache_finish(struct anv_bo_cache *cache);
880 struct anv_bo_cache *cache,
884 struct anv_bo_cache *cache,
888 struct anv_bo_cache *cache,
892 struct anv_bo_cache *cache,
895 struct anv_bo_cache *cache,
1126 struct anv_bo_cache bo_cache;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_allocator.c1546 anv_bo_cache_init(struct anv_bo_cache *cache, struct anv_device *device)
1560 anv_bo_cache_finish(struct anv_bo_cache *cache)
1769 struct anv_bo_cache *cache = &device->bo_cache;
1865 struct anv_bo_cache *cache = &device->bo_cache;
2026 struct anv_bo_cache *cache = &device->bo_cache;
H A Danv_private.h810 struct anv_bo_cache { struct
815 VkResult anv_bo_cache_init(struct anv_bo_cache *cache,
817 void anv_bo_cache_finish(struct anv_bo_cache *cache);
1176 struct anv_bo_cache bo_cache;

Completed in 26 milliseconds