Lines Matching full:freememory
159 INIT_PROC(dev, FreeMemory);
302 VKAPI_ATTR void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator);
604 { "vkFreeMemory", reinterpret_cast<PFN_vkVoidFunction>(FreeMemory) },
698 VKAPI_ATTR void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) {
699 GetData(device).dispatch.FreeMemory(device, memory, pAllocator);
1324 vulkan::api::FreeMemory(device, memory, pAllocator);