Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp788 deviceInfos[i].supportsExternalMemoryImport = false; in createGlobalVkEmulation()
802 deviceInfos[i].supportsExternalMemoryImport = in createGlobalVkEmulation()
892 deviceInfos[i].supportsExternalMemoryImport = in createGlobalVkEmulation()
895 deviceInfos[i].supportsExternalMemoryImport = false; in createGlobalVkEmulation()
957 if (deviceInfos[i].supportsExternalMemoryImport || in createGlobalVkEmulation()
1027 sVkEmulation->deviceInfo.supportsExternalMemoryImport, in createGlobalVkEmulation()
1047 if (sVkEmulation->deviceInfo.supportsExternalMemoryImport || in createGlobalVkEmulation()
1109 if (sVkEmulation->deviceInfo.supportsExternalMemoryImport) { in createGlobalVkEmulation()
1144 if (sVkEmulation->deviceInfo.supportsExternalMemoryImport) { in createGlobalVkEmulation()
1975 if (extMemImport && !sVkEmulation->deviceInfo.supportsExternalMemoryImport) { in initializeVkColorBufferLocked()
[all …]
DVkCommonOperations.h201 bool supportsExternalMemoryImport = false; member