Searched refs:supportsExternalMemoryImport (Results 1 – 2 of 2) sorted by relevance
788 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 …]
201 bool supportsExternalMemoryImport = false; member