Searched refs:samplerErrorCheck (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.h | 133 bool samplerErrorCheck(const TSourceLoc &line, const TPublicType& pType, const char* reason);
|
D | ParseHelper.cpp | 681 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()
|
D | glslang.y | 697 if (context->samplerErrorCheck(@2, $1, "samplers can't be function return values"))
|
D | glslang_tab.cpp | 3210 …if (context->samplerErrorCheck((yylsp[-1]), (yyvsp[-2].interm.type), "samplers can't be function r… in yyparse()
|