Lines Matching refs:physdevs
760 std::vector<VkPhysicalDevice> physdevs(physdevCount); in createGlobalVkEmulation() local
761 ivk->vkEnumeratePhysicalDevices(sVkEmulation->instance, &physdevCount, physdevs.data()); in createGlobalVkEmulation()
772 ivk->vkGetPhysicalDeviceProperties(physdevs[i], &deviceInfos[i].physdevProps); in createGlobalVkEmulation()
778 ivk->vkGetPhysicalDeviceMemoryProperties(physdevs[i], &deviceInfos[i].memProps); in createGlobalVkEmulation()
781 ivk->vkEnumerateDeviceExtensionProperties(physdevs[i], nullptr, &deviceExtensionCount, in createGlobalVkEmulation()
785 ivk->vkEnumerateDeviceExtensionProperties(physdevs[i], nullptr, &deviceExtensionCount, in createGlobalVkEmulation()
841 sVkEmulation->getPhysicalDeviceProperties2Func(physdevs[i], &deviceProps); in createGlobalVkEmulation()
887 sVkEmulation->getPhysicalDeviceFeatures2Func(physdevs[i], &features2); in createGlobalVkEmulation()
900 ivk->vkGetPhysicalDeviceQueueFamilyProperties(physdevs[i], &queueFamilyCount, nullptr); in createGlobalVkEmulation()
902 ivk->vkGetPhysicalDeviceQueueFamilyProperties(physdevs[i], &queueFamilyCount, in createGlobalVkEmulation()
988 sVkEmulation->physdev = physdevs[maxScoringIndex]; in createGlobalVkEmulation()