Home
last modified time | relevance | path

Searched defs:DeviceSupportInfo (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h206 struct DeviceSupportInfo { struct
207 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 …]