Searched refs:default_alloc (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 171 static const VkAllocationCallbacks default_alloc = { variable 226 instance = vk_zalloc2(&default_alloc, pAllocator, sizeof(*instance), 8, in tu_CreateInstance() 237 instance->alloc = default_alloc; in tu_CreateInstance() 262 vk_free2(&default_alloc, pAllocator, instance); in tu_CreateInstance() 273 vk_free2(&default_alloc, pAllocator, instance); in tu_CreateInstance()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_device.c | 78 static const VkAllocationCallbacks default_alloc = { variable 135 instance = vk_alloc2(&default_alloc, pAllocator, sizeof(*instance), 8, in v3dv_CreateInstance() 145 instance->alloc = default_alloc; in v3dv_CreateInstance() 219 vk_free2(&default_alloc, pAllocator, instance); in v3dv_CreateInstance() 1401 vk_free2(&default_alloc, pAllocator, device); in v3dv_DestroyDevice()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 95 static const VkAllocationCallbacks default_alloc = { variable 119 instance = vk_zalloc2(&default_alloc, pAllocator, sizeof(*instance), 8, in lvp_CreateInstance() 129 instance->alloc = default_alloc; in lvp_CreateInstance() 144 vk_free2(&default_alloc, pAllocator, instance); in lvp_CreateInstance()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 615 static const VkAllocationCallbacks default_alloc = { variable 681 instance = vk_alloc2(&default_alloc, pAllocator, sizeof(*instance), 8, in anv_CreateInstance() 691 instance->alloc = default_alloc; in anv_CreateInstance() 759 vk_free2(&default_alloc, pAllocator, instance); in anv_CreateInstance()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 518 static const VkAllocationCallbacks default_alloc = { variable 685 instance = vk_zalloc2(&default_alloc, pAllocator, sizeof(*instance), 8, in radv_CreateInstance() 695 instance->alloc = default_alloc; in radv_CreateInstance() 753 vk_free2(&default_alloc, pAllocator, instance); in radv_CreateInstance() 810 vk_free2(&default_alloc, pAllocator, instance); in radv_CreateInstance()
|