Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h123 bool supportsExternalMemoryImport() const;
444 bool supportsExternalMemoryImport = false; member
DVkCommonOperations.cpp1094 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::VkEmulation
1786 return mDeviceInfo.supportsExternalMemoryImport; in supportsExternalMemoryImport()
[all …]
DVkDecoderGlobalState.cpp5248 if (opaqueFd && m_vkEmulation->supportsExternalMemoryImport()) { in on_vkAllocateMemory()
5325 if (opaqueFd && m_vkEmulation->supportsExternalMemoryImport()) { in on_vkAllocateMemory()