Home
last modified time | relevance | path

Searched refs:adapterDesc (Results 1 – 25 of 110) sorted by relevance

12345

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/os_interface/windows/
H A Dadapter_info_tests.cpp66 NEO::AdapterFactory::AdapterDesc adapterDesc; in TEST() local
67 EXPECT_FALSE(adapterFactory.getAdapterDesc(0, adapterDesc)); in TEST()
77 NEO::AdapterFactory::AdapterDesc adapterDesc; in TEST() local
81 EXPECT_EQ(0x1234U, adapterDesc.deviceId); in TEST()
82 EXPECT_EQ(0x1234U, adapterDesc.luid.HighPart); in TEST()
83 EXPECT_EQ(0U, adapterDesc.luid.LowPart); in TEST()
108 NEO::AdapterFactory::AdapterDesc adapterDesc; in TEST() local
119 NEO::AdapterFactory::AdapterDesc adapterDesc; in TEST() local
123 EXPECT_EQ(0x1234U, adapterDesc.deviceId); in TEST()
124 EXPECT_EQ(0x1234U, adapterDesc.luid.HighPart); in TEST()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/windows/wddm/
H A Dadapter_factory_dxgi.cpp46 DXGI_ADAPTER_DESC1 adapterDesc = {{0}}; in createSnapshotOfAvailableAdapters() local
47 HRESULT hr = adapter->GetDesc1(&adapterDesc); in createSnapshotOfAvailableAdapters()
56 dstAdapterDesc.luid = adapterDesc.AdapterLuid; in createSnapshotOfAvailableAdapters()
57 dstAdapterDesc.deviceId = adapterDesc.DeviceId; in createSnapshotOfAvailableAdapters()
58 …static constexpr auto driverDescMaxChars = sizeof(adapterDesc.Description) / sizeof(adapterDesc.De… in createSnapshotOfAvailableAdapters()
60 …for (auto wchar : std::wstring(std::wstring(adapterDesc.Description, adapterDesc.Description + dri… in createSnapshotOfAvailableAdapters()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/d3d12/
H A DAdapterD3D12.cpp69 DXGI_ADAPTER_DESC1 adapterDesc; in Initialize() local
70 mHardwareAdapter->GetDesc1(&adapterDesc); in Initialize()
72 mPCIInfo.deviceId = adapterDesc.DeviceId; in Initialize()
73 mPCIInfo.vendorId = adapterDesc.VendorId; in Initialize()
77 if (adapterDesc.Flags & DXGI_ADAPTER_FLAG_SOFTWARE) { in Initialize()
86 mPCIInfo.name = converter.to_bytes(adapterDesc.Description); in Initialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/d3d12/
H A DAdapterD3D12.cpp78 DXGI_ADAPTER_DESC1 adapterDesc; in Initialize() local
79 mHardwareAdapter->GetDesc1(&adapterDesc); in Initialize()
81 mPCIInfo.deviceId = adapterDesc.DeviceId; in Initialize()
82 mPCIInfo.vendorId = adapterDesc.VendorId; in Initialize()
86 if (adapterDesc.Flags & DXGI_ADAPTER_FLAG_SOFTWARE) { in Initialize()
96 mPCIInfo.name = converter.to_bytes(adapterDesc.Description); in Initialize()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_chroma/
H A Dd3d11_fmt.c155 …_sntprintf(lookup, 256, TEXT("pci\\ven_%04x&dev_%04x"), adapterDesc->VendorId, adapterDesc->Device… in GetAdapterRegistry()
192 DXGI_ADAPTER_DESC adapterDesc; in D3D11_GetDriverVersion() local
204 HKEY hKey = GetAdapterRegistry(obj, &adapterDesc); in D3D11_GetDriverVersion()
374 DXGI_ADAPTER_DESC adapterDesc; in isXboxHardware() local
376 if (adapterDesc.VendorId == 0 && in isXboxHardware()
377 adapterDesc.DeviceId == 0 && in isXboxHardware()
392 DXGI_ADAPTER_DESC adapterDesc; in isNvidiaHardware() local
394 adapterDesc.VendorId = 0; in isNvidiaHardware()
397 return adapterDesc.VendorId == GPU_MANUFACTURER_NVIDIA; in isNvidiaHardware()
419 DXGI_ADAPTER_DESC adapterDesc; in D3D11CheckDriverVersion() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/d3d/
H A DGrD3DCaps.cpp79 DXGI_ADAPTER_DESC adapterDesc; in init() local
111 this->initFormatTable(adapterDesc, device); in init()
289 info.init(adapterDesc, device, format); in initFormatTable()
317 info.init(adapterDesc, device, format); in initFormatTable()
346 info.init(adapterDesc, device, format); in initFormatTable()
365 info.init(adapterDesc, device, format); in initFormatTable()
384 info.init(adapterDesc, device, format); in initFormatTable()
410 info.init(adapterDesc, device, format); in initFormatTable()
431 info.init(adapterDesc, device, format); in initFormatTable()
450 info.init(adapterDesc, device, format); in initFormatTable()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/d3d/
H A DGrD3DCaps.cpp133 DXGI_ADAPTER_DESC adapterDesc; in init() local
159 this->initFormatTable(adapterDesc, device); in init()
358 info.init(adapterDesc, device, format); in initFormatTable()
386 info.init(adapterDesc, device, format); in initFormatTable()
415 info.init(adapterDesc, device, format); in initFormatTable()
434 info.init(adapterDesc, device, format); in initFormatTable()
453 info.init(adapterDesc, device, format); in initFormatTable()
479 info.init(adapterDesc, device, format); in initFormatTable()
500 info.init(adapterDesc, device, format); in initFormatTable()
519 info.init(adapterDesc, device, format); in initFormatTable()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp1619 DXGI_ADAPTER_DESC adapterDesc; in GetDeviceType() local
1620 dxgiAdapter->GetDesc(&adapterDesc); in GetDeviceType()
1621 adapterString = std::wstring(adapterDesc.Description); in GetDeviceType()
1820 const DXGI_ADAPTER_DESC &adapterDesc) in GenerateWorkarounds() argument
1831 if (IsNvidia(adapterDesc.VendorId)) in GenerateWorkarounds()
1853 workarounds.preAddTexelFetchOffsets = IsIntel(adapterDesc.VendorId); in GenerateWorkarounds()
1854 workarounds.disableB5G6R5Support = IsIntel(adapterDesc.VendorId); in GenerateWorkarounds()
1856 IsIntel(adapterDesc.VendorId) && in GenerateWorkarounds()
1857 (IsBroadwell(adapterDesc.DeviceId) || IsHaswell(adapterDesc.DeviceId)); in GenerateWorkarounds()
1859 IsIntel(adapterDesc.VendorId) && IsSkylake(adapterDesc.DeviceId); in GenerateWorkarounds()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Dd3d11va.c483 DXGI_ADAPTER_DESC adapterDesc; in DxDescribe() local
484 if (SUCCEEDED(IDXGIAdapter_GetDesc(p_adapter, &adapterDesc))) { in DxDescribe()
485 char *utfdesc = FromWide(adapterDesc.Description); in DxDescribe()
490adapterDesc.VendorId, DxgiVendorStr(adapterDesc.VendorId), adapterDesc.DeviceId, adapterDesc.Revis… in DxDescribe()
582 DXGI_ADAPTER_DESC adapterDesc; in DxSetupOutput() local
583 hr = IDXGIAdapter_GetDesc(pAdapter, &adapterDesc); in DxSetupOutput()
590 if (!directx_va_canUseDecoder(va, adapterDesc.VendorId, adapterDesc.DeviceId, in DxSetupOutput()
685 DXGI_ADAPTER_DESC adapterDesc; in CanUseDecoderPadding() local
686 HRESULT hr = IDXGIAdapter_GetDesc(pAdapter, &adapterDesc); in CanUseDecoderPadding()
693 return adapterDesc.VendorId != GPU_MANUFACTURER_QUALCOMM; in CanUseDecoderPadding()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp1919 DXGI_ADAPTER_DESC adapterDesc; in GetDeviceType() local
1920 dxgiAdapter->GetDesc(&adapterDesc); in GetDeviceType()
1921 adapterString = std::wstring(adapterDesc.Description); in GetDeviceType()
2177 const DXGI_ADAPTER_DESC &adapterDesc) in GenerateWorkarounds() argument
2188 if (IsNvidia(adapterDesc.VendorId)) in GenerateWorkarounds()
2207 workarounds.flushAfterEndingTransformFeedback = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2208 workarounds.getDimensionsIgnoresBaseLevel = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2211 if (IsIntel(adapterDesc.VendorId)) in GenerateWorkarounds()
2219 if (IsSkylake(adapterDesc.DeviceId)) in GenerateWorkarounds()
2224 else if (IsBroadwell(adapterDesc.DeviceId) || IsHaswell(adapterDesc.DeviceId)) in GenerateWorkarounds()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp1903 DXGI_ADAPTER_DESC adapterDesc; in GetDeviceType() local
1904 dxgiAdapter->GetDesc(&adapterDesc); in GetDeviceType()
1905 adapterString = std::wstring(adapterDesc.Description); in GetDeviceType()
2161 const DXGI_ADAPTER_DESC &adapterDesc) in GenerateWorkarounds() argument
2172 if (IsNvidia(adapterDesc.VendorId)) in GenerateWorkarounds()
2191 workarounds.flushAfterEndingTransformFeedback = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2192 workarounds.getDimensionsIgnoresBaseLevel = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2194 if (IsIntel(adapterDesc.VendorId)) in GenerateWorkarounds()
2202 if (IsSkylake(adapterDesc.DeviceId)) in GenerateWorkarounds()
2207 else if (IsBroadwell(adapterDesc.DeviceId) || IsHaswell(adapterDesc.DeviceId)) in GenerateWorkarounds()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp1903 DXGI_ADAPTER_DESC adapterDesc; in GetDeviceType() local
1904 dxgiAdapter->GetDesc(&adapterDesc); in GetDeviceType()
1905 adapterString = std::wstring(adapterDesc.Description); in GetDeviceType()
2161 const DXGI_ADAPTER_DESC &adapterDesc) in GenerateWorkarounds() argument
2172 if (IsNvidia(adapterDesc.VendorId)) in GenerateWorkarounds()
2191 workarounds.flushAfterEndingTransformFeedback = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2192 workarounds.getDimensionsIgnoresBaseLevel = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2194 if (IsIntel(adapterDesc.VendorId)) in GenerateWorkarounds()
2202 if (IsSkylake(adapterDesc.DeviceId)) in GenerateWorkarounds()
2207 else if (IsBroadwell(adapterDesc.DeviceId) || IsHaswell(adapterDesc.DeviceId)) in GenerateWorkarounds()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp1903 DXGI_ADAPTER_DESC adapterDesc; in GetDeviceType() local
1904 dxgiAdapter->GetDesc(&adapterDesc); in GetDeviceType()
1905 adapterString = std::wstring(adapterDesc.Description); in GetDeviceType()
2161 const DXGI_ADAPTER_DESC &adapterDesc) in GenerateWorkarounds() argument
2172 if (IsNvidia(adapterDesc.VendorId)) in GenerateWorkarounds()
2191 workarounds.flushAfterEndingTransformFeedback = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2192 workarounds.getDimensionsIgnoresBaseLevel = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2194 if (IsIntel(adapterDesc.VendorId)) in GenerateWorkarounds()
2202 if (IsSkylake(adapterDesc.DeviceId)) in GenerateWorkarounds()
2207 else if (IsBroadwell(adapterDesc.DeviceId) || IsHaswell(adapterDesc.DeviceId)) in GenerateWorkarounds()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp1903 DXGI_ADAPTER_DESC adapterDesc; in GetDeviceType() local
1904 dxgiAdapter->GetDesc(&adapterDesc); in GetDeviceType()
1905 adapterString = std::wstring(adapterDesc.Description); in GetDeviceType()
2161 const DXGI_ADAPTER_DESC &adapterDesc) in GenerateWorkarounds() argument
2172 if (IsNvidia(adapterDesc.VendorId)) in GenerateWorkarounds()
2191 workarounds.flushAfterEndingTransformFeedback = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2192 workarounds.getDimensionsIgnoresBaseLevel = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2194 if (IsIntel(adapterDesc.VendorId)) in GenerateWorkarounds()
2202 if (IsSkylake(adapterDesc.DeviceId)) in GenerateWorkarounds()
2207 else if (IsBroadwell(adapterDesc.DeviceId) || IsHaswell(adapterDesc.DeviceId)) in GenerateWorkarounds()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp1903 DXGI_ADAPTER_DESC adapterDesc; in GetDeviceType() local
1904 dxgiAdapter->GetDesc(&adapterDesc); in GetDeviceType()
1905 adapterString = std::wstring(adapterDesc.Description); in GetDeviceType()
2161 const DXGI_ADAPTER_DESC &adapterDesc) in GenerateWorkarounds() argument
2172 if (IsNvidia(adapterDesc.VendorId)) in GenerateWorkarounds()
2191 workarounds.flushAfterEndingTransformFeedback = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2192 workarounds.getDimensionsIgnoresBaseLevel = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2194 if (IsIntel(adapterDesc.VendorId)) in GenerateWorkarounds()
2202 if (IsSkylake(adapterDesc.DeviceId)) in GenerateWorkarounds()
2207 else if (IsBroadwell(adapterDesc.DeviceId) || IsHaswell(adapterDesc.DeviceId)) in GenerateWorkarounds()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp1903 DXGI_ADAPTER_DESC adapterDesc; in GetDeviceType() local
1904 dxgiAdapter->GetDesc(&adapterDesc); in GetDeviceType()
1905 adapterString = std::wstring(adapterDesc.Description); in GetDeviceType()
2161 const DXGI_ADAPTER_DESC &adapterDesc) in GenerateWorkarounds() argument
2172 if (IsNvidia(adapterDesc.VendorId)) in GenerateWorkarounds()
2191 workarounds.flushAfterEndingTransformFeedback = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2192 workarounds.getDimensionsIgnoresBaseLevel = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2194 if (IsIntel(adapterDesc.VendorId)) in GenerateWorkarounds()
2202 if (IsSkylake(adapterDesc.DeviceId)) in GenerateWorkarounds()
2207 else if (IsBroadwell(adapterDesc.DeviceId) || IsHaswell(adapterDesc.DeviceId)) in GenerateWorkarounds()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp1903 DXGI_ADAPTER_DESC adapterDesc; in GetDeviceType() local
1904 dxgiAdapter->GetDesc(&adapterDesc); in GetDeviceType()
1905 adapterString = std::wstring(adapterDesc.Description); in GetDeviceType()
2161 const DXGI_ADAPTER_DESC &adapterDesc) in GenerateWorkarounds() argument
2172 if (IsNvidia(adapterDesc.VendorId)) in GenerateWorkarounds()
2191 workarounds.flushAfterEndingTransformFeedback = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2192 workarounds.getDimensionsIgnoresBaseLevel = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2194 if (IsIntel(adapterDesc.VendorId)) in GenerateWorkarounds()
2202 if (IsSkylake(adapterDesc.DeviceId)) in GenerateWorkarounds()
2207 else if (IsBroadwell(adapterDesc.DeviceId) || IsHaswell(adapterDesc.DeviceId)) in GenerateWorkarounds()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp1903 DXGI_ADAPTER_DESC adapterDesc; in GetDeviceType() local
1904 dxgiAdapter->GetDesc(&adapterDesc); in GetDeviceType()
1905 adapterString = std::wstring(adapterDesc.Description); in GetDeviceType()
2161 const DXGI_ADAPTER_DESC &adapterDesc) in GenerateWorkarounds() argument
2172 if (IsNvidia(adapterDesc.VendorId)) in GenerateWorkarounds()
2191 workarounds.flushAfterEndingTransformFeedback = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2192 workarounds.getDimensionsIgnoresBaseLevel = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2194 if (IsIntel(adapterDesc.VendorId)) in GenerateWorkarounds()
2202 if (IsSkylake(adapterDesc.DeviceId)) in GenerateWorkarounds()
2207 else if (IsBroadwell(adapterDesc.DeviceId) || IsHaswell(adapterDesc.DeviceId)) in GenerateWorkarounds()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp1903 DXGI_ADAPTER_DESC adapterDesc; in GetDeviceType() local
1904 dxgiAdapter->GetDesc(&adapterDesc); in GetDeviceType()
1905 adapterString = std::wstring(adapterDesc.Description); in GetDeviceType()
2161 const DXGI_ADAPTER_DESC &adapterDesc) in GenerateWorkarounds() argument
2172 if (IsNvidia(adapterDesc.VendorId)) in GenerateWorkarounds()
2191 workarounds.flushAfterEndingTransformFeedback = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2192 workarounds.getDimensionsIgnoresBaseLevel = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2194 if (IsIntel(adapterDesc.VendorId)) in GenerateWorkarounds()
2202 if (IsSkylake(adapterDesc.DeviceId)) in GenerateWorkarounds()
2207 else if (IsBroadwell(adapterDesc.DeviceId) || IsHaswell(adapterDesc.DeviceId)) in GenerateWorkarounds()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp1903 DXGI_ADAPTER_DESC adapterDesc; in GetDeviceType() local
1904 dxgiAdapter->GetDesc(&adapterDesc); in GetDeviceType()
1905 adapterString = std::wstring(adapterDesc.Description); in GetDeviceType()
2161 const DXGI_ADAPTER_DESC &adapterDesc) in GenerateWorkarounds() argument
2172 if (IsNvidia(adapterDesc.VendorId)) in GenerateWorkarounds()
2191 workarounds.flushAfterEndingTransformFeedback = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2192 workarounds.getDimensionsIgnoresBaseLevel = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2194 if (IsIntel(adapterDesc.VendorId)) in GenerateWorkarounds()
2202 if (IsSkylake(adapterDesc.DeviceId)) in GenerateWorkarounds()
2207 else if (IsBroadwell(adapterDesc.DeviceId) || IsHaswell(adapterDesc.DeviceId)) in GenerateWorkarounds()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp1903 DXGI_ADAPTER_DESC adapterDesc; in GetDeviceType() local
1904 dxgiAdapter->GetDesc(&adapterDesc); in GetDeviceType()
1905 adapterString = std::wstring(adapterDesc.Description); in GetDeviceType()
2161 const DXGI_ADAPTER_DESC &adapterDesc) in GenerateWorkarounds() argument
2172 if (IsNvidia(adapterDesc.VendorId)) in GenerateWorkarounds()
2191 workarounds.flushAfterEndingTransformFeedback = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2192 workarounds.getDimensionsIgnoresBaseLevel = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2194 if (IsIntel(adapterDesc.VendorId)) in GenerateWorkarounds()
2202 if (IsSkylake(adapterDesc.DeviceId)) in GenerateWorkarounds()
2207 else if (IsBroadwell(adapterDesc.DeviceId) || IsHaswell(adapterDesc.DeviceId)) in GenerateWorkarounds()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp1903 DXGI_ADAPTER_DESC adapterDesc; in GetDeviceType() local
1904 dxgiAdapter->GetDesc(&adapterDesc); in GetDeviceType()
1905 adapterString = std::wstring(adapterDesc.Description); in GetDeviceType()
2161 const DXGI_ADAPTER_DESC &adapterDesc) in GenerateWorkarounds() argument
2172 if (IsNvidia(adapterDesc.VendorId)) in GenerateWorkarounds()
2191 workarounds.flushAfterEndingTransformFeedback = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2192 workarounds.getDimensionsIgnoresBaseLevel = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2194 if (IsIntel(adapterDesc.VendorId)) in GenerateWorkarounds()
2202 if (IsSkylake(adapterDesc.DeviceId)) in GenerateWorkarounds()
2207 else if (IsBroadwell(adapterDesc.DeviceId) || IsHaswell(adapterDesc.DeviceId)) in GenerateWorkarounds()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp1903 DXGI_ADAPTER_DESC adapterDesc; in GetDeviceType() local
1904 dxgiAdapter->GetDesc(&adapterDesc); in GetDeviceType()
1905 adapterString = std::wstring(adapterDesc.Description); in GetDeviceType()
2161 const DXGI_ADAPTER_DESC &adapterDesc) in GenerateWorkarounds() argument
2172 if (IsNvidia(adapterDesc.VendorId)) in GenerateWorkarounds()
2191 workarounds.flushAfterEndingTransformFeedback = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2192 workarounds.getDimensionsIgnoresBaseLevel = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2194 if (IsIntel(adapterDesc.VendorId)) in GenerateWorkarounds()
2202 if (IsSkylake(adapterDesc.DeviceId)) in GenerateWorkarounds()
2207 else if (IsBroadwell(adapterDesc.DeviceId) || IsHaswell(adapterDesc.DeviceId)) in GenerateWorkarounds()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp1903 DXGI_ADAPTER_DESC adapterDesc; in GetDeviceType() local
1904 dxgiAdapter->GetDesc(&adapterDesc); in GetDeviceType()
1905 adapterString = std::wstring(adapterDesc.Description); in GetDeviceType()
2161 const DXGI_ADAPTER_DESC &adapterDesc) in GenerateWorkarounds() argument
2172 if (IsNvidia(adapterDesc.VendorId)) in GenerateWorkarounds()
2191 workarounds.flushAfterEndingTransformFeedback = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2192 workarounds.getDimensionsIgnoresBaseLevel = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2194 if (IsIntel(adapterDesc.VendorId)) in GenerateWorkarounds()
2202 if (IsSkylake(adapterDesc.DeviceId)) in GenerateWorkarounds()
2207 else if (IsBroadwell(adapterDesc.DeviceId) || IsHaswell(adapterDesc.DeviceId)) in GenerateWorkarounds()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp1903 DXGI_ADAPTER_DESC adapterDesc; in GetDeviceType() local
1904 dxgiAdapter->GetDesc(&adapterDesc); in GetDeviceType()
1905 adapterString = std::wstring(adapterDesc.Description); in GetDeviceType()
2161 const DXGI_ADAPTER_DESC &adapterDesc) in GenerateWorkarounds() argument
2172 if (IsNvidia(adapterDesc.VendorId)) in GenerateWorkarounds()
2191 workarounds.flushAfterEndingTransformFeedback = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2192 workarounds.getDimensionsIgnoresBaseLevel = IsNvidia(adapterDesc.VendorId); in GenerateWorkarounds()
2194 if (IsIntel(adapterDesc.VendorId)) in GenerateWorkarounds()
2202 if (IsSkylake(adapterDesc.DeviceId)) in GenerateWorkarounds()
2207 else if (IsBroadwell(adapterDesc.DeviceId) || IsHaswell(adapterDesc.DeviceId)) in GenerateWorkarounds()
[all …]

12345