Searched refs:isShaderEntryPoint (Results 1 – 1 of 1) sorted by relevance
167 bool isShaderEntryPoint(const glslang::TIntermAggregate* node);2084 if (isShaderEntryPoint(node)) { in visitAggregate()3696 bool TGlslangToSpvTraverser::isShaderEntryPoint(const glslang::TIntermAggregate* node) in isShaderEntryPoint() function in __anon26c506720111::TGlslangToSpvTraverser3748 …if (! glslFunction || glslFunction->getOp() != glslang::EOpFunction || isShaderEntryPoint(glslFunc… in makeFunctions()