Home
last modified time | relevance | path

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

12

/external/deqp-deps/glslang/glslang/MachineIndependent/
DLiveTraverser.h76 if (candidate && candidate->getOp() == EOpFunction && candidate->getName() == name) { in pushFunction()
DlinkValidate.cpp443 …if (body && unitBody && body->getOp() == EOpFunction && unitBody->getOp() == EOpFunction && body->… in mergeBodies()
961 if (node && (node->getOp() == glslang::EOpFunction)) { in checkCallGraphBodies()
DpropagateNoContraction.cpp301 if (node->getOp() == glslang::EOpFunction) { in visitAggregate()
DintermOut.cpp724 case EOpFunction: out.debug << "Function Definition: " << node->getName(); break; in visitAggregate()
DIntermediate.cpp543 if (op == EOpFunction) in isConversionAllowed()
Dglslang.y4004 … parseContext.intermediate.setAggregateOperator($$, EOpFunction, $1.function->getType(), $1.loc);
Dglslang.m44004 … parseContext.intermediate.setAggregateOperator($$, EOpFunction, $1.function->getType(), $1.loc);
Dglslang_tab.cpp11028 …parseContext.intermediate.setAggregateOperator((yyval.interm.intermNode), EOpFunction, (yyvsp[-2].… in yyparse()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DLiveTraverser.h76 if (candidate && candidate->getOp() == EOpFunction && candidate->getName() == name) { in pushFunction()
DpropagateNoContraction.cpp301 if (node->getOp() == glslang::EOpFunction) { in visitAggregate()
DlinkValidate.cpp501 …if (body && unitBody && body->getOp() == EOpFunction && unitBody->getOp() == EOpFunction && body->… in mergeBodies()
1290 if (node && (node->getOp() == glslang::EOpFunction)) { in checkCallGraphBodies()
DintermOut.cpp728 case EOpFunction: out.debug << "Function Definition: " << node->getName(); break; in visitAggregate()
DIntermediate.cpp543 if (op == EOpFunction) in isConversionAllowed()
Dglslang.y4084 … parseContext.intermediate.setAggregateOperator($$, EOpFunction, $1.function->getType(), $1.loc);
Dglslang.m44084 … parseContext.intermediate.setAggregateOperator($$, EOpFunction, $1.function->getType(), $1.loc);
/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/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
Dintermediate.h72 EOpFunction, // For function definition enumerator
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h72 EOpFunction, // For function definition enumerator
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DGlslangToSpv.cpp2736 case glslang::EOpFunction: in visitAggregate()
4961 …if (! glslFunction || glslFunction->getOp() != glslang::EOpFunction || isShaderEntryPoint(glslFunc… in makeFunctions()
5037 if (initializer && initializer->getOp() != glslang::EOpFunction && initializer->getOp() != in makeGlobalInitializers()
5084 … if (node && (node->getOp() == glslang::EOpFunction || node->getOp() == glslang::EOpLinkerObjects)) in visitFunctions()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp2548 case glslang::EOpFunction: in visitAggregate()
4625 …if (! glslFunction || glslFunction->getOp() != glslang::EOpFunction || isShaderEntryPoint(glslFunc… in makeFunctions()
4701 if (initializer && initializer->getOp() != glslang::EOpFunction && initializer->getOp() != in makeGlobalInitializers()
4748 … if (node && (node->getOp() == glslang::EOpFunction || node->getOp() == glslang::EOpLinkerObjects)) in visitFunctions()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp2268 intermediate.setAggregateOperator(node, EOpFunction, function.getType(), loc); in handleFunctionBody()

12