Searched defs:DeviceSupportInfo (Results 1 – 1 of 1) sorted by relevance
206 struct DeviceSupportInfo { struct207 bool hasGraphicsQueueFamily = false;208 bool hasComputeQueueFamily = false;209 bool supportsExternalMemoryImport = false;210 bool supportsExternalMemoryExport = false;211 bool supportsDmaBuf = false;212 bool supportsDriverProperties = false;213 bool supportsExternalMemoryHostProps = false;214 bool hasSamplerYcbcrConversionExtension = false;215 bool supportsSamplerYcbcrConversion = false;[all …]