Searched refs:PCIVendorID (Results 1 – 3 of 3) sorted by relevance
21 using PCIVendorID = uint32_t; variable26 static constexpr PCIVendorID kVendorID_AMD = 0x1002;27 static constexpr PCIVendorID kVendorID_ARM = 0x13B5;28 static constexpr PCIVendorID kVendorID_ImgTec = 0x1010;29 static constexpr PCIVendorID kVendorID_Intel = 0x8086;30 static constexpr PCIVendorID kVendorID_Nvidia = 0x10DE;31 static constexpr PCIVendorID kVendorID_Qualcomm = 0x5143;32 static constexpr PCIVendorID kVendorID_Google = 0x1AE0;33 static constexpr PCIVendorID kVendorID_Microsoft = 0x1414;38 bool IsAMD(PCIVendorID vendorId);[all …]
54 bool IsAMD(PCIVendorID vendorId) { in IsAMD()57 bool IsARM(PCIVendorID vendorId) { in IsARM()60 bool IsImgTec(PCIVendorID vendorId) { in IsImgTec()63 bool IsIntel(PCIVendorID vendorId) { in IsIntel()66 bool IsNvidia(PCIVendorID vendorId) { in IsNvidia()69 bool IsQualcomm(PCIVendorID vendorId) { in IsQualcomm()72 bool IsSwiftshader(PCIVendorID vendorId, PCIDeviceID deviceId) { in IsSwiftshader()75 bool IsWARP(PCIVendorID vendorId, PCIDeviceID deviceId) { in IsWARP()79 int CompareD3DDriverVersion(PCIVendorID vendorId, in CompareD3DDriverVersion()
20 const PCIVendorID vendorID = 0x8086;