Searched refs:paramErrorCheck (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
H A DParseHelper.h138 bool paramErrorCheck(const TSourceLoc &line, TQualifier qualifier, TQualifier paramQualifier, TType* type);
H A Dglslang.y753 if (context->paramErrorCheck(@3, $1, $2, $$.param.type))
760 if (context->paramErrorCheck(@2, EvqTemporary, $1, $$.param.type))
768 if (context->paramErrorCheck(@3, $1, $2, $$.param.type))
775 if (context->paramErrorCheck(@2, EvqTemporary, $1, $$.param.type))
H A DParseHelper.cpp1035 bool TParseContext::paramErrorCheck(const TSourceLoc &line, TQualifier qualifier, TQualifier paramQualifier, TType* type) function in class:TParseContext

Completed in 521 milliseconds