Searched refs:instanceInfoIt (Results 1 – 1 of 1) sorted by relevance
1769 auto instanceInfoIt = mInstanceInfo.find(physicalDeviceInfo.instance); in on_vkCreateDevice() local1770 if (instanceInfoIt == mInstanceInfo.end()) return VK_ERROR_INITIALIZATION_FAILED; in on_vkCreateDevice()1771 auto& instanceInfo = instanceInfoIt->second; in on_vkCreateDevice()