Searched refs:hasAMDGPU (Results 1 – 4 of 4) sorted by relevance
65 bool hasAMDGPU() const;
102 bool SystemInfo::hasAMDGPU() const in hasAMDGPU() function in angle::SystemInfo
173 return (!systemInfo || !IsWindows() || systemInfo->hasAMDGPU()); in ShouldAlwaysForceNewDisplay()
2215 bool hasAMD = systemInfo.hasAMDGPU(); in InitializeFeatures()