Home
last modified time | relevance | path

Searched refs:driverVendor (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_vulkan.cpp175 gpu.driverVendor = "Advanced Micro Devices, Inc"; in GetSystemInfoVulkanWithICD()
180 gpu.driverVendor = "Arm Holdings"; in GetSystemInfoVulkanWithICD()
185 gpu.driverVendor = "Broadcom"; in GetSystemInfoVulkanWithICD()
190 gpu.driverVendor = "Google"; in GetSystemInfoVulkanWithICD()
195 gpu.driverVendor = "Imagination Technologies Limited"; in GetSystemInfoVulkanWithICD()
200 gpu.driverVendor = "Intel Corporation"; in GetSystemInfoVulkanWithICD()
205 gpu.driverVendor = "Kazan Software"; in GetSystemInfoVulkanWithICD()
210 gpu.driverVendor = "NVIDIA Corporation"; in GetSystemInfoVulkanWithICD()
221 gpu.driverVendor = "Qualcomm Technologies, Inc"; in GetSystemInfoVulkanWithICD()
238 gpu.driverVendor = "VeriSilicon"; in GetSystemInfoVulkanWithICD()
[all …]
DSystemInfo_linux.cpp96 if (!gpu->driverVendor.empty()) in GetSystemInfo()
106 gpu->driverVendor = "AMD (Brahma)"; in GetSystemInfo()
111 gpu->driverVendor = "AMD (Catalyst)"; in GetSystemInfo()
121 gpu->driverVendor = "Nvidia"; in GetSystemInfo()
137 gpu->driverVendor = "Nvidia"; in GetSystemInfo()
DSystemInfo.cpp302 if (!gpu.driverVendor.empty()) in PrintSystemInfo()
304 std::cout << " Driver Vendor: " << gpu.driverVendor << "\n"; in PrintSystemInfo()
DSystemInfo.h42 std::string driverVendor; member
/third_party/skia/third_party/externals/angle2/src/tests/
Dangle_system_info_tests_main.cpp130 js::Value driverVendor; in main() local
131 driverVendor.SetString(gpu.driverVendor.c_str(), allocator); in main()
132 obj.AddMember("driverVendor", driverVendor, allocator); in main()
/third_party/skia/third_party/externals/angle2/src/feature_support_util/
Dfeature_support_util_unittest.cpp29 mSystemInfo.gpus[0].driverVendor = "GPUVendorA"; in FeatureSupportUtilTest()
Dfeature_support_util.cpp816 gpu.driverVendor = "Foo"; in ANGLEGetSystemInfo()
858 GPU gpuDriver(systemInfo->gpus[0].driverVendor, systemInfo->gpus[0].deviceId, in ANGLEShouldBeUsedForApplication()