Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DValidateMaxParameters.cpp22 definition->getFunctionPrototype()->getFunction()->getParamCount() > maxParameters) in ValidateMaxParameters()
DIntermNode.h765 TIntermFunctionPrototype *getFunctionPrototype() const { return mPrototype; } in getFunctionPrototype() function
DOutputGLSLBase.cpp843 TIntermFunctionPrototype *prototype = node->getFunctionPrototype(); in visitFunctionDefinition()
DOutputHLSL.cpp2204 out << TypeString(node->getFunctionPrototype()->getType()) << " "; in visitFunctionDefinition()
/external/angle/src/compiler/translator/tree_ops/d3d/
DAddDefaultReturnStatements.cpp25 *returnType = node->getFunctionPrototype()->getType(); in NeedsReturnStatement()
DRewriteElseBlocks.cpp46 mFunctionType = ((visit == PreVisit) ? &node->getFunctionPrototype()->getType() : nullptr); in visitFunctionDefinition()
DArrayReturnValueToOutParameter.cpp95 if (node->getFunctionPrototype()->isArray() && visit == PreVisit) in visitFunctionDefinition()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DWrapMain.cpp62 TIntermFunctionPrototype *externalMainProto = funcDefNode->getFunctionPrototype(); in visitMain()
DRewriteKeywords.cpp389 TIntermFunctionPrototype &funcProtoNode = *funcDefNode.getFunctionPrototype(); in visitFunctionDefinitionPost()
DRewritePipelines.cpp672 TIntermFunctionPrototype &funcProtoNode = *funcDefNode.getFunctionPrototype(); in visitNonMain()
692 TIntermFunctionPrototype &funcProtoNode = *funcDefNode.getFunctionPrototype(); in visitMain()
DIntermRebuild.cpp729 auto *const proto = node.getFunctionPrototype(); in traverseFunctionDefinitionChildren()
/external/angle/src/compiler/translator/tree_util/
DReplaceShadowingVariables.cpp57 const TFunction *func = node->getFunctionPrototype()->getFunction(); in visitFunctionDefinition()
DIntermTraverse.cpp433 node->getFunctionPrototype()->traverse(this); in traverseFunctionDefinition()
/external/angle/src/compiler/translator/tree_ops/vulkan/
DMonomorphizeUnsupportedFunctionsInVulkanGLSL.cpp437 monomorphizedDefinition->getFunctionPrototype()->getFunction())); in visitFunctionPrototype()