Searched refs:driverVendor (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
D | SystemInfo_vulkan.cpp | 175 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 …]
|
D | SystemInfo_linux.cpp | 96 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()
|
D | SystemInfo.cpp | 302 if (!gpu.driverVendor.empty()) in PrintSystemInfo() 304 std::cout << " Driver Vendor: " << gpu.driverVendor << "\n"; in PrintSystemInfo()
|
D | SystemInfo.h | 42 std::string driverVendor; member
|
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/ |
D | SystemInfo_android.cpp | 185 gpu.driverVendor = "Advanced Micro Devices, Inc"; in GetSystemInfo() 190 gpu.driverVendor = "Arm Holdings"; in GetSystemInfo() 195 gpu.driverVendor = "Imagination Technologies Limited"; in GetSystemInfo() 200 gpu.driverVendor = "Intel Corporation"; in GetSystemInfo() 205 gpu.driverVendor = "NVIDIA Corporation"; in GetSystemInfo() 216 gpu.driverVendor = "Qualcomm Technologies, Inc"; in GetSystemInfo() 233 gpu.driverVendor = "Vivante"; in GetSystemInfo() 238 gpu.driverVendor = "VeriSilicon"; in GetSystemInfo() 243 gpu.driverVendor = "Kazan Software"; in GetSystemInfo()
|
D | SystemInfo_linux.cpp | 91 if (!gpu->driverVendor.empty()) in GetSystemInfo() 101 gpu->driverVendor = "AMD (Brahma)"; in GetSystemInfo() 106 gpu->driverVendor = "AMD (Catalyst)"; in GetSystemInfo() 116 gpu->driverVendor = "Nvidia"; in GetSystemInfo() 132 gpu->driverVendor = "Nvidia"; in GetSystemInfo()
|
D | SystemInfo.cpp | 276 if (!gpu.driverVendor.empty()) in PrintSystemInfo() 278 std::cout << " Driver Vendor: " << gpu.driverVendor << "\n"; in PrintSystemInfo()
|
D | SystemInfo.h | 40 std::string driverVendor; member
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
D | angle_system_info_tests_main.cpp | 130 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/flutter/skia/third_party/externals/angle2/src/feature_support_util/ |
D | feature_support_util_unittest.cpp | 29 mSystemInfo.gpus[0].driverVendor = "GPUVendorA"; in FeatureSupportUtilTest()
|
D | feature_support_util.cpp | 853 gpu.driverVendor = "Foo"; in ANGLEGetSystemInfo() 895 GPU gpuDriver(systemInfo->gpus[0].driverVendor, systemInfo->gpus[0].deviceId, gpuDriverVersion); in ANGLEShouldBeUsedForApplication()
|
/third_party/skia/third_party/externals/angle2/src/feature_support_util/ |
D | feature_support_util_unittest.cpp | 29 mSystemInfo.gpus[0].driverVendor = "GPUVendorA"; in FeatureSupportUtilTest()
|
D | feature_support_util.cpp | 816 gpu.driverVendor = "Foo"; in ANGLEGetSystemInfo() 858 GPU gpuDriver(systemInfo->gpus[0].driverVendor, systemInfo->gpus[0].deviceId, in ANGLEShouldBeUsedForApplication()
|