Home
last modified time | relevance | path

Searched refs:isAMDSwitchable (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo.cpp263 info->isAMDSwitchable = hasIntel && IsAMD(info->gpus[active].vendorId); in FindActiveGPU()
295 std::cout << "AMD Switchable: " << (info.isAMDSwitchable ? "true" : "false") << "\n"; in PrintSystemInfo()
DSystemInfo.h66 bool isAMDSwitchable = false; member
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo.cpp289 info->isAMDSwitchable = hasIntel && IsAMD(info->gpus[active].vendorId); in GetDualGPUInfo()
321 std::cout << "AMD Switchable: " << (info.isAMDSwitchable ? "true" : "false") << "\n"; in PrintSystemInfo()
DSystemInfo.h69 bool isAMDSwitchable = false; member
DSystemInfo_macos.mm339 // such as isOptimus, isAMDSwitchable, and the activeGPUIndex