Searched refs:colorBufferBlob (Results 1 – 1 of 1) sorted by relevance
3754 VirtGpuResourcePtr colorBufferBlob = nullptr; in on_vkAllocateMemory() local3804 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()