Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DLiveTraverser.h76 if (candidate && candidate->getOp() == EOpFunction && candidate->getName() == name) { in pushFunction()
DlinkValidate.cpp419 …if (body && unitBody && body->getOp() == EOpFunction && unitBody->getOp() == EOpFunction && body->… in mergeBodies()
869 if (node && (node->getOp() == glslang::EOpFunction)) { in checkCallGraphBodies()
DpropagateNoContraction.cpp299 if (node->getOp() == glslang::EOpFunction) { in visitAggregate()
DintermOut.cpp710 case EOpFunction: out.debug << "Function Definition: " << node->getName(); break; in visitAggregate()
DIntermediate.cpp467 if (op == EOpFunction) in isConversionAllowed()
Dglslang.y3708 … parseContext.intermediate.setAggregateOperator($$, EOpFunction, $1.function->getType(), $1.loc);
Dglslang_tab.cpp10093 …parseContext.intermediate.setAggregateOperator((yyval.interm.intermNode), EOpFunction, (yyvsp[-2].… in yyparse()
/external/swiftshader/src/OpenGL/compiler/
DAnalyzeCallDepth.cpp169 case EOpFunction: // Function definition in visitAggregate()
DintermOut.cpp259 case EOpFunction: out << "Function Definition: " << node->getName(); break; in visitAggregate()
Dintermediate.h38 EOpFunction, // For function definition enumerator
DOutputASM.cpp1259 if(currentScope != emitScope && node->getOp() != EOpFunction && node->getOp() != EOpSequence) in visitAggregate()
1283 case EOpFunction: in visitAggregate()
DParseHelper.cpp1891 intermediate.setAggregateOperator(aggregate, EOpFunction, location); in addFunctionDefinition()
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h71 EOpFunction, // For function definition enumerator
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp2082 case glslang::EOpFunction: in visitAggregate()
3748 …if (! glslFunction || glslFunction->getOp() != glslang::EOpFunction || isShaderEntryPoint(glslFunc… in makeFunctions()
3812 …if (initializer && initializer->getOp() != glslang::EOpFunction && initializer->getOp() != glslang… in makeGlobalInitializers()
3826 … if (node && (node->getOp() == glslang::EOpFunction || node->getOp() == glslang::EOpLinkerObjects)) in visitFunctions()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp2175 intermediate.setAggregateOperator(node, EOpFunction, function.getType(), loc); in handleFunctionBody()