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

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_allocator.c1611 struct anv_cached_bo { struct
1640 static struct anv_cached_bo *
1649 struct anv_cached_bo *bo = (struct anv_cached_bo *)entry->data;
1660 struct anv_cached_bo *bo = anv_bo_cache_lookup_locked(cache, gem_handle);
1682 struct anv_cached_bo *bo =
1683 vk_alloc(&device->alloc, sizeof(struct anv_cached_bo), 8,
1738 struct anv_cached_bo *bo = anv_bo_cache_lookup_locked(cache, gem_handle);
1752 bo = vk_alloc(&device->alloc, sizeof(struct anv_cached_bo), 8,
1800 struct anv_cached_bo *b
[all...]

Completed in 35 milliseconds