/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A 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 in IsIntel() 74 IsGoogle(uint32_t vendorId) IsGoogle() argument 79 IsNvidia(uint32_t vendorId) IsNvidia() argument 84 IsPowerVR(uint32_t vendorId) IsPowerVR() argument 89 IsQualcomm(uint32_t vendorId) IsQualcomm() argument 94 IsVMWare(uint32_t vendorId) IsVMWare() argument 99 IsSamsung(uint32_t vendorId) IsSamsung() argument 104 IsVivante(uint32_t vendorId) IsVivante() argument 109 IsNexus5X(uint32_t vendorId, uint32_t deviceId) IsNexus5X() argument 114 IsPixel1XL(uint32_t vendorId, uint32_t deviceId) IsPixel1XL() argument 119 IsPixel2(uint32_t vendorId, uint32_t deviceId) IsPixel2() argument 124 IsPixel4(uint32_t vendorId, uint32_t deviceId) IsPixel4() argument 129 IsSwiftshader(uint32_t vendorId, uint32_t deviceId) IsSwiftshader() argument [all...] |
H A D | driver_utils.cpp | 139 const char *GetVendorString(uint32_t vendorId) in GetVendorString() argument 141 switch (vendorId) in GetVendorString()
|
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
H A D | SystemInfo.cpp | 71 if (IsNVIDIA(gpu.vendorId)) in hasNVIDIAGPU() 83 if (IsIntel(gpu.vendorId)) in hasIntelGPU() 95 if (IsAMD(gpu.vendorId)) in hasAMDGPU() 103 bool IsAMD(VendorID vendorId) in IsAMD() argument 105 return vendorId == kVendorID_AMD; in IsAMD() 108 bool IsARM(VendorID vendorId) in IsARM() argument 110 return vendorId == kVendorID_ARM; in IsARM() 113 bool IsBroadcom(VendorID vendorId) in IsBroadcom() argument 115 return vendorId == kVendorID_Broadcom; in IsBroadcom() 118 bool IsImgTec(VendorID vendorId) in IsImgTec() argument 123 IsKazan(VendorID vendorId) IsKazan() argument 128 IsIntel(VendorID vendorId) IsIntel() argument 133 IsNVIDIA(VendorID vendorId) IsNVIDIA() argument 138 IsQualcomm(VendorID vendorId) IsQualcomm() argument 143 IsGoogle(VendorID vendorId) IsGoogle() argument 148 IsVeriSilicon(VendorID vendorId) IsVeriSilicon() argument 153 IsVMWare(VendorID vendorId) IsVMWare() argument 158 IsVivante(VendorID vendorId) IsVivante() argument 163 IsApple(VendorID vendorId) IsApple() argument 249 CMDeviceIDToDeviceAndVendorID(const std::string &id, uint32_t *vendorId, uint32_t *deviceId) CMDeviceIDToDeviceAndVendorID() argument [all...] |
H A 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...] |
H A 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()
|
H A D | SystemInfo_ios.cpp | 24 deviceInfo.vendorId = kVendorID_Apple; in GetSystemInfo_ios()
|
H A D | SystemInfo_internal.h | 30 bool CMDeviceIDToDeviceAndVendorID(const std::string &id, uint32_t *vendorId, uint32_t *deviceId);
|
H A D | SystemInfo_win.cpp | 71 device.vendorId = desc.VendorId; in GetDevicesFromDXGI()
|
H A D | SystemInfo_libpci.cpp | 120 info.vendorId = device->vendor_id; in GetPCIDevicesWithLibPCI()
|
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | GPUInfo.cpp | 54 bool IsAMD(PCIVendorID vendorId) { in IsAMD() argument 55 return vendorId == kVendorID_AMD; in IsAMD() 57 bool IsARM(PCIVendorID vendorId) { in IsARM() argument 58 return vendorId == kVendorID_ARM; in IsARM() 60 bool IsImgTec(PCIVendorID vendorId) { in IsImgTec() argument 61 return vendorId == kVendorID_ImgTec; in IsImgTec() 63 bool IsIntel(PCIVendorID vendorId) { in IsIntel() argument 64 return vendorId == kVendorID_Intel; in IsIntel() 66 bool IsNvidia(PCIVendorID vendorId) { in IsNvidia() argument 67 return vendorId in IsNvidia() 69 IsQualcomm(PCIVendorID vendorId) IsQualcomm() argument 72 IsSwiftshader(PCIVendorID vendorId, PCIDeviceID deviceId) IsSwiftshader() argument 75 IsWARP(PCIVendorID vendorId, PCIDeviceID deviceId) IsWARP() argument 79 CompareD3DDriverVersion(PCIVendorID vendorId, const D3DDriverVersion& version1, const D3DDriverVersion& version2) CompareD3DDriverVersion() argument [all...] |
H A D | GPUInfo.h | 38 bool IsAMD(PCIVendorID vendorId); 39 bool IsARM(PCIVendorID vendorId); 40 bool IsImgTec(PCIVendorID vendorId); 41 bool IsIntel(PCIVendorID vendorId); 42 bool IsNvidia(PCIVendorID vendorId); 43 bool IsQualcomm(PCIVendorID vendorId); 44 bool IsSwiftshader(PCIVendorID vendorId, PCIDeviceID deviceId); 45 bool IsWARP(PCIVendorID vendorId, PCIDeviceID deviceId); 54 int CompareD3DDriverVersion(PCIVendorID vendorId,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktApplicationParametersTests.cpp | 64 uint32_t vendorId; member 71 void readIDsFromDevice (Context& context, uint32_t& vendorId, uint32_t& deviceId) in readIDsFromDevice() argument 79 vendorId = properties.vendorID; in readIDsFromDevice() 88 readIDsFromDevice(context, testData.vendorId, testData.deviceId); in getDefaultTestData() 93 testData.vendorId = 0x01234567; in getDefaultTestData() 123 uint32_t vendorId; in getTestDataList() local 126 readIDsFromDevice(context, vendorId, deviceId); in getTestDataList() 130 uint32_t validVendorID = vendorId; in getTestDataList() 189 vendorTestData.vendorId == vendorId in getTestDataList() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktApplicationParametersTests.cpp | 64 uint32_t vendorId; member 71 void readIDsFromDevice (Context& context, uint32_t& vendorId, uint32_t& deviceId) in readIDsFromDevice() argument 79 vendorId = properties.vendorID; in readIDsFromDevice() 88 readIDsFromDevice(context, testData.vendorId, testData.deviceId); in getDefaultTestData() 93 testData.vendorId = 0x01234567; in getDefaultTestData() 123 uint32_t vendorId; in getTestDataList() local 126 readIDsFromDevice(context, vendorId, deviceId); in getTestDataList() 130 uint32_t validVendorID = vendorId; in getTestDataList() 189 vendorTestData.vendorId == vendorId in getTestDataList() [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | BackendGL.cpp | 31 uint32_t vendorId; member 42 uint32_t vendorId = 0; in GetVendorIdFromVendors() local 46 vendorId = it.vendorId; in GetVendorIdFromVendors() 50 return vendorId; in GetVendorIdFromVendors() 193 mPCIInfo.vendorId = GetVendorIdFromVendors(vendor);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | AdapterVk.cpp | 69 mPCIInfo.vendorId = mDeviceInfo.properties.vendorID; in InitializeImpl() 275 uint32_t vendorId = mDeviceInfo.properties.vendorID; in InitializeSupportedLimitsImpl() local 276 if (!gpu_info::IsAMD(vendorId) && !gpu_info::IsIntel(vendorId) && in InitializeSupportedLimitsImpl() 277 !gpu_info::IsNvidia(vendorId)) { in InitializeSupportedLimitsImpl()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuWaiverUtil.hpp | 38 SessionInfo (deUint32 vendorId, 74 deUint32 vendorId,
|
H A D | tcuWaiverUtil.cpp | 37 SessionInfo::SessionInfo(deUint32 vendorId, in SessionInfo() argument 44 << "#sessionInfo vendorID 0x" << vendorId << "\n" in SessionInfo() 490 : WaiverTreeBuilder(waiverFile, packageName, "vendorId", "d", sessionInfo, waiverTree) in VKWaiverTreeBuilder() 506 void WaiverUtil::setup(const std::string waiverFile, std::string packageName, deUint32 vendorId, deUint32 deviceId, SessionInfo& sessionInfo) in setup() argument 508 VKWaiverTreeBuilder(waiverFile, packageName, vendorId, deviceId, sessionInfo, m_waiverTree).build(); in setup()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLDisplayPowerPreferenceTest.cpp | 34 if (lowPower && IsIntel(mSystemInfo.gpus[i].vendorId)) in findGPU() 39 else if (!lowPower && !IsIntel(mSystemInfo.gpus[i].vendorId)) in findGPU() 55 if (rendererString.find(VendorName(mSystemInfo.gpus[i].vendorId)) != std::string::npos) in findActiveGPU()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Adapter.cpp | 31 "gathering supported features for \"%s\" - \"%s\" (vendorId=%#06x deviceId=%#06x " in Initialize() 33 mPCIInfo.name, mDriverDescription, mPCIInfo.vendorId, mPCIInfo.deviceId, mBackend, in Initialize() 37 "gathering supported limits for \"%s\" - \"%s\" (vendorId=%#06x deviceId=%#06x " in Initialize() 39 mPCIInfo.name, mDriverDescription, mPCIInfo.vendorId, mPCIInfo.deviceId, mBackend, in Initialize() 113 adapterProperties.vendorID = mPCIInfo.vendorId; in GetAdapterProperties()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | angle_test_instantiate.cpp | 143 return gpuInfo && gpuInfo->vendorId == vendorID; in HasSystemVendorID() 150 return gpuInfo && gpuInfo->vendorId == vendorID && gpuInfo->deviceId == deviceID; in HasSystemDeviceID() 410 systemInfo.gpus.empty() ? 0 : systemInfo.gpus[systemInfo.activeGPUIndex].vendorId; in IsConfigAllowlisted()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | D3D12Info.cpp | 57 !gpu_info::IsIntel(adapter.GetPCIInfo().vendorId)) { in GatherDeviceInfo()
|
/third_party/skia/third_party/externals/angle2/src/feature_support_util/ |
H A D | feature_support_util_unittest.cpp | 27 mSystemInfo.gpus[0].vendorId = 123; in FeatureSupportUtilTest()
|
/third_party/backends/backend/genesys/ |
H A D | device.h | 244 std::uint16_t vendorId = 0; // USB vendor identifier member
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | angle_system_info_tests_main.cpp | 18 // "vendorId": 4318, 127 obj.AddMember("vendorId", gpu.vendorId, allocator); in main()
|
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/ |
H A D | DawnNative.h | 38 uint32_t vendorId = 0; member
|