Home
last modified time | relevance | path

Searched defs:fold (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/host-common/
Dwindow_agent.h64 bool (*fold)(bool is_fold); member
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DIntermNode.cpp1439 TIntermTyped *TIntermTernary::fold(TDiagnostics * /* diagnostics */) in fold() function in sh::TIntermTernary
1780 TIntermTyped *TIntermSwizzle::fold(TDiagnostics * /* diagnostics */) in fold() function in sh::TIntermSwizzle
1815 TIntermTyped *TIntermBinary::fold(TDiagnostics *diagnostics) in fold() function in sh::TIntermBinary
1949 TIntermTyped *TIntermUnary::fold(TDiagnostics *diagnostics) in fold() function in sh::TIntermUnary
2003 TIntermTyped *TIntermAggregate::fold(TDiagnostics *diagnostics) in fold() function in sh::TIntermAggregate
DIntermNode.h143 virtual TIntermTyped *fold(TDiagnostics *diagnostics) { return this; } in fold() function