Searched refs:occupiedGpas (Results 1 – 2 of 2) sorted by relevance
388 std::unordered_set<uint64_t> occupiedGpas; member
1573 if (sVkEmulation->occupiedGpas.find(info->gpa) != sVkEmulation->occupiedGpas.end()) { in freeExternalMemoryLocked()1574 sVkEmulation->occupiedGpas.erase(info->gpa); in freeExternalMemoryLocked()2898 if (sVkEmulation->occupiedGpas.find(gpa) != sVkEmulation->occupiedGpas.end()) { in mapGpaToBufferHandle()2906 sVkEmulation->occupiedGpas.insert(gpa); in mapGpaToBufferHandle()