Home
last modified time | relevance | path

Searched refs:deviceCaps (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h21 inline bool OnlyFL11_1Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL11_1Plus() argument
23 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_11_1); in OnlyFL11_1Plus()
26 inline bool OnlyFL10Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL10Plus() argument
28 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_10_0); in OnlyFL10Plus()
31 inline bool OnlyFL9_3(const Renderer11DeviceCaps &deviceCaps) in OnlyFL9_3() argument
33 return (deviceCaps.featureLevel == D3D_FEATURE_LEVEL_9_3); in OnlyFL9_3()
44 if (d3d11_gl::GetMaximumClientVersion(deviceCaps).major > 2) in SupportsFormat()
59 fullSupport = ((deviceCaps.B5G6R5support & mustSupport) == mustSupport) && in SupportsFormat()
60 deviceCaps.B5G6R5maxSamples >= minimumRequiredSamples; in SupportsFormat()
65 deviceCaps.B4G4R4A4maxSamples >= minimumRequiredSamples; in SupportsFormat()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h21 inline bool OnlyFL11_1Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL11_1Plus() argument
23 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_11_1); in OnlyFL11_1Plus()
26 inline bool OnlyFL10Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL10Plus() argument
28 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_10_0); in OnlyFL10Plus()
31 inline bool OnlyFL9_3(const Renderer11DeviceCaps &deviceCaps) in OnlyFL9_3() argument
33 return (deviceCaps.featureLevel == D3D_FEATURE_LEVEL_9_3); in OnlyFL9_3()
44 if (d3d11_gl::GetMaximumClientVersion(deviceCaps).major > 2) in SupportsFormat()
59 fullSupport = ((deviceCaps.B5G6R5support & mustSupport) == mustSupport) && in SupportsFormat()
60 deviceCaps.B5G6R5maxSamples >= minimumRequiredSamples; in SupportsFormat()
65 deviceCaps.B4G4R4A4maxSamples >= minimumRequiredSamples; in SupportsFormat()
[all …]
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h21 inline bool OnlyFL11_1Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL11_1Plus() argument
23 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_11_1); in OnlyFL11_1Plus()
26 inline bool OnlyFL10Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL10Plus() argument
28 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_10_0); in OnlyFL10Plus()
31 inline bool OnlyFL9_3(const Renderer11DeviceCaps &deviceCaps) in OnlyFL9_3() argument
33 return (deviceCaps.featureLevel == D3D_FEATURE_LEVEL_9_3); in OnlyFL9_3()
44 if (d3d11_gl::GetMaximumClientVersion(deviceCaps).major > 2) in SupportsFormat()
59 fullSupport = ((deviceCaps.B5G6R5support & mustSupport) == mustSupport) && in SupportsFormat()
60 deviceCaps.B5G6R5maxSamples >= minimumRequiredSamples; in SupportsFormat()
65 deviceCaps.B4G4R4A4maxSamples >= minimumRequiredSamples; in SupportsFormat()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h21 inline bool OnlyFL11_1Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL11_1Plus() argument
23 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_11_1); in OnlyFL11_1Plus()
26 inline bool OnlyFL10Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL10Plus() argument
28 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_10_0); in OnlyFL10Plus()
31 inline bool OnlyFL9_3(const Renderer11DeviceCaps &deviceCaps) in OnlyFL9_3() argument
33 return (deviceCaps.featureLevel == D3D_FEATURE_LEVEL_9_3); in OnlyFL9_3()
44 if (d3d11_gl::GetMaximumClientVersion(deviceCaps).major > 2) in SupportsFormat()
59 fullSupport = ((deviceCaps.B5G6R5support & mustSupport) == mustSupport) && in SupportsFormat()
60 deviceCaps.B5G6R5maxSamples >= minimumRequiredSamples; in SupportsFormat()
65 deviceCaps.B4G4R4A4maxSamples >= minimumRequiredSamples; in SupportsFormat()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h21 inline bool OnlyFL11_1Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL11_1Plus() argument
23 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_11_1); in OnlyFL11_1Plus()
26 inline bool OnlyFL10Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL10Plus() argument
28 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_10_0); in OnlyFL10Plus()
31 inline bool OnlyFL9_3(const Renderer11DeviceCaps &deviceCaps) in OnlyFL9_3() argument
33 return (deviceCaps.featureLevel == D3D_FEATURE_LEVEL_9_3); in OnlyFL9_3()
44 if (d3d11_gl::GetMaximumClientVersion(deviceCaps.featureLevel).major > 2) in SupportsFormat()
59 fullSupport = ((deviceCaps.B5G6R5support & mustSupport) == mustSupport) && in SupportsFormat()
60 deviceCaps.B5G6R5maxSamples >= minimumRequiredSamples; in SupportsFormat()
65 deviceCaps.B4G4R4A4maxSamples >= minimumRequiredSamples; in SupportsFormat()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h21 inline bool OnlyFL11_1Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL11_1Plus() argument
23 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_11_1); in OnlyFL11_1Plus()
26 inline bool OnlyFL10Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL10Plus() argument
28 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_10_0); in OnlyFL10Plus()
31 inline bool OnlyFL9_3(const Renderer11DeviceCaps &deviceCaps) in OnlyFL9_3() argument
33 return (deviceCaps.featureLevel == D3D_FEATURE_LEVEL_9_3); in OnlyFL9_3()
44 if (d3d11_gl::GetMaximumClientVersion(deviceCaps.featureLevel).major > 2) in SupportsFormat()
59 fullSupport = ((deviceCaps.B5G6R5support & mustSupport) == mustSupport) && in SupportsFormat()
60 deviceCaps.B5G6R5maxSamples >= minimumRequiredSamples; in SupportsFormat()
65 deviceCaps.B4G4R4A4maxSamples >= minimumRequiredSamples; in SupportsFormat()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h21 inline bool OnlyFL10Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL10Plus() argument
23 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_10_0); in OnlyFL10Plus()
26 inline bool OnlyFL9_3(const Renderer11DeviceCaps &deviceCaps) in OnlyFL9_3() argument
28 return (deviceCaps.featureLevel == D3D_FEATURE_LEVEL_9_3); in OnlyFL9_3()
31 inline bool SupportsFormat(DXGI_FORMAT format, const Renderer11DeviceCaps &deviceCaps) in SupportsFormat() argument
39 if (d3d11_gl::GetMaximumClientVersion(deviceCaps.featureLevel).major > 2) in SupportsFormat()
54 fullSupport = ((deviceCaps.B5G6R5support & mustSupport) == mustSupport) && in SupportsFormat()
55 deviceCaps.B5G6R5maxSamples >= minimumRequiredSamples; in SupportsFormat()
59 fullSupport = ((deviceCaps.B4G4R4A4support & mustSupport) == mustSupport) && in SupportsFormat()
60 deviceCaps.B4G4R4A4maxSamples >= minimumRequiredSamples; in SupportsFormat()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h21 inline bool OnlyFL10Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL10Plus() argument
23 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_10_0); in OnlyFL10Plus()
26 inline bool OnlyFL9_3(const Renderer11DeviceCaps &deviceCaps) in OnlyFL9_3() argument
28 return (deviceCaps.featureLevel == D3D_FEATURE_LEVEL_9_3); in OnlyFL9_3()
31 inline bool SupportsFormat(DXGI_FORMAT format, const Renderer11DeviceCaps &deviceCaps) in SupportsFormat() argument
39 if (d3d11_gl::GetMaximumClientVersion(deviceCaps.featureLevel).major > 2) in SupportsFormat()
54 fullSupport = ((deviceCaps.B5G6R5support & mustSupport) == mustSupport) && in SupportsFormat()
55 deviceCaps.B5G6R5maxSamples >= minimumRequiredSamples; in SupportsFormat()
59 fullSupport = ((deviceCaps.B4G4R4A4support & mustSupport) == mustSupport) && in SupportsFormat()
60 deviceCaps.B4G4R4A4maxSamples >= minimumRequiredSamples; in SupportsFormat()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h21 inline bool OnlyFL10Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL10Plus() argument
23 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_10_0); in OnlyFL10Plus()
26 inline bool OnlyFL9_3(const Renderer11DeviceCaps &deviceCaps) in OnlyFL9_3() argument
28 return (deviceCaps.featureLevel == D3D_FEATURE_LEVEL_9_3); in OnlyFL9_3()
31 inline bool SupportsFormat(DXGI_FORMAT format, const Renderer11DeviceCaps &deviceCaps) in SupportsFormat() argument
39 if (d3d11_gl::GetMaximumClientVersion(deviceCaps.featureLevel).major > 2) in SupportsFormat()
54 fullSupport = ((deviceCaps.B5G6R5support & mustSupport) == mustSupport) && in SupportsFormat()
55 deviceCaps.B5G6R5maxSamples >= minimumRequiredSamples; in SupportsFormat()
59 fullSupport = ((deviceCaps.B4G4R4A4support & mustSupport) == mustSupport) && in SupportsFormat()
60 deviceCaps.B4G4R4A4maxSamples >= minimumRequiredSamples; in SupportsFormat()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h21 inline bool OnlyFL10Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL10Plus() argument
23 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_10_0); in OnlyFL10Plus()
26 inline bool OnlyFL9_3(const Renderer11DeviceCaps &deviceCaps) in OnlyFL9_3() argument
28 return (deviceCaps.featureLevel == D3D_FEATURE_LEVEL_9_3); in OnlyFL9_3()
31 inline bool SupportsFormat(DXGI_FORMAT format, const Renderer11DeviceCaps &deviceCaps) in SupportsFormat() argument
39 if (d3d11_gl::GetMaximumClientVersion(deviceCaps.featureLevel).major > 2) in SupportsFormat()
54 fullSupport = ((deviceCaps.B5G6R5support & mustSupport) == mustSupport) && in SupportsFormat()
55 deviceCaps.B5G6R5maxSamples >= minimumRequiredSamples; in SupportsFormat()
59 fullSupport = ((deviceCaps.B4G4R4A4support & mustSupport) == mustSupport) && in SupportsFormat()
60 deviceCaps.B4G4R4A4maxSamples >= minimumRequiredSamples; in SupportsFormat()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h21 inline bool OnlyFL10Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL10Plus() argument
23 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_10_0); in OnlyFL10Plus()
26 inline bool OnlyFL9_3(const Renderer11DeviceCaps &deviceCaps) in OnlyFL9_3() argument
28 return (deviceCaps.featureLevel == D3D_FEATURE_LEVEL_9_3); in OnlyFL9_3()
31 inline bool SupportsFormat(DXGI_FORMAT format, const Renderer11DeviceCaps &deviceCaps) in SupportsFormat() argument
39 if (d3d11_gl::GetMaximumClientVersion(deviceCaps.featureLevel).major > 2) in SupportsFormat()
54 fullSupport = ((deviceCaps.B5G6R5support & mustSupport) == mustSupport) && in SupportsFormat()
55 deviceCaps.B5G6R5maxSamples >= minimumRequiredSamples; in SupportsFormat()
59 fullSupport = ((deviceCaps.B4G4R4A4support & mustSupport) == mustSupport) && in SupportsFormat()
60 deviceCaps.B4G4R4A4maxSamples >= minimumRequiredSamples; in SupportsFormat()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h21 inline bool OnlyFL10Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL10Plus() argument
23 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_10_0); in OnlyFL10Plus()
26 inline bool OnlyFL9_3(const Renderer11DeviceCaps &deviceCaps) in OnlyFL9_3() argument
28 return (deviceCaps.featureLevel == D3D_FEATURE_LEVEL_9_3); in OnlyFL9_3()
31 inline bool SupportsFormat(DXGI_FORMAT format, const Renderer11DeviceCaps &deviceCaps) in SupportsFormat() argument
39 if (d3d11_gl::GetMaximumClientVersion(deviceCaps.featureLevel).major > 2) in SupportsFormat()
54 fullSupport = ((deviceCaps.B5G6R5support & mustSupport) == mustSupport) && in SupportsFormat()
55 deviceCaps.B5G6R5maxSamples >= minimumRequiredSamples; in SupportsFormat()
59 fullSupport = ((deviceCaps.B4G4R4A4support & mustSupport) == mustSupport) && in SupportsFormat()
60 deviceCaps.B4G4R4A4maxSamples >= minimumRequiredSamples; in SupportsFormat()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h21 inline bool OnlyFL10Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL10Plus() argument
23 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_10_0); in OnlyFL10Plus()
26 inline bool OnlyFL9_3(const Renderer11DeviceCaps &deviceCaps) in OnlyFL9_3() argument
28 return (deviceCaps.featureLevel == D3D_FEATURE_LEVEL_9_3); in OnlyFL9_3()
31 inline bool SupportsFormat(DXGI_FORMAT format, const Renderer11DeviceCaps &deviceCaps) in SupportsFormat() argument
39 if (d3d11_gl::GetMaximumClientVersion(deviceCaps.featureLevel).major > 2) in SupportsFormat()
54 fullSupport = ((deviceCaps.B5G6R5support & mustSupport) == mustSupport) && in SupportsFormat()
55 deviceCaps.B5G6R5maxSamples >= minimumRequiredSamples; in SupportsFormat()
59 fullSupport = ((deviceCaps.B4G4R4A4support & mustSupport) == mustSupport) && in SupportsFormat()
60 deviceCaps.B4G4R4A4maxSamples >= minimumRequiredSamples; in SupportsFormat()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h21 inline bool OnlyFL10Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL10Plus() argument
23 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_10_0); in OnlyFL10Plus()
26 inline bool OnlyFL9_3(const Renderer11DeviceCaps &deviceCaps) in OnlyFL9_3() argument
28 return (deviceCaps.featureLevel == D3D_FEATURE_LEVEL_9_3); in OnlyFL9_3()
31 inline bool SupportsFormat(DXGI_FORMAT format, const Renderer11DeviceCaps &deviceCaps) in SupportsFormat() argument
39 if (d3d11_gl::GetMaximumClientVersion(deviceCaps.featureLevel).major > 2) in SupportsFormat()
54 fullSupport = ((deviceCaps.B5G6R5support & mustSupport) == mustSupport) && in SupportsFormat()
55 deviceCaps.B5G6R5maxSamples >= minimumRequiredSamples; in SupportsFormat()
59 fullSupport = ((deviceCaps.B4G4R4A4support & mustSupport) == mustSupport) && in SupportsFormat()
60 deviceCaps.B4G4R4A4maxSamples >= minimumRequiredSamples; in SupportsFormat()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h21 inline bool OnlyFL10Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL10Plus() argument
23 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_10_0); in OnlyFL10Plus()
26 inline bool OnlyFL9_3(const Renderer11DeviceCaps &deviceCaps) in OnlyFL9_3() argument
28 return (deviceCaps.featureLevel == D3D_FEATURE_LEVEL_9_3); in OnlyFL9_3()
31 inline bool SupportsFormat(DXGI_FORMAT format, const Renderer11DeviceCaps &deviceCaps) in SupportsFormat() argument
39 if (d3d11_gl::GetMaximumClientVersion(deviceCaps.featureLevel).major > 2) in SupportsFormat()
54 fullSupport = ((deviceCaps.B5G6R5support & mustSupport) == mustSupport) && in SupportsFormat()
55 deviceCaps.B5G6R5maxSamples >= minimumRequiredSamples; in SupportsFormat()
59 fullSupport = ((deviceCaps.B4G4R4A4support & mustSupport) == mustSupport) && in SupportsFormat()
60 deviceCaps.B4G4R4A4maxSamples >= minimumRequiredSamples; in SupportsFormat()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h21 inline bool OnlyFL10Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL10Plus() argument
23 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_10_0); in OnlyFL10Plus()
26 inline bool OnlyFL9_3(const Renderer11DeviceCaps &deviceCaps) in OnlyFL9_3() argument
28 return (deviceCaps.featureLevel == D3D_FEATURE_LEVEL_9_3); in OnlyFL9_3()
31 inline bool SupportsFormat(DXGI_FORMAT format, const Renderer11DeviceCaps &deviceCaps) in SupportsFormat() argument
39 if (d3d11_gl::GetMaximumClientVersion(deviceCaps.featureLevel).major > 2) in SupportsFormat()
54 fullSupport = ((deviceCaps.B5G6R5support & mustSupport) == mustSupport) && in SupportsFormat()
55 deviceCaps.B5G6R5maxSamples >= minimumRequiredSamples; in SupportsFormat()
59 fullSupport = ((deviceCaps.B4G4R4A4support & mustSupport) == mustSupport) && in SupportsFormat()
60 deviceCaps.B4G4R4A4maxSamples >= minimumRequiredSamples; in SupportsFormat()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h21 inline bool OnlyFL10Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL10Plus() argument
23 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_10_0); in OnlyFL10Plus()
26 inline bool OnlyFL9_3(const Renderer11DeviceCaps &deviceCaps) in OnlyFL9_3() argument
28 return (deviceCaps.featureLevel == D3D_FEATURE_LEVEL_9_3); in OnlyFL9_3()
31 inline bool SupportsFormat(DXGI_FORMAT format, const Renderer11DeviceCaps &deviceCaps) in SupportsFormat() argument
39 if (d3d11_gl::GetMaximumClientVersion(deviceCaps.featureLevel).major > 2) in SupportsFormat()
54 fullSupport = ((deviceCaps.B5G6R5support & mustSupport) == mustSupport) && in SupportsFormat()
55 deviceCaps.B5G6R5maxSamples >= minimumRequiredSamples; in SupportsFormat()
59 fullSupport = ((deviceCaps.B4G4R4A4support & mustSupport) == mustSupport) && in SupportsFormat()
60 deviceCaps.B4G4R4A4maxSamples >= minimumRequiredSamples; in SupportsFormat()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h21 inline bool OnlyFL10Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL10Plus() argument
23 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_10_0); in OnlyFL10Plus()
26 inline bool OnlyFL9_3(const Renderer11DeviceCaps &deviceCaps) in OnlyFL9_3() argument
28 return (deviceCaps.featureLevel == D3D_FEATURE_LEVEL_9_3); in OnlyFL9_3()
31 inline bool SupportsFormat(DXGI_FORMAT format, const Renderer11DeviceCaps &deviceCaps) in SupportsFormat() argument
39 if (d3d11_gl::GetMaximumClientVersion(deviceCaps.featureLevel).major > 2) in SupportsFormat()
54 fullSupport = ((deviceCaps.B5G6R5support & mustSupport) == mustSupport) && in SupportsFormat()
55 deviceCaps.B5G6R5maxSamples >= minimumRequiredSamples; in SupportsFormat()
59 fullSupport = ((deviceCaps.B4G4R4A4support & mustSupport) == mustSupport) && in SupportsFormat()
60 deviceCaps.B4G4R4A4maxSamples >= minimumRequiredSamples; in SupportsFormat()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h21 inline bool OnlyFL10Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL10Plus() argument
23 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_10_0); in OnlyFL10Plus()
26 inline bool OnlyFL9_3(const Renderer11DeviceCaps &deviceCaps) in OnlyFL9_3() argument
28 return (deviceCaps.featureLevel == D3D_FEATURE_LEVEL_9_3); in OnlyFL9_3()
31 inline bool SupportsFormat(DXGI_FORMAT format, const Renderer11DeviceCaps &deviceCaps) in SupportsFormat() argument
39 if (d3d11_gl::GetMaximumClientVersion(deviceCaps.featureLevel).major > 2) in SupportsFormat()
54 fullSupport = ((deviceCaps.B5G6R5support & mustSupport) == mustSupport) && in SupportsFormat()
55 deviceCaps.B5G6R5maxSamples >= minimumRequiredSamples; in SupportsFormat()
59 fullSupport = ((deviceCaps.B4G4R4A4support & mustSupport) == mustSupport) && in SupportsFormat()
60 deviceCaps.B4G4R4A4maxSamples >= minimumRequiredSamples; in SupportsFormat()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h21 inline bool OnlyFL10Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL10Plus() argument
23 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_10_0); in OnlyFL10Plus()
26 inline bool OnlyFL9_3(const Renderer11DeviceCaps &deviceCaps) in OnlyFL9_3() argument
28 return (deviceCaps.featureLevel == D3D_FEATURE_LEVEL_9_3); in OnlyFL9_3()
31 inline bool SupportsFormat(DXGI_FORMAT format, const Renderer11DeviceCaps &deviceCaps) in SupportsFormat() argument
39 if (d3d11_gl::GetMaximumClientVersion(deviceCaps.featureLevel).major > 2) in SupportsFormat()
54 fullSupport = ((deviceCaps.B5G6R5support & mustSupport) == mustSupport) && in SupportsFormat()
55 deviceCaps.B5G6R5maxSamples >= minimumRequiredSamples; in SupportsFormat()
59 fullSupport = ((deviceCaps.B4G4R4A4support & mustSupport) == mustSupport) && in SupportsFormat()
60 deviceCaps.B4G4R4A4maxSamples >= minimumRequiredSamples; in SupportsFormat()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h21 inline bool OnlyFL10Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL10Plus() argument
23 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_10_0); in OnlyFL10Plus()
26 inline bool OnlyFL9_3(const Renderer11DeviceCaps &deviceCaps) in OnlyFL9_3() argument
28 return (deviceCaps.featureLevel == D3D_FEATURE_LEVEL_9_3); in OnlyFL9_3()
31 inline bool SupportsFormat(DXGI_FORMAT format, const Renderer11DeviceCaps &deviceCaps) in SupportsFormat() argument
39 if (d3d11_gl::GetMaximumClientVersion(deviceCaps.featureLevel).major > 2) in SupportsFormat()
54 fullSupport = ((deviceCaps.B5G6R5support & mustSupport) == mustSupport) && in SupportsFormat()
55 deviceCaps.B5G6R5maxSamples >= minimumRequiredSamples; in SupportsFormat()
59 fullSupport = ((deviceCaps.B4G4R4A4support & mustSupport) == mustSupport) && in SupportsFormat()
60 deviceCaps.B4G4R4A4maxSamples >= minimumRequiredSamples; in SupportsFormat()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h21 inline bool OnlyFL10Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL10Plus() argument
23 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_10_0); in OnlyFL10Plus()
26 inline bool OnlyFL9_3(const Renderer11DeviceCaps &deviceCaps) in OnlyFL9_3() argument
28 return (deviceCaps.featureLevel == D3D_FEATURE_LEVEL_9_3); in OnlyFL9_3()
31 inline bool SupportsFormat(DXGI_FORMAT format, const Renderer11DeviceCaps &deviceCaps) in SupportsFormat() argument
39 if (d3d11_gl::GetMaximumClientVersion(deviceCaps.featureLevel).major > 2) in SupportsFormat()
54 fullSupport = ((deviceCaps.B5G6R5support & mustSupport) == mustSupport) && in SupportsFormat()
55 deviceCaps.B5G6R5maxSamples >= minimumRequiredSamples; in SupportsFormat()
59 fullSupport = ((deviceCaps.B4G4R4A4support & mustSupport) == mustSupport) && in SupportsFormat()
60 deviceCaps.B4G4R4A4maxSamples >= minimumRequiredSamples; in SupportsFormat()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h21 inline bool OnlyFL10Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL10Plus() argument
23 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_10_0); in OnlyFL10Plus()
26 inline bool OnlyFL9_3(const Renderer11DeviceCaps &deviceCaps) in OnlyFL9_3() argument
28 return (deviceCaps.featureLevel == D3D_FEATURE_LEVEL_9_3); in OnlyFL9_3()
31 inline bool SupportsFormat(DXGI_FORMAT format, const Renderer11DeviceCaps &deviceCaps) in SupportsFormat() argument
39 if (d3d11_gl::GetMaximumClientVersion(deviceCaps.featureLevel).major > 2) in SupportsFormat()
54 fullSupport = ((deviceCaps.B5G6R5support & mustSupport) == mustSupport) && in SupportsFormat()
55 deviceCaps.B5G6R5maxSamples >= minimumRequiredSamples; in SupportsFormat()
59 fullSupport = ((deviceCaps.B4G4R4A4support & mustSupport) == mustSupport) && in SupportsFormat()
60 deviceCaps.B4G4R4A4maxSamples >= minimumRequiredSamples; in SupportsFormat()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h21 inline bool OnlyFL10Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL10Plus() argument
23 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_10_0); in OnlyFL10Plus()
26 inline bool OnlyFL9_3(const Renderer11DeviceCaps &deviceCaps) in OnlyFL9_3() argument
28 return (deviceCaps.featureLevel == D3D_FEATURE_LEVEL_9_3); in OnlyFL9_3()
31 inline bool SupportsFormat(DXGI_FORMAT format, const Renderer11DeviceCaps &deviceCaps) in SupportsFormat() argument
39 if (d3d11_gl::GetMaximumClientVersion(deviceCaps.featureLevel).major > 2) in SupportsFormat()
54 fullSupport = ((deviceCaps.B5G6R5support & mustSupport) == mustSupport) && in SupportsFormat()
55 deviceCaps.B5G6R5maxSamples >= minimumRequiredSamples; in SupportsFormat()
59 fullSupport = ((deviceCaps.B4G4R4A4support & mustSupport) == mustSupport) && in SupportsFormat()
60 deviceCaps.B4G4R4A4maxSamples >= minimumRequiredSamples; in SupportsFormat()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_utils.h21 inline bool OnlyFL10Plus(const Renderer11DeviceCaps &deviceCaps) in OnlyFL10Plus() argument
23 return (deviceCaps.featureLevel >= D3D_FEATURE_LEVEL_10_0); in OnlyFL10Plus()
26 inline bool OnlyFL9_3(const Renderer11DeviceCaps &deviceCaps) in OnlyFL9_3() argument
28 return (deviceCaps.featureLevel == D3D_FEATURE_LEVEL_9_3); in OnlyFL9_3()
31 inline bool SupportsFormat(DXGI_FORMAT format, const Renderer11DeviceCaps &deviceCaps) in SupportsFormat() argument
39 if (d3d11_gl::GetMaximumClientVersion(deviceCaps.featureLevel).major > 2) in SupportsFormat()
54 fullSupport = ((deviceCaps.B5G6R5support & mustSupport) == mustSupport) && in SupportsFormat()
55 deviceCaps.B5G6R5maxSamples >= minimumRequiredSamples; in SupportsFormat()
59 fullSupport = ((deviceCaps.B4G4R4A4support & mustSupport) == mustSupport) && in SupportsFormat()
60 deviceCaps.B4G4R4A4maxSamples >= minimumRequiredSamples; in SupportsFormat()
[all …]

12345678910>>...12