Home
last modified time | relevance | path

Searched refs:limitExpressionComplexity (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/
DShHandle.h111 bool limitExpressionComplexity(TIntermNode* root);
DCompiler.cpp184 success = limitExpressionComplexity(root); in compile()
357 bool TCompiler::limitExpressionComplexity(TIntermNode* root) in limitExpressionComplexity() function in TCompiler