Searched refs:device_alloc (Results 1 – 3 of 3) sorted by relevance
50 const VkAllocationCallbacks *device_alloc) in vk_device_init() argument53 if (device_alloc) in vk_device_init()54 device->alloc = *device_alloc; in vk_device_init()
86 const VkAllocationCallbacks *device_alloc);
1448 device_alloc(struct v3dv_device *device, in device_alloc() function1594 return device_alloc(device, mem, size); in device_alloc_for_wsi()1689 result = device_alloc(device, mem, pAllocateInfo->allocationSize); in v3dv_AllocateMemory()