Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A 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 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 Ddriver_utils.cpp139 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 DSystemInfo.cpp71 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 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...]
H A 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()
H A DSystemInfo_ios.cpp24 deviceInfo.vendorId = kVendorID_Apple; in GetSystemInfo_ios()
H A DSystemInfo_internal.h30 bool CMDeviceIDToDeviceAndVendorID(const std::string &id, uint32_t *vendorId, uint32_t *deviceId);
H A DSystemInfo_win.cpp71 device.vendorId = desc.VendorId; in GetDevicesFromDXGI()
H A DSystemInfo_libpci.cpp120 info.vendorId = device->vendor_id; in GetPCIDevicesWithLibPCI()
/third_party/skia/third_party/externals/dawn/src/common/
H A DGPUInfo.cpp54 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 DGPUInfo.h38 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 DvktApplicationParametersTests.cpp64 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 DvktApplicationParametersTests.cpp64 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 DBackendGL.cpp31 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 DAdapterVk.cpp69 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 DtcuWaiverUtil.hpp38 SessionInfo (deUint32 vendorId,
74 deUint32 vendorId,
H A DtcuWaiverUtil.cpp37 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 DEGLDisplayPowerPreferenceTest.cpp34 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 DAdapter.cpp31 "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 Dangle_test_instantiate.cpp143 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 DD3D12Info.cpp57 !gpu_info::IsIntel(adapter.GetPCIInfo().vendorId)) { in GatherDeviceInfo()
/third_party/skia/third_party/externals/angle2/src/feature_support_util/
H A Dfeature_support_util_unittest.cpp27 mSystemInfo.gpus[0].vendorId = 123; in FeatureSupportUtilTest()
/third_party/backends/backend/genesys/
H A Ddevice.h244 std::uint16_t vendorId = 0; // USB vendor identifier member
/third_party/skia/third_party/externals/angle2/src/tests/
H A Dangle_system_info_tests_main.cpp18 // "vendorId": 4318,
127 obj.AddMember("vendorId", gpu.vendorId, allocator); in main()
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
H A DDawnNative.h38 uint32_t vendorId = 0; member

Completed in 10 milliseconds

12