Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h121 bool precisionErrorCheck(const TSourceLoc &line, TPrecision precision, TBasicType type);
Dglslang.y1000 if (context->precisionErrorCheck(@1, $$.precision, $1.type)) {
Dglslang_tab.cpp3695 …if (context->precisionErrorCheck((yylsp[0]), (yyval.interm.type).precision, (yyvsp[0].interm.type)… in yyparse()
DParseHelper.cpp315 bool TParseContext::precisionErrorCheck(const TSourceLoc &line, TPrecision precision, TBasicType ty… in precisionErrorCheck() function in TParseContext