Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp202 bool isTrivialLeaf(const glslang::TIntermTyped* node);
7593 bool TGlslangToSpvTraverser::isTrivialLeaf(const glslang::TIntermTyped* node) function in __anon1edc1cdb0111::TGlslangToSpvTraverser
7636 if (isTrivialLeaf(node))
7648 …if (binaryNode && (! isTrivialLeaf(binaryNode->getLeft()) || ! isTrivialLeaf(binaryNode->getRight(…
7651 if (unaryNode && ! isTrivialLeaf(unaryNode->getOperand())) {