/external/angle/src/libANGLE/renderer/ |
D | driver_utils.h | 49 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 …]
|
D | driver_utils.cpp | 139 const char *GetVendorString(uint32_t vendorId) in GetVendorString() argument 141 switch (vendorId) in GetVendorString()
|
/external/angle/src/gpu_info_util/ |
D | SystemInfo.cpp | 73 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 …]
|
D | SystemInfo.h | 38 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 …]
|
D | SystemInfo_linux.cpp | 101 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()
|
D | SystemInfo_macos.mm | 108 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))))
|
D | SystemInfo_ios.cpp | 24 deviceInfo.vendorId = kVendorID_Apple; in GetSystemInfo_ios()
|
D | SystemInfo_internal.h | 30 bool CMDeviceIDToDeviceAndVendorID(const std::string &id, uint32_t *vendorId, uint32_t *deviceId);
|
D | SystemInfo_win.cpp | 71 device.vendorId = desc.VendorId; in GetDevicesFromDXGI()
|
D | SystemInfo_libpci.cpp | 120 info.vendorId = device->vendor_id; in GetPCIDevicesWithLibPCI()
|
D | SystemInfo_vulkan.cpp | 156 gpu.vendorId = properties.vendorID; in GetSystemInfoVulkan()
|
/external/deqp/framework/common/ |
D | tcuWaiverUtil.hpp | 38 SessionInfo (deUint32 vendorId, 73 deUint32 vendorId,
|
D | tcuWaiverUtil.cpp | 37 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/ |
D | kernel_ExternalUsbPeripheralsDetectionStress.py | 119 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/ |
D | angle_test_instantiate.cpp | 143 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/ |
D | hiddevice.h | 81 static bool LookupHidDeviceName(int bus, int vendorId, int productId, std::string &deviceName);
|
D | hiddevice.cpp | 688 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/ |
D | angle_system_info_tests_main.cpp | 116 obj.AddMember("vendorId", gpu.vendorId, allocator); in main()
|
/external/angle/src/feature_support_util/ |
D | feature_support_util_unittest.cpp | 27 mSystemInfo.gpus[0].vendorId = 123; in FeatureSupportUtilTest()
|
D | feature_support_util.cpp | 814 gpu.vendorId = 0xFEFEFEFE; in ANGLEGetSystemInfo()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_utils.mm | 203 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/ |
D | smogcheck_tpm.py | 129 vendorId = [i for i in vi.tpmVendorID if i] 130 logging.info(' TPM Vendor ID: %s', ''.join(vendorId))
|
/external/angle/src/tests/test_expectations/ |
D | GPUTestConfig.cpp | 377 return activeGPU->vendorId; in GetActiveGPUVendorID()
|
/external/tcpdump/ |
D | print-sctp.c | 183 uint32_t vendorId; /* vendor ID from RFC 1700 */ member
|
/external/angle/src/libANGLE/renderer/gl/ |
D | renderergl_utils.cpp | 1821 *outVendor = outSystemInfo->gpus[outSystemInfo->activeGPUIndex].vendorId; in GetSystemInfoVendorIDAndDeviceID() 1836 if (IsIntel(deviceInfo.vendorId) && Is9thGenIntel(deviceInfo.deviceId)) in Has9thGenIntelGPU()
|