Home
last modified time | relevance | path

Searched refs:instanceInfoIt (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp1769 auto instanceInfoIt = mInstanceInfo.find(physicalDeviceInfo.instance); in on_vkCreateDevice() local
1770 if (instanceInfoIt == mInstanceInfo.end()) return VK_ERROR_INITIALIZATION_FAILED; in on_vkCreateDevice()
1771 auto& instanceInfo = instanceInfoIt->second; in on_vkCreateDevice()