Home
last modified time | relevance | path

Searched defs:ShaderVariable (Results 1 – 25 of 62) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/include/GLSLANG/
H A DShaderVars.h60 struct ShaderVariable struct
86 // Turn this ShaderVariable from an array into a specific element in that array. Will update argument
113 // Given a mapped name like 'a[0].b.c[0]', return the ShaderVariable argument
145 void updateEffectiveLocation(const sh::ShaderVariable &parent); argument
190 std::vector<ShaderVariable> fields; argument
198 bool isRowMajorLayout;
201 int location;
210 int binding;
211 GLenum imageUnitFormat;
212 int offset;
[all …]
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/include/GLSLANG/
H A DShaderVars.h60 struct ShaderVariable struct
86 // Turn this ShaderVariable from an array into a specific element in that array. Will update argument
113 // Given a mapped name like 'a[0].b.c[0]', return the ShaderVariable argument
145 void updateEffectiveLocation(const sh::ShaderVariable &parent); argument
190 std::vector<ShaderVariable> fields; argument
198 bool isRowMajorLayout;
201 int location;
210 int binding;
211 GLenum imageUnitFormat;
212 int offset;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/include/GLSLANG/
H A DShaderVars.h60 struct ShaderVariable struct
86 // Turn this ShaderVariable from an array into a specific element in that array. Will update argument
113 // Given a mapped name like 'a[0].b.c[0]', return the ShaderVariable argument
145 void updateEffectiveLocation(const sh::ShaderVariable &parent); argument
190 std::vector<ShaderVariable> fields; argument
198 bool isRowMajorLayout;
201 int location;
210 int binding;
211 GLenum imageUnitFormat;
212 int offset;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/include/GLSLANG/
H A DShaderVars.h65 struct ShaderVariable struct
91 // Turn this ShaderVariable from an array into a specific element in that array. Will update argument
131 GLenum type;
132 GLenum precision;
133 std::string name;
134 std::string mappedName;
160 std::vector<ShaderVariable> fields; argument
175 bool isSameUniformAtLinkTime(const ShaderVariable &other) const; argument
190 bool isSameInterfaceBlockFieldAtLinkTime(const ShaderVariable &other) const; argument
200 bool isSameVaryingAtLinkTime(const ShaderVariable &other, int shaderVersion) const; argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/include/GLSLANG/
H A DShaderVars.h65 struct ShaderVariable struct
91 // Turn this ShaderVariable from an array into a specific element in that array. Will update argument
131 GLenum type;
132 GLenum precision;
133 std::string name;
134 std::string mappedName;
160 std::vector<ShaderVariable> fields; argument
175 bool isSameUniformAtLinkTime(const ShaderVariable &other) const; argument
190 bool isSameInterfaceBlockFieldAtLinkTime(const ShaderVariable &other) const; argument
200 bool isSameVaryingAtLinkTime(const ShaderVariable &other, int shaderVersion) const; argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/include/GLSLANG/
H A DShaderVars.h63 struct ShaderVariable struct
89 // Turn this ShaderVariable from an array into a specific element in that array. Will update argument
125 GLenum type;
126 GLenum precision;
127 std::string name;
128 std::string mappedName;
154 std::vector<ShaderVariable> fields; argument
169 bool isSameUniformAtLinkTime(const ShaderVariable &other) const; argument
184 bool isSameInterfaceBlockFieldAtLinkTime(const ShaderVariable &other) const; argument
194 bool isSameVaryingAtLinkTime(const ShaderVariable &other, int shaderVersion) const; argument
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DOpenGl_ShaderObject.hxx37 struct ShaderVariable struct in OpenGl_ShaderObject
39 TCollection_AsciiString Name; //!< variable name
40 Standard_Integer Stages; //!< active stages as Graphic3d_TypeOfShaderObject bits;
44ShaderVariable (const TCollection_AsciiString& theVarName, Standard_Integer theShaderStageBits) : … in ShaderVariable() function
47 ShaderVariable() : Stages (0) {} in ShaderVariable() function
/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_ShaderObject.hxx30 struct ShaderVariable struct in Graphic3d_ShaderObject
32 TCollection_AsciiString Name; //!< variable name
33 Standard_Integer Stages; //!< active stages as Graphic3d_TypeOfShaderObject bits;
37ShaderVariable (const TCollection_AsciiString& theVarName, Standard_Integer theShaderStageBits) : … in ShaderVariable() function
40 ShaderVariable() : Stages (0) {} in ShaderVariable() function
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DGraphic3d_ShaderObject.hxx30 struct ShaderVariable struct in Graphic3d_ShaderObject
32 TCollection_AsciiString Name; //!< variable name
33 Standard_Integer Stages; //!< active stages as Graphic3d_TypeOfShaderObject bits;
37ShaderVariable (const TCollection_AsciiString& theVarName, Standard_Integer theShaderStageBits) : … in ShaderVariable() argument
40 ShaderVariable() : Stages (0) {} in ShaderVariable() function
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/include/GLSLANG/
H A DShaderVars.h46 struct ShaderVariable struct
52 ShaderVariable &operator=(const ShaderVariable &other); argument
65 // Given a mapped name like 'a[0].b.c[0]', return the ShaderVariable argument
81 std::vector<ShaderVariable> fields; argument
85 bool isSameVariableAtLinkTime(const ShaderVariable &other, argument
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h62 struct ShaderVariable struct
69 ShaderVariable &operator=(const ShaderVariable &other); argument
80 // Turn this ShaderVariable from an array into a specific element in that array. Will update argument
103 // Given a mapped name like 'a[0].b.c[0]', return the ShaderVariable argument
130 std::vector<ShaderVariable> fields; argument
134 bool isSameVariableAtLinkTime(const ShaderVariable &other, argument
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h62 struct ShaderVariable struct
69 ShaderVariable &operator=(const ShaderVariable &other); argument
80 // Turn this ShaderVariable from an array into a specific element in that array. Will update argument
103 // Given a mapped name like 'a[0].b.c[0]', return the ShaderVariable argument
130 std::vector<ShaderVariable> fields; argument
134 bool isSameVariableAtLinkTime(const ShaderVariable &other, argument
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h62 struct ShaderVariable struct
69 ShaderVariable &operator=(const ShaderVariable &other); argument
80 // Turn this ShaderVariable from an array into a specific element in that array. Will update argument
103 // Given a mapped name like 'a[0].b.c[0]', return the ShaderVariable argument
130 std::vector<ShaderVariable> fields; argument
134 bool isSameVariableAtLinkTime(const ShaderVariable &other, argument
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h62 struct ShaderVariable struct
69 ShaderVariable &operator=(const ShaderVariable &other); argument
80 // Turn this ShaderVariable from an array into a specific element in that array. Will update argument
103 // Given a mapped name like 'a[0].b.c[0]', return the ShaderVariable argument
130 std::vector<ShaderVariable> fields; argument
134 bool isSameVariableAtLinkTime(const ShaderVariable &other, argument
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h62 struct ShaderVariable struct
69 ShaderVariable &operator=(const ShaderVariable &other); argument
80 // Turn this ShaderVariable from an array into a specific element in that array. Will update argument
103 // Given a mapped name like 'a[0].b.c[0]', return the ShaderVariable argument
130 std::vector<ShaderVariable> fields; argument
134 bool isSameVariableAtLinkTime(const ShaderVariable &other, argument
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h62 struct ShaderVariable struct
69 ShaderVariable &operator=(const ShaderVariable &other); argument
80 // Turn this ShaderVariable from an array into a specific element in that array. Will update argument
103 // Given a mapped name like 'a[0].b.c[0]', return the ShaderVariable argument
130 std::vector<ShaderVariable> fields; argument
134 bool isSameVariableAtLinkTime(const ShaderVariable &other, argument
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h62 struct ShaderVariable struct
69 ShaderVariable &operator=(const ShaderVariable &other); argument
80 // Turn this ShaderVariable from an array into a specific element in that array. Will update argument
103 // Given a mapped name like 'a[0].b.c[0]', return the ShaderVariable argument
130 std::vector<ShaderVariable> fields; argument
134 bool isSameVariableAtLinkTime(const ShaderVariable &other, argument
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h62 struct ShaderVariable struct
69 ShaderVariable &operator=(const ShaderVariable &other); argument
80 // Turn this ShaderVariable from an array into a specific element in that array. Will update argument
103 // Given a mapped name like 'a[0].b.c[0]', return the ShaderVariable argument
130 std::vector<ShaderVariable> fields; argument
134 bool isSameVariableAtLinkTime(const ShaderVariable &other, argument
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h62 struct ShaderVariable struct
69 ShaderVariable &operator=(const ShaderVariable &other); argument
80 // Turn this ShaderVariable from an array into a specific element in that array. Will update argument
103 // Given a mapped name like 'a[0].b.c[0]', return the ShaderVariable argument
130 std::vector<ShaderVariable> fields; argument
134 bool isSameVariableAtLinkTime(const ShaderVariable &other, argument
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h62 struct ShaderVariable struct
69 ShaderVariable &operator=(const ShaderVariable &other); argument
80 // Turn this ShaderVariable from an array into a specific element in that array. Will update argument
103 // Given a mapped name like 'a[0].b.c[0]', return the ShaderVariable argument
130 std::vector<ShaderVariable> fields; argument
134 bool isSameVariableAtLinkTime(const ShaderVariable &other, argument
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h62 struct ShaderVariable struct
69 ShaderVariable &operator=(const ShaderVariable &other); argument
80 // Turn this ShaderVariable from an array into a specific element in that array. Will update argument
103 // Given a mapped name like 'a[0].b.c[0]', return the ShaderVariable argument
130 std::vector<ShaderVariable> fields; argument
134 bool isSameVariableAtLinkTime(const ShaderVariable &other, argument
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h62 struct ShaderVariable struct
69 ShaderVariable &operator=(const ShaderVariable &other); argument
80 // Turn this ShaderVariable from an array into a specific element in that array. Will update argument
103 // Given a mapped name like 'a[0].b.c[0]', return the ShaderVariable argument
130 std::vector<ShaderVariable> fields; argument
134 bool isSameVariableAtLinkTime(const ShaderVariable &other, argument
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h62 struct ShaderVariable struct
69 ShaderVariable &operator=(const ShaderVariable &other); argument
80 // Turn this ShaderVariable from an array into a specific element in that array. Will update argument
103 // Given a mapped name like 'a[0].b.c[0]', return the ShaderVariable argument
130 std::vector<ShaderVariable> fields; argument
134 bool isSameVariableAtLinkTime(const ShaderVariable &other, argument
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h62 struct ShaderVariable struct
69 ShaderVariable &operator=(const ShaderVariable &other); argument
80 // Turn this ShaderVariable from an array into a specific element in that array. Will update argument
103 // Given a mapped name like 'a[0].b.c[0]', return the ShaderVariable argument
130 std::vector<ShaderVariable> fields; argument
134 bool isSameVariableAtLinkTime(const ShaderVariable &other, argument
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h62 struct ShaderVariable struct
69 ShaderVariable &operator=(const ShaderVariable &other); argument
80 // Turn this ShaderVariable from an array into a specific element in that array. Will update argument
103 // Given a mapped name like 'a[0].b.c[0]', return the ShaderVariable argument
130 std::vector<ShaderVariable> fields; argument
134 bool isSameVariableAtLinkTime(const ShaderVariable &other, argument

123