Home
last modified time | relevance | path

Searched refs:vendorId (Results 1 – 25 of 25) sorted by relevance

/external/angle/src/libANGLE/renderer/
Ddriver_utils.h49 inline bool IsAMD(uint32_t vendorId) in IsAMD() argument
51 return vendorId == VENDOR_ID_AMD; in IsAMD()
54 inline bool IsApple(uint32_t vendorId) in IsApple() argument
56 return vendorId == VENDOR_ID_APPLE; in IsApple()
59 inline bool IsARM(uint32_t vendorId) in IsARM() argument
61 return vendorId == VENDOR_ID_ARM; in IsARM()
64 inline bool IsBroadcom(uint32_t vendorId) in IsBroadcom() argument
66 return vendorId == VENDOR_ID_BROADCOM; in IsBroadcom()
69 inline bool IsIntel(uint32_t vendorId) in IsIntel() argument
71 return vendorId == VENDOR_ID_INTEL; in IsIntel()
[all …]
Ddriver_utils.cpp139 const char *GetVendorString(uint32_t vendorId) in GetVendorString() argument
141 switch (vendorId) in GetVendorString()
/external/angle/src/gpu_info_util/
DSystemInfo.cpp73 if (IsNVIDIA(gpu.vendorId)) in hasNVIDIAGPU()
85 if (IsIntel(gpu.vendorId)) in hasIntelGPU()
97 if (IsAMD(gpu.vendorId)) in hasAMDGPU()
105 bool IsAMD(VendorID vendorId) in IsAMD() argument
107 return vendorId == kVendorID_AMD; in IsAMD()
110 bool IsARM(VendorID vendorId) in IsARM() argument
112 return vendorId == kVendorID_ARM; in IsARM()
115 bool IsBroadcom(VendorID vendorId) in IsBroadcom() argument
117 return vendorId == kVendorID_Broadcom; in IsBroadcom()
120 bool IsImgTec(VendorID vendorId) in IsImgTec() argument
[all …]
DSystemInfo.h38 VendorID vendorId = 0; member
117 bool IsAMD(VendorID vendorId);
118 bool IsARM(VendorID vendorId);
119 bool IsBroadcom(VendorID vendorId);
120 bool IsImgTec(VendorID vendorId);
121 bool IsIntel(VendorID vendorId);
122 bool IsKazan(VendorID vendorId);
123 bool IsNVIDIA(VendorID vendorId);
124 bool IsQualcomm(VendorID vendorId);
125 bool IsGoogle(VendorID vendorId);
[all …]
DSystemInfo_linux.cpp101 if (IsAMD(gpu->vendorId)) in GetSystemInfo()
116 if (IsNVIDIA(gpu->vendorId)) in GetSystemInfo()
129 if (IsIntel(gpu->vendorId) && info->gpus.size() == 1) in GetSystemInfo()
135 nvidiaInfo.vendorId = kVendorID_NVIDIA; in GetSystemInfo()
DSystemInfo_macos.mm108 if (!GetEntryProperty(entry, CFSTR("vendor-id"), &info.vendorId))
172 if (info->gpus[i].vendorId == activeVendor && info->gpus[i].deviceId == activeDevice)
273 uint32_t vendorId;
274 if (!GetEntryProperty(deviceEntry, CFSTR("vendor-id"), &vendorId))
276 vendorId = 0;
281 return vendorId;
319 ((IsIntel(info->gpus[0].vendorId) && !IsIntel(info->gpus[1].vendorId)) ||
320 (!IsIntel(info->gpus[0].vendorId) && IsIntel(info->gpus[1].vendorId))))
DSystemInfo_ios.cpp24 deviceInfo.vendorId = kVendorID_Apple; in GetSystemInfo_ios()
DSystemInfo_internal.h30 bool CMDeviceIDToDeviceAndVendorID(const std::string &id, uint32_t *vendorId, uint32_t *deviceId);
DSystemInfo_win.cpp71 device.vendorId = desc.VendorId; in GetDevicesFromDXGI()
DSystemInfo_libpci.cpp120 info.vendorId = device->vendor_id; in GetPCIDevicesWithLibPCI()
DSystemInfo_vulkan.cpp156 gpu.vendorId = properties.vendorID; in GetSystemInfoVulkan()
/external/deqp/framework/common/
DtcuWaiverUtil.hpp38 SessionInfo (deUint32 vendorId,
73 deUint32 vendorId,
DtcuWaiverUtil.cpp37 SessionInfo::SessionInfo(deUint32 vendorId, in SessionInfo() argument
43 << "#sessionInfo vendorID 0x" << vendorId << "\n" in SessionInfo()
504 void WaiverUtil::setup(const std::string waiverFile, std::string packageName, deUint32 vendorId, de… in setup() argument
506 …VKWaiverTreeBuilder(waiverFile, packageName, vendorId, deviceId, sessionInfo, m_waiverTree).build(… in setup()
/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/
Dkernel_ExternalUsbPeripheralsDetectionStress.py119 vendorId = connected_device_dict['deviceInfo']['vendorId']
136 if not ((vendorId + ':' + productId in lsusbOutput) and
138 vendorId, productId, manufacturer, productName) and
/external/angle/src/tests/test_utils/
Dangle_test_instantiate.cpp143 return gpuInfo && gpuInfo->vendorId == vendorID; in HasSystemVendorID()
150 return gpuInfo && gpuInfo->vendorId == vendorID && gpuInfo->deviceId == deviceID; in HasSystemDeviceID()
390 systemInfo.gpus.empty() ? 0 : systemInfo.gpus[systemInfo.activeGPUIndex].vendorId; in IsConfigAllowlisted()
/external/rmi4utils/rmidevice/
Dhiddevice.h81 static bool LookupHidDeviceName(int bus, int vendorId, int productId, std::string &deviceName);
Dhiddevice.cpp688 bool HIDDevice::LookupHidDeviceName(int bus, int vendorId, int productId, std::string & deviceName) in LookupHidDeviceName() argument
695 snprintf(devicePrefix, 15, "%04X:%04X:%04X", bus, vendorId, productId); in LookupHidDeviceName()
/external/angle/src/tests/
Dangle_system_info_tests_main.cpp116 obj.AddMember("vendorId", gpu.vendorId, allocator); in main()
/external/angle/src/feature_support_util/
Dfeature_support_util_unittest.cpp27 mSystemInfo.gpus[0].vendorId = 123; in FeatureSupportUtilTest()
Dfeature_support_util.cpp814 gpu.vendorId = 0xFEFEFEFE; in ANGLEGetSystemInfo()
/external/angle/src/libANGLE/renderer/metal/
Dmtl_utils.mm203 uint32_t vendorId;
218 return it.vendorId;
608 uint32_t vendorId = 0;
612 vendorId = GetDeviceVendorIdFromIOKit(metalDevice);
615 if (!vendorId)
617 vendorId = GetDeviceVendorIdFromName(metalDevice);
620 return vendorId;
/external/autotest/client/common_lib/
Dsmogcheck_tpm.py129 vendorId = [i for i in vi.tpmVendorID if i]
130 logging.info(' TPM Vendor ID: %s', ''.join(vendorId))
/external/angle/src/tests/test_expectations/
DGPUTestConfig.cpp377 return activeGPU->vendorId; in GetActiveGPUVendorID()
/external/tcpdump/
Dprint-sctp.c183 uint32_t vendorId; /* vendor ID from RFC 1700 */ member
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1821 *outVendor = outSystemInfo->gpus[outSystemInfo->activeGPUIndex].vendorId; in GetSystemInfoVendorIDAndDeviceID()
1836 if (IsIntel(deviceInfo.vendorId) && Is9thGenIntel(deviceInfo.deviceId)) in Has9thGenIntelGPU()