Home
last modified time | relevance | path

Searched refs:exitStruct (Results 1 – 14 of 14) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A Dblocklayout.h193 virtual void exitStruct(const ShaderVariable &structVar) {} in exitStruct() function
219 void exitStruct(const ShaderVariable &structVar) override;
H A Dblocklayout.cpp394 void VariableNameVisitor::exitStruct(const ShaderVariable &structVar) in exitStruct() function in sh::VariableNameVisitor
608 visitor->exitStruct(variable); in TraverseShaderVariable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/
H A Dblocklayout.h193 virtual void exitStruct(const ShaderVariable &structVar) {} in exitStruct() function
219 void exitStruct(const ShaderVariable &structVar) override;
H A Dblocklayout.cpp393 void VariableNameVisitor::exitStruct(const ShaderVariable &structVar) in exitStruct() function in sh::VariableNameVisitor
607 visitor->exitStruct(variable); in TraverseShaderVariable()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A Dblocklayout.h193 virtual void exitStruct(const ShaderVariable &structVar) {} in exitStruct() function
219 void exitStruct(const ShaderVariable &structVar) override;
H A Dblocklayout.cpp394 void VariableNameVisitor::exitStruct(const ShaderVariable &structVar) in exitStruct() function in sh::VariableNameVisitor
608 visitor->exitStruct(variable); in TraverseShaderVariable()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/
H A Dblocklayout.h193 virtual void exitStruct(const ShaderVariable &structVar) {} in exitStruct() function
219 void exitStruct(const ShaderVariable &structVar) override;
H A Dblocklayout.cpp393 void VariableNameVisitor::exitStruct(const ShaderVariable &structVar) in exitStruct() function in sh::VariableNameVisitor
607 visitor->exitStruct(variable); in TraverseShaderVariable()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/
H A Dblocklayout.h193 virtual void exitStruct(const ShaderVariable &structVar) {} in exitStruct() function
219 void exitStruct(const ShaderVariable &structVar) override;
H A Dblocklayout.cpp394 void VariableNameVisitor::exitStruct(const ShaderVariable &structVar) in exitStruct() function in sh::VariableNameVisitor
608 visitor->exitStruct(variable); in TraverseShaderVariable()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A Dblocklayout.h193 virtual void exitStruct(const ShaderVariable &structVar) {} in exitStruct() function
219 void exitStruct(const ShaderVariable &structVar) override;
H A Dblocklayout.cpp394 void VariableNameVisitor::exitStruct(const ShaderVariable &structVar) in exitStruct() function in sh::VariableNameVisitor
608 visitor->exitStruct(variable); in TraverseShaderVariable()
/dports/devel/sdbus-cpp/sdbus-cpp-1.1.0/include/sdbus-c++/
H A DMessage.h127 Message& exitStruct();
411 msg.exitStruct();
/dports/devel/sdbus-cpp/sdbus-cpp-1.1.0/src/
H A DMessage.cpp545 Message& Message::exitStruct() in exitStruct() function in sdbus::Message