Searched refs:opaqueCheck (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseHelper.h | 372 void opaqueCheck(const TSourceLoc&, const TType&, const char* op);
|
D | glslang.y | 607 parseContext.opaqueCheck($2.loc, $1->getType(), "=="); 615 parseContext.opaqueCheck($2.loc, $1->getType(), "!="); 703 parseContext.opaqueCheck($2.loc, $1->getType(), "=");
|
D | glslang_tab.cpp | 4684 …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()
|
D | ParseHelper.cpp | 4345 void TParseContext::opaqueCheck(const TSourceLoc& loc, const TType& type, const char* op) in opaqueCheck() function in glslang::TParseContext
|