Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp2990 VirtGpuResourcePtr guestBlob = nullptr; in allocateCoherentMemory() local
3056 guestBlob = instance->createBlob(createBlob); in allocateCoherentMemory()
3057 if (!guestBlob) { in allocateCoherentMemory()
3067 if (instance->execBuffer(exec, guestBlob.get())) { in allocateCoherentMemory()
3072 guestBlob->wait(); in allocateCoherentMemory()
3094 if (guestBlob) { in allocateCoherentMemory()
3095 auto mapping = guestBlob->createMapping(); in allocateCoherentMemory()