Home
last modified time | relevance | path

Searched refs:IsSkylake (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Ddriver_utils.cpp119 bool IsSkylake(uint32_t DeviceId) in IsSkylake() function
136 return IsSkylake(DeviceId) || IsBroxton(DeviceId) || IsKabylake(DeviceId); in Is9thGenIntel()
Ddriver_utils.h159 bool IsSkylake(uint32_t DeviceId);
/third_party/skia/third_party/externals/dawn/src/common/
DGPUInfo.h59 bool IsSkylake(PCIDeviceID deviceId);
DGPUInfo.cpp94 bool IsSkylake(PCIDeviceID deviceId) { in IsSkylake() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.cpp595 (gpu_info::IsSkylake(pciInfo.deviceId) || gpu_info::IsKabylake(pciInfo.deviceId) || in InitTogglesFromDriver()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DDeviceMTL.mm222 if (gpu_info::IsSkylake(this->GetAdapter()->GetPCIInfo().deviceId)) {
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp2413 isSkylake = IsSkylake(adapterDesc.DeviceId); in InitializeFeatures()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1907 isIntel && IsApple() && IsSkylake(device) && GetMacOSVersion() < OSVersion(10, 13, 2)); in InitializeFeatures()