Home
last modified time | relevance | path

Searched refs:DeviceId (Results 1 – 25 of 48) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Ddriver_utils.cpp92 bool IsSandyBridge(uint32_t DeviceId) in IsSandyBridge() argument
94 return std::find(std::begin(SandyBridge), std::end(SandyBridge), DeviceId) != in IsSandyBridge()
98 bool IsIvyBridge(uint32_t DeviceId) in IsIvyBridge() argument
100 return std::find(std::begin(IvyBridge), std::end(IvyBridge), DeviceId) != std::end(IvyBridge); in IsIvyBridge()
103 bool IsHaswell(uint32_t DeviceId) in IsHaswell() argument
105 return std::find(std::begin(Haswell), std::end(Haswell), DeviceId) != std::end(Haswell); in IsHaswell()
108 bool IsBroadwell(uint32_t DeviceId) in IsBroadwell() argument
110 return std::find(std::begin(Broadwell), std::end(Broadwell), DeviceId) != std::end(Broadwell); in IsBroadwell()
113 bool IsCherryView(uint32_t DeviceId) in IsCherryView() argument
115 return std::find(std::begin(CherryView), std::end(CherryView), DeviceId) != in IsCherryView()
[all …]
Ddriver_utils.h154 bool IsSandyBridge(uint32_t DeviceId);
155 bool IsIvyBridge(uint32_t DeviceId);
156 bool IsHaswell(uint32_t DeviceId);
157 bool IsBroadwell(uint32_t DeviceId);
158 bool IsCherryView(uint32_t DeviceId);
159 bool IsSkylake(uint32_t DeviceId);
160 bool IsBroxton(uint32_t DeviceId);
161 bool IsKabylake(uint32_t DeviceId);
162 bool Is9thGenIntel(uint32_t DeviceId);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
Ddriver_utils.cpp93 bool IsHaswell(uint32_t DeviceId) in IsHaswell() argument
95 return std::find(std::begin(Haswell), std::end(Haswell), DeviceId) != std::end(Haswell); in IsHaswell()
98 bool IsBroadwell(uint32_t DeviceId) in IsBroadwell() argument
100 return std::find(std::begin(Broadwell), std::end(Broadwell), DeviceId) != std::end(Broadwell); in IsBroadwell()
103 bool IsCherryView(uint32_t DeviceId) in IsCherryView() argument
105 return std::find(std::begin(CherryView), std::end(CherryView), DeviceId) != in IsCherryView()
109 bool IsSkylake(uint32_t DeviceId) in IsSkylake() argument
111 return std::find(std::begin(Skylake), std::end(Skylake), DeviceId) != std::end(Skylake); in IsSkylake()
114 bool IsBroxton(uint32_t DeviceId) in IsBroxton() argument
116 return std::find(std::begin(Broxton), std::end(Broxton), DeviceId) != std::end(Broxton); in IsBroxton()
[all …]
Ddriver_utils.h97 bool IsHaswell(uint32_t DeviceId);
98 bool IsBroadwell(uint32_t DeviceId);
99 bool IsCherryView(uint32_t DeviceId);
100 bool IsSkylake(uint32_t DeviceId);
101 bool IsBroxton(uint32_t DeviceId);
102 bool IsKabylake(uint32_t DeviceId);
/third_party/mingw-w64/mingw-w64-headers/direct-x/include/
Ddsconf.h73 GUID DeviceId; member
80 GUID DeviceId; member
93 GUID DeviceId; member
108 GUID DeviceId; member
119 GUID DeviceId; member
Ddxgi1_6.idl41 UINT DeviceId;
Ddxgi.idl102 UINT DeviceId;
448 UINT DeviceId;
Ddxgi1_2.idl370 UINT DeviceId;
/third_party/mingw-w64/mingw-w64-headers/include/
Dntdd1394.h29 UCHAR DeviceId; member
Dndkinfo.h28 UINT32 DeviceId; member
Dwtsapi32.h225 WCHAR DeviceId[MAX_PATH + 1]; member
247 CHAR DeviceId[MAX_PATH + 1]; member
Dvirtdisk.h272 ULONG DeviceId; member
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_win.cpp64 device.deviceId = desc.DeviceId; in GetDevicesFromDXGI()
/third_party/libusb/libusb/os/
Dwindows_usbdk.h63 PUSB_DK_DEVICE_ID DeviceId
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_win.cpp72 device.deviceId = desc.DeviceId; in GetDevicesFromDXGI()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DAdapterD3D12.cpp74 mPCIInfo.deviceId = adapterDesc.DeviceId; in Initialize()
/third_party/mingw-w64/mingw-w64-headers/ddk/include/ddk/
Dswenum.h9 GUID DeviceId; member
Dntagp.h152 USHORT DeviceId; member
Dvideo.h226 IN ULONG DeviceId,
905 IN PVOID DeviceId,
1682 IN USHORT DeviceId,
/third_party/flutter/skia/third_party/externals/angle2/src/feature_support_util/
Dfeature_support_util_unittest.cpp133 "DeviceId" : 234, in TEST_F()
/third_party/skia/third_party/externals/angle2/src/feature_support_util/
Dfeature_support_util_unittest.cpp133 "DeviceId" : 234, in TEST_F()
/third_party/uboot/u-boot-2020.01/board/sbc8548/
DREADME49 BusDevFun VendorId DeviceId Device Class Sub-Class
55 BusDevFun VendorId DeviceId Device Class Sub-Class
60 BusDevFun VendorId DeviceId Device Class Sub-Class
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DAdapterD3D12.cpp79 mPCIInfo.deviceId = adapterDesc.DeviceId; in InitializeImpl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp2413 isSkylake = IsSkylake(adapterDesc.DeviceId); in InitializeFeatures()
2414 isBroadwell = IsBroadwell(adapterDesc.DeviceId); in InitializeFeatures()
2415 isHaswell = IsHaswell(adapterDesc.DeviceId); in InitializeFeatures()
2416 isIvyBridge = IsIvyBridge(adapterDesc.DeviceId); in InitializeFeatures()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp2424 if (IsSkylake(adapterDesc.DeviceId)) in InitializeFeatures()
2429 else if (IsBroadwell(adapterDesc.DeviceId) || IsHaswell(adapterDesc.DeviceId)) in InitializeFeatures()

12