Searched refs:supportsExternalMemoryImport (Results 1 – 3 of 3) sorted by relevance
123 bool supportsExternalMemoryImport() const;444 bool supportsExternalMemoryImport = false; member
1094 deviceInfos[i].supportsExternalMemoryImport = false; in create()1108 deviceInfos[i].supportsExternalMemoryImport = in create()1257 deviceInfos[i].supportsExternalMemoryImport = in create()1260 deviceInfos[i].supportsExternalMemoryImport = false; in create()1333 emulation->mDeviceInfo.supportsExternalMemoryImport, in create()1348 if (emulation->mDeviceInfo.supportsExternalMemoryImport || in create()1421 if (emulation->mDeviceInfo.supportsExternalMemoryImport) { in create()1483 if (emulation->mDeviceInfo.supportsExternalMemoryImport) { in create()1785 bool VkEmulation::supportsExternalMemoryImport() const { in supportsExternalMemoryImport() function in gfxstream::vk::VkEmulation1786 return mDeviceInfo.supportsExternalMemoryImport; in supportsExternalMemoryImport()[all …]
5248 if (opaqueFd && m_vkEmulation->supportsExternalMemoryImport()) { in on_vkAllocateMemory()5325 if (opaqueFd && m_vkEmulation->supportsExternalMemoryImport()) { in on_vkAllocateMemory()