Home | History | Annotate | Download | only in compiler

Lines Matching refs:samplerErrorCheck

641 bool TParseContext::samplerErrorCheck(const TSourceLoc &line, const TPublicType& pType, const char* reason)
686 if (pType.qualifier != EvqUniform && samplerErrorCheck(line, pType, "samplers must be uniform"))
721 if(publicType.qualifier != EvqUniform && samplerErrorCheck(identifierLocation, publicType,