Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DparseVersions.h96 virtual void explicitInt16Check(const TSourceLoc&, const char* op, bool builtIn = false);
DVersions.cpp1023 void TParseVersions::explicitInt16Check(const TSourceLoc& loc, const char* op, bool builtIn) in explicitInt16Check() function in glslang::TParseVersions
Dglslang.y328 parseContext.explicitInt16Check($1.loc, "16-bit integer literal");
332 parseContext.explicitInt16Check($1.loc, "16-bit unsigned integer literal");
Dglslang_tab.cpp4207 parseContext.explicitInt16Check((yyvsp[0].lex).loc, "16-bit integer literal"); in yyparse()
4216 parseContext.explicitInt16Check((yyvsp[0].lex).loc, "16-bit unsigned integer literal"); in yyparse()