Home
last modified time | relevance | path

Searched refs:EOpFunction (Results 1 - 13 of 13) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
H A DLiveTraverser.h76 if (candidate && candidate->getOp() == EOpFunction && candidate->getName() == name) { in pushFunction()
H A DpropagateNoContraction.cpp299 if (node->getOp() == glslang::EOpFunction) { in visitAggregate()
H A DlinkValidate.cpp503 if (body && unitBody && body->getOp() == EOpFunction && unitBody->getOp() == EOpFunction && body->getName() == unitBody->getName()) { in mergeBodies()
1486 if (node && (node->getOp() == glslang::EOpFunction)) { in checkCallGraphBodies()
H A DintermOut.cpp698 case EOpFunction: out.debug << "Function Definition: " << node->getName(); break; in visitAggregate()
H A DIntermediate.cpp545 if (op == EOpFunction) in isConversionAllowed()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DAnalyzeCallDepth.cpp169 case EOpFunction: // Function definition in visitAggregate()
H A DintermOut.cpp259 case EOpFunction: out << "Function Definition: " << node->getName(); break; in visitAggregate()
H A Dintermediate.h38 EOpFunction, // For function definition enumerator
H A DOutputASM.cpp1259 if(currentScope != emitScope && node->getOp() != EOpFunction && node->getOp() != EOpSequence) in visitAggregate()
1283 case EOpFunction: in visitAggregate()
H A DParseHelper.cpp1891 intermediate.setAggregateOperator(aggregate, EOpFunction, location); in addFunctionDefinition()
/third_party/glslang/glslang/Include/
H A Dintermediate.h68 EOpFunction, // For function definition enumerator
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp2926 case glslang::EOpFunction: in visitAggregate()
2951 // Parameters will have been consumed by EOpFunction processing, but not in visitAggregate()
5439 if (! glslFunction || glslFunction->getOp() != glslang::EOpFunction) in makeFunctions()
5530 if (initializer && initializer->getOp() != glslang::EOpFunction && initializer->getOp() != in makeGlobalInitializers()
5581 if (node && (node->getOp() == glslang::EOpFunction || node->getOp() == glslang::EOpLinkerObjects)) in visitFunctions()
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp2296 intermediate.setAggregateOperator(node, EOpFunction, function.getType(), loc); in handleFunctionBody()

Completed in 60 milliseconds