Home
last modified time | relevance | path

Searched refs:constErrorCheck (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h124 bool constErrorCheck(TIntermTyped* node);
Dglslang.y592 if (context->constErrorCheck($1))
DParseHelper.cpp422 bool TParseContext::constErrorCheck(TIntermTyped* node) in constErrorCheck() function in TParseContext
Dglslang_tab.cpp3056 if (context->constErrorCheck((yyvsp[0].interm.intermTypedNode))) in yyparse()