Home | History | Annotate | Download | only in libvulkan

Lines Matching refs:AllocateMemory

160     INIT_PROC(true, dev, AllocateMemory);
303 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory);
522 { "vkAllocateMemory", reinterpret_cast<PFN_vkVoidFunction>(AllocateMemory) },
712 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) {
713 return GetData(device).dispatch.AllocateMemory(device, pAllocateInfo, pAllocator, pMemory);
1337 return vulkan::api::AllocateMemory(device, pAllocateInfo, pAllocator, pMemory);