Searched refs:IsSkylake (Results 1 – 8 of 8) sorted by relevance
119 bool IsSkylake(uint32_t DeviceId) in IsSkylake() function136 return IsSkylake(DeviceId) || IsBroxton(DeviceId) || IsKabylake(DeviceId); in Is9thGenIntel()
159 bool IsSkylake(uint32_t DeviceId);
59 bool IsSkylake(PCIDeviceID deviceId);
94 bool IsSkylake(PCIDeviceID deviceId) { in IsSkylake() function
595 (gpu_info::IsSkylake(pciInfo.deviceId) || gpu_info::IsKabylake(pciInfo.deviceId) || in InitTogglesFromDriver()
222 if (gpu_info::IsSkylake(this->GetAdapter()->GetPCIInfo().deviceId)) {
2413 isSkylake = IsSkylake(adapterDesc.DeviceId); in InitializeFeatures()
1907 isIntel && IsApple() && IsSkylake(device) && GetMacOSVersion() < OSVersion(10, 13, 2)); in InitializeFeatures()