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

/external/swiftshader/src/OpenGL/compiler/
H A DParseHelper.h132 bool samplerErrorCheck(const TSourceLoc &line, const TPublicType& pType, const char* reason);
H A DParseHelper.cpp633 bool TParseContext::samplerErrorCheck(const TSourceLoc &line, const TPublicType& pType, const char* reason) function in class:TParseContext
678 if (pType.qualifier != EvqUniform && samplerErrorCheck(line, pType, "samplers must be uniform"))
713 if(publicType.qualifier != EvqUniform && samplerErrorCheck(identifierLocation, publicType,
H A Dglslang.y698 if (context->samplerErrorCheck(@2, $1, "samplers can't be function return values"))

Completed in 118 milliseconds