Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h388 std::unordered_set<uint64_t> occupiedGpas; member
DVkCommonOperations.cpp1573 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()