Home
last modified time | relevance | path

Searched defs:InterfaceBlock (Results 1 – 25 of 133) sorted by relevance

123456

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLInterfaceBlock.h27 struct InterfaceBlock : public ProgramElement { struct
28 InterfaceBlock(int offset, const Variable* var, String typeName, String instanceName, in InterfaceBlock() function
43 return std::unique_ptr<ProgramElement>(new InterfaceBlock(fOffset, &fVariable, fTypeName, in clone() argument
49 String description() const override { in description()
72 const Variable& fVariable;
73 const String fTypeName;
74 const String fInstanceName;
75 std::vector<std::unique_ptr<Expression>> fSizes;
76 const std::shared_ptr<SymbolTable> fTypeOwner;
78 typedef ProgramElement INHERITED;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLInterfaceBlock.h27 struct InterfaceBlock : public ProgramElement { struct
28 InterfaceBlock(int offset, const Variable* var, String typeName, String instanceName, in InterfaceBlock() argument
43 return std::unique_ptr<ProgramElement>(new InterfaceBlock(fOffset, &fVariable, fTypeName, in clone() argument
49 String description() const override { in description()
72 const Variable& fVariable;
73 const String fTypeName;
74 const String fInstanceName;
75 std::vector<std::unique_ptr<Expression>> fSizes;
76 const std::shared_ptr<SymbolTable> fTypeOwner;
78 typedef ProgramElement INHERITED;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/sksl/ir/
H A DSkSLInterfaceBlock.h27 struct InterfaceBlock : public ProgramElement { struct
28 InterfaceBlock(int offset, const Variable* var, String typeName, String instanceName, in InterfaceBlock() function
43 return std::unique_ptr<ProgramElement>(new InterfaceBlock(fOffset, &fVariable, fTypeName, in clone() argument
50 String description() const override { in description()
74 const Variable& fVariable;
75 const String fTypeName;
76 const String fInstanceName;
77 std::vector<std::unique_ptr<Expression>> fSizes;
78 const std::shared_ptr<SymbolTable> fTypeOwner;
80 typedef ProgramElement INHERITED;
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLInterfaceBlock.h27 struct InterfaceBlock : public ProgramElement { struct
28 InterfaceBlock(int offset, const Variable* var, String typeName, String instanceName, in InterfaceBlock() argument
43 return std::unique_ptr<ProgramElement>(new InterfaceBlock(fOffset, &fVariable, fTypeName, in clone() argument
49 String description() const override { in description()
72 const Variable& fVariable;
73 const String fTypeName;
74 const String fInstanceName;
75 std::vector<std::unique_ptr<Expression>> fSizes;
76 const std::shared_ptr<SymbolTable> fTypeOwner;
78 typedef ProgramElement INHERITED;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLInterfaceBlock.h27 struct InterfaceBlock : public ProgramElement { struct
28 InterfaceBlock(int offset, const Variable* var, String typeName, String instanceName, in InterfaceBlock() argument
43 return std::unique_ptr<ProgramElement>(new InterfaceBlock(fOffset, &fVariable, fTypeName, in clone() argument
49 String description() const override { in description()
72 const Variable& fVariable;
73 const String fTypeName;
74 const String fInstanceName;
75 std::vector<std::unique_ptr<Expression>> fSizes;
76 const std::shared_ptr<SymbolTable> fTypeOwner;
78 typedef ProgramElement INHERITED;
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLInterfaceBlock.h27 struct InterfaceBlock : public ProgramElement { struct
28 InterfaceBlock(int offset, const Variable* var, String typeName, String instanceName, in InterfaceBlock() argument
38 String description() const override { in description()
61 const Variable& fVariable;
62 const String fTypeName;
63 const String fInstanceName;
64 std::vector<std::unique_ptr<Expression>> fSizes;
65 const std::shared_ptr<SymbolTable> fTypeOwner;
67 typedef ProgramElement INHERITED;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/sksl/ir/
H A DSkSLInterfaceBlock.h26 struct InterfaceBlock : public ProgramElement { struct
27 InterfaceBlock(Position position, const Variable& var, std::shared_ptr<SymbolTable> typeOwner) in InterfaceBlock() function
34 std::string description() const override { in description()
43 const Variable& fVariable;
44 const std::shared_ptr<SymbolTable> fTypeOwner;
46 typedef ProgramElement INHERITED;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/include/GLSLANG/
H A DShaderVars.h214 struct InterfaceBlock struct
233 std::string name;
234 std::string mappedName;
235 std::string instanceName;
236 unsigned int arraySize;
237 BlockLayoutType layout;
241 bool isRowMajorLayout;
243 int binding;
244 bool staticUse;
245 bool active;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/include/GLSLANG/
H A DShaderVars.h223 struct InterfaceBlock struct
242 std::string name;
243 std::string mappedName;
244 std::string instanceName;
245 unsigned int arraySize;
246 BlockLayoutType layout;
250 bool isRowMajorLayout;
252 int binding;
253 bool staticUse;
254 bool active;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/include/GLSLANG/
H A DShaderVars.h223 struct InterfaceBlock struct
242 std::string name;
243 std::string mappedName;
244 std::string instanceName;
245 unsigned int arraySize;
246 BlockLayoutType layout;
250 bool isRowMajorLayout;
252 int binding;
253 bool staticUse;
254 bool active;
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h249 struct InterfaceBlock struct
254 InterfaceBlock &operator=(const InterfaceBlock &other); argument
277 std::vector<InterfaceBlockField> fields; argument
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h249 struct InterfaceBlock struct
254 InterfaceBlock &operator=(const InterfaceBlock &other); argument
277 std::vector<InterfaceBlockField> fields; argument
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h249 struct InterfaceBlock struct
254 InterfaceBlock &operator=(const InterfaceBlock &other); argument
277 std::vector<InterfaceBlockField> fields; argument
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h249 struct InterfaceBlock struct
254 InterfaceBlock &operator=(const InterfaceBlock &other); argument
277 std::vector<InterfaceBlockField> fields; argument
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h249 struct InterfaceBlock struct
254 InterfaceBlock &operator=(const InterfaceBlock &other); argument
277 std::vector<InterfaceBlockField> fields; argument
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h249 struct InterfaceBlock struct
254 InterfaceBlock &operator=(const InterfaceBlock &other); argument
277 std::vector<InterfaceBlockField> fields; argument
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h249 struct InterfaceBlock struct
254 InterfaceBlock &operator=(const InterfaceBlock &other); argument
277 std::vector<InterfaceBlockField> fields; argument
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h249 struct InterfaceBlock struct
254 InterfaceBlock &operator=(const InterfaceBlock &other); argument
277 std::vector<InterfaceBlockField> fields; argument
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h249 struct InterfaceBlock struct
254 InterfaceBlock &operator=(const InterfaceBlock &other); argument
277 std::vector<InterfaceBlockField> fields; argument
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h249 struct InterfaceBlock struct
254 InterfaceBlock &operator=(const InterfaceBlock &other); argument
277 std::vector<InterfaceBlockField> fields; argument
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h249 struct InterfaceBlock struct
254 InterfaceBlock &operator=(const InterfaceBlock &other); argument
277 std::vector<InterfaceBlockField> fields; argument
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h249 struct InterfaceBlock struct
254 InterfaceBlock &operator=(const InterfaceBlock &other); argument
277 std::vector<InterfaceBlockField> fields; argument
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h249 struct InterfaceBlock struct
254 InterfaceBlock &operator=(const InterfaceBlock &other); argument
277 std::vector<InterfaceBlockField> fields; argument
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h249 struct InterfaceBlock struct
254 InterfaceBlock &operator=(const InterfaceBlock &other); argument
277 std::vector<InterfaceBlockField> fields; argument
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/angle/include/GLSLANG/
H A DShaderVars.h249 struct InterfaceBlock struct
254 InterfaceBlock &operator=(const InterfaceBlock &other); argument
277 std::vector<InterfaceBlockField> fields; argument

123456