Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp3754 VirtGpuResourcePtr colorBufferBlob = nullptr; in on_vkAllocateMemory() local
3804 colorBufferBlob = instance->createResource( in on_vkAllocateMemory()
3807 if (!colorBufferBlob) { in on_vkAllocateMemory()
3811 if (!colorBufferBlob->wait()) { in on_vkAllocateMemory()
3838 colorBufferBlob = instance->importBlob(importHandle); in on_vkAllocateMemory()
3839 if (!colorBufferBlob) { in on_vkAllocateMemory()
3845 if (colorBufferBlob) { in on_vkAllocateMemory()
3846 importCbInfo.colorBuffer = colorBufferBlob->getResourceHandle(); in on_vkAllocateMemory()
3851 if (ahw || colorBufferBlob || !requestedMemoryIsHostVisible) { in on_vkAllocateMemory()
3859 isImport, vmo_handle, colorBufferBlob); in on_vkAllocateMemory()