Searched refs:driverVendor (Results 1 – 7 of 7) sorted by relevance
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 …]
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()
302 if (!gpu.driverVendor.empty()) in PrintSystemInfo()304 std::cout << " Driver Vendor: " << gpu.driverVendor << "\n"; in PrintSystemInfo()
42 std::string driverVendor; member
130 js::Value driverVendor; in main() local131 driverVendor.SetString(gpu.driverVendor.c_str(), allocator); in main()132 obj.AddMember("driverVendor", driverVendor, allocator); in main()
29 mSystemInfo.gpus[0].driverVendor = "GPUVendorA"; in FeatureSupportUtilTest()
816 gpu.driverVendor = "Foo"; in ANGLEGetSystemInfo()858 GPU gpuDriver(systemInfo->gpus[0].driverVendor, systemInfo->gpus[0].deviceId, in ANGLEShouldBeUsedForApplication()