/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | driver_utils.cpp | 92 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 …]
|
D | driver_utils.h | 154 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/ |
D | driver_utils.cpp | 93 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 …]
|
D | driver_utils.h | 97 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/ |
D | dsconf.h | 73 GUID DeviceId; member 80 GUID DeviceId; member 93 GUID DeviceId; member 108 GUID DeviceId; member 119 GUID DeviceId; member
|
D | dxgi1_6.idl | 41 UINT DeviceId;
|
D | dxgi.idl | 102 UINT DeviceId; 448 UINT DeviceId;
|
D | dxgi1_2.idl | 370 UINT DeviceId;
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | ntdd1394.h | 29 UCHAR DeviceId; member
|
D | ndkinfo.h | 28 UINT32 DeviceId; member
|
D | wtsapi32.h | 225 WCHAR DeviceId[MAX_PATH + 1]; member 247 CHAR DeviceId[MAX_PATH + 1]; member
|
D | virtdisk.h | 272 ULONG DeviceId; member
|
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/ |
D | SystemInfo_win.cpp | 64 device.deviceId = desc.DeviceId; in GetDevicesFromDXGI()
|
/third_party/libusb/libusb/os/ |
D | windows_usbdk.h | 63 PUSB_DK_DEVICE_ID DeviceId
|
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
D | SystemInfo_win.cpp | 72 device.deviceId = desc.DeviceId; in GetDevicesFromDXGI()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | AdapterD3D12.cpp | 74 mPCIInfo.deviceId = adapterDesc.DeviceId; in Initialize()
|
/third_party/mingw-w64/mingw-w64-headers/ddk/include/ddk/ |
D | swenum.h | 9 GUID DeviceId; member
|
D | ntagp.h | 152 USHORT DeviceId; member
|
D | video.h | 226 IN ULONG DeviceId, 905 IN PVOID DeviceId, 1682 IN USHORT DeviceId,
|
/third_party/flutter/skia/third_party/externals/angle2/src/feature_support_util/ |
D | feature_support_util_unittest.cpp | 133 "DeviceId" : 234, in TEST_F()
|
/third_party/skia/third_party/externals/angle2/src/feature_support_util/ |
D | feature_support_util_unittest.cpp | 133 "DeviceId" : 234, in TEST_F()
|
/third_party/uboot/u-boot-2020.01/board/sbc8548/ |
D | README | 49 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/ |
D | AdapterD3D12.cpp | 79 mPCIInfo.deviceId = adapterDesc.DeviceId; in InitializeImpl()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.cpp | 2413 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/ |
D | renderer11_utils.cpp | 2424 if (IsSkylake(adapterDesc.DeviceId)) in InitializeFeatures() 2429 else if (IsBroadwell(adapterDesc.DeviceId) || IsHaswell(adapterDesc.DeviceId)) in InitializeFeatures()
|