Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp167 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::TGlslangToSpvTraverser
3748 …if (! glslFunction || glslFunction->getOp() != glslang::EOpFunction || isShaderEntryPoint(glslFunc… in makeFunctions()