HomeSort by relevance Sort by last modified time
    Searched refs:samplerErrorCheck (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
ParseHelper.h 134 bool samplerErrorCheck(const TSourceLoc &line, const TPublicType& pType, const char* reason);
ParseHelper.cpp 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,
    [all...]
glslang.y 698 if (context->samplerErrorCheck(@2, $1, "samplers can't be function return values"))
    [all...]

Completed in 114 milliseconds