Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp1033 auto* otherInstance = android::base::find(mPhysicalDeviceToInstance, it.second); in vkDestroyInstanceImpl() local
1034 if (!otherInstance) continue; in vkDestroyInstanceImpl()
1035 if (instance == *otherInstance) { in vkDestroyInstanceImpl()
7194 auto* otherInstance = android::base::find(mPhysicalDeviceToInstance, it.second); in teardownInstanceLocked() local
7195 if (!otherInstance) continue; in teardownInstanceLocked()
7197 if (instance == *otherInstance) { in teardownInstanceLocked()