Searched refs:isTrivialLeaf (Results 1 – 1 of 1) sorted by relevance
202 bool isTrivialLeaf(const glslang::TIntermTyped* node);7593 bool TGlslangToSpvTraverser::isTrivialLeaf(const glslang::TIntermTyped* node) function in __anon1edc1cdb0111::TGlslangToSpvTraverser7636 if (isTrivialLeaf(node))7648 …if (binaryNode && (! isTrivialLeaf(binaryNode->getLeft()) || ! isTrivialLeaf(binaryNode->getRight(…7651 if (unaryNode && ! isTrivialLeaf(unaryNode->getOperand())) {