Home
last modified time | relevance | path

Searched refs:vn_device_memory_pool (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/virtio/vulkan/
Dvn_device.h28 struct vn_device_memory_pool memory_pools[VK_MAX_MEMORY_TYPES];
Dvn_device_memory.h16 struct vn_device_memory_pool { struct
Dvn_device_memory.c94 struct vn_device_memory_pool *pool = &dev->memory_pools[mem_type_index]; in vn_device_memory_pool_fini()
111 struct vn_device_memory_pool *pool = &dev->memory_pools[mem_type_index]; in vn_device_memory_pool_grow_locked()
141 struct vn_device_memory_pool *pool = &dev->memory_pools[mem_type_index]; in vn_device_memory_pool_alloc()
Dvn_device.c320 struct vn_device_memory_pool *pool = &dev->memory_pools[i]; in vn_CreateDevice()