Home
last modified time | relevance | path

Searched refs:device_alloc (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/vulkan/util/
Dvk_object.c50 const VkAllocationCallbacks *device_alloc) in vk_device_init() argument
53 if (device_alloc) in vk_device_init()
54 device->alloc = *device_alloc; in vk_device_init()
Dvk_object.h86 const VkAllocationCallbacks *device_alloc);
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1448 device_alloc(struct v3dv_device *device, in device_alloc() function
1594 return device_alloc(device, mem, size); in device_alloc_for_wsi()
1689 result = device_alloc(device, mem, pAllocateInfo->allocationSize); in v3dv_AllocateMemory()