Searched refs:visitUnaryPre (Results 1 – 2 of 2) sorted by relevance
218 virtual PreResult visitUnaryPre(TIntermUnary &node);
357 return visitUnaryPre(*originalNode.getAsUnaryNode()); in traversePre()864 PreResult TIntermRebuild::visitUnaryPre(TIntermUnary &node) in visitUnaryPre() function in sh::TIntermRebuild