Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h133 bool samplerErrorCheck(const TSourceLoc &line, const TPublicType& pType, const char* reason);
DParseHelper.cpp681 bool TParseContext::samplerErrorCheck(const TSourceLoc &line, const TPublicType& pType, const char*… in samplerErrorCheck() function in TParseContext
726 if (pType.qualifier != EvqUniform && samplerErrorCheck(line, pType, "samplers must be uniform")) in structQualifierErrorCheck()
761 if(publicType.qualifier != EvqUniform && samplerErrorCheck(identifierLocation, publicType, in singleDeclarationErrorCheck()
Dglslang.y697 if (context->samplerErrorCheck(@2, $1, "samplers can't be function return values"))
Dglslang_tab.cpp3210 …if (context->samplerErrorCheck((yylsp[-1]), (yyvsp[-2].interm.type), "samplers can't be function r… in yyparse()