Searched refs:GetPhysicalDeviceMemoryProperties2KHR (Results 1 - 2 of 2) sorted by relevance

/external/vulkan-validation-layers/loader/
H A Dextension_manual.h82 VKAPI_ATTR void VKAPI_CALL GetPhysicalDeviceMemoryProperties2KHR(VkPhysicalDevice physicalDevice,
H A Dextension_manual.c423 VKAPI_ATTR void VKAPI_CALL GetPhysicalDeviceMemoryProperties2KHR(VkPhysicalDevice physicalDevice, function
428 disp->GetPhysicalDeviceMemoryProperties2KHR(unwrapped_phys_dev, pMemoryProperties);
436 if (icd_term->dispatch.GetPhysicalDeviceMemoryProperties2KHR != NULL) {
438 icd_term->dispatch.GetPhysicalDeviceMemoryProperties2KHR(phys_dev_term->phys_dev, pMemoryProperties);

Completed in 160 milliseconds