Home
last modified time | relevance | path

Searched refs:anv_bo_cache_init (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/intel/vulkan/tests/
Dstate_pool.c45 anv_bo_cache_init(&device.bo_cache); in main()
Dstate_pool_free_list_only.c44 anv_bo_cache_init(&device.bo_cache); in main()
Dblock_pool_grow_first.c44 anv_bo_cache_init(&device.bo_cache); in main()
Dstate_pool_padding.c38 anv_bo_cache_init(&device.bo_cache); in main()
Dstate_pool_no_free.c65 anv_bo_cache_init(&device.bo_cache); in run_test()
Dblock_pool_no_free.c120 anv_bo_cache_init(&device.bo_cache); in run_test()
/external/mesa3d/src/intel/vulkan/
Danv_allocator.c1546 anv_bo_cache_init(struct anv_bo_cache *cache) in anv_bo_cache_init() function
Danv_private.h1027 VkResult anv_bo_cache_init(struct anv_bo_cache *cache);
Danv_device.c2915 result = anv_bo_cache_init(&device->bo_cache); in anv_CreateDevice()