Home
last modified time | relevance | path

Searched refs:default_alloc (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/freedreno/vulkan/
Dtu_device.c171 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/
Dv3dv_device.c78 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/
Dlvp_device.c95 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/
Danv_device.c615 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/
Dradv_device.c518 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()