Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h372 void opaqueCheck(const TSourceLoc&, const TType&, const char* op);
Dglslang.y607 parseContext.opaqueCheck($2.loc, $1->getType(), "==");
615 parseContext.opaqueCheck($2.loc, $1->getType(), "!=");
703 parseContext.opaqueCheck($2.loc, $1->getType(), "=");
Dglslang_tab.cpp4684 …parseContext.opaqueCheck((yyvsp[-1].lex).loc, (yyvsp[-2].interm.intermTypedNode)->getType(), "=="); in yyparse()
4697 …parseContext.opaqueCheck((yyvsp[-1].lex).loc, (yyvsp[-2].interm.intermTypedNode)->getType(), "!="); in yyparse()
4846 …parseContext.opaqueCheck((yyvsp[-1].interm).loc, (yyvsp[-2].interm.intermTypedNode)->getType(), "=… in yyparse()
DParseHelper.cpp4345 void TParseContext::opaqueCheck(const TSourceLoc& loc, const TType& type, const char* op) in opaqueCheck() function in glslang::TParseContext