Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/
H A Dtrampoline.c897 VkResult update_res = setup_loader_tramp_phys_devs(inst, *pPhysicalDeviceCount, pPhysicalDevices); in vkEnumeratePhysicalDevices() local
898 if (VK_SUCCESS != update_res) { in vkEnumeratePhysicalDevices()
899 res = update_res; in vkEnumeratePhysicalDevices()
2628 VkResult update_res = setup_loader_tramp_phys_dev_groups(inst, *pPhysicalDeviceGroupCount, pPhysicalDeviceGroupProperties); in vkEnumeratePhysicalDeviceGroups() local
2629 if (VK_SUCCESS != update_res) { in vkEnumeratePhysicalDeviceGroups()
2630 res = update_res; in vkEnumeratePhysicalDeviceGroups()

Completed in 8 milliseconds