Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp740 if (info.coherentMemory && info.ptr) { in freeCoherentMemoryLocked()
741 if (info.coherentMemory->getDeviceMemory() != memory) { in freeCoherentMemoryLocked()
746 info.coherentMemory->release(info.ptr); in freeCoherentMemoryLocked()
750 return std::move(info.coherentMemory); in freeCoherentMemoryLocked()
1565 if (!info.coherentMemory) continue; in deviceMemoryTransform_tohost()
1567 memory[i] = info.coherentMemory->getDeviceMemory(); in deviceMemoryTransform_tohost()
2906 CoherentMemoryPtr coherentMemory = nullptr; in createCoherentMemory() local
2918 return coherentMemory; in createCoherentMemory()
2926 return coherentMemory; in createCoherentMemory()
2932 coherentMemory = std::make_shared<CoherentMemory>( in createCoherentMemory()
[all …]
DResourceTracker.h756 CoherentMemoryPtr coherentMemory = nullptr; member