Searched refs:physicalDeviceInfoIt (Results 1 – 1 of 1) sorted by relevance
1765 auto physicalDeviceInfoIt = mPhysdevInfo.find(physicalDevice); in on_vkCreateDevice() local1766 if (physicalDeviceInfoIt == mPhysdevInfo.end()) return VK_ERROR_INITIALIZATION_FAILED; in on_vkCreateDevice()1767 auto& physicalDeviceInfo = physicalDeviceInfoIt->second; in on_vkCreateDevice()