| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| D | SeparateStructFromUniformDeclarations.cpp | 38 TIntermTyped *declarator = sequence.front()->getAsTyped(); in visitDeclaration() local 60 void doReplacement(TIntermDeclaration *decl, TIntermTyped *declarator, const TType &oldType) in doReplacement()
|
| D | RemoveUnreferencedVariables.cpp | 176 TIntermTyped *declarator) in removeVariableDeclaration() 236 TIntermTyped *declarator = node->getSequence()->back()->getAsTyped(); in visitDeclaration() local
|
| D | DeferGlobalInitializers.cpp | 49 TIntermNode *declarator = declaration->getSequence()->back(); in GetDeferredInitializers() local
|
| D | SeparateDeclarations.cpp | 97 TIntermTyped *declarator = sequence->at(index)->getAsTyped(); in separateDeclarator() local
|
| D | RemoveInactiveInterfaceVariables.cpp | 84 TIntermTyped *declarator = node->getSequence()->front()->getAsTyped(); in visitDeclaration() local
|
| D | RewriteStructSamplers.cpp | 349 TIntermTyped *declarator = sequence.front()->getAsTyped(); in visitDeclaration() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| D | NameEmbeddedUniformStructsMetal.cpp | 40 TIntermTyped *declarator = sequence.front()->getAsTyped(); in visitDeclaration() local 66 TIntermTyped *declarator, in doReplacement()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | FlagStd140Structs.cpp | 53 TIntermTyped *declarator = node->getSequence()->back()->getAsTyped(); in visitDeclaration() local
|
| D | glslang.y | 101 TDeclarator *declarator; member
|
| D | glslang_tab_autogen.h | 283 TDeclarator *declarator; member
|
| D | TranslatorMetalDirect.cpp | 92 TIntermTyped *declarator = sequence.front()->getAsTyped(); in visitDeclaration() local
|
| D | OutputHLSL.cpp | 2261 TIntermTyped *declarator = (*sequence)[0]->getAsTyped(); in visitDeclaration() local
|
| D | glslang_tab_autogen.cpp | 372 TDeclarator *declarator; member
|
| D | IntermNode.cpp | 1001 void TIntermDeclaration::appendDeclarator(TIntermTyped *declarator) in appendDeclarator()
|
| D | ParseContext.cpp | 2458 TIntermBinary *declarator = declaration->getSequence()->front()->getAsBinaryNode(); in addLoop() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
| D | IntermNodePatternMatcher.cpp | 203 TIntermTyped *declarator = node->getSequence()->front()->getAsTyped(); in match() local
|
| /third_party/node/src/ |
| D | node.h | 111 # define NODE_DEPRECATED(message, declarator) declarator argument 114 # define NODE_DEPRECATED(message, declarator) \ argument 117 # define NODE_DEPRECATED(message, declarator) \ argument 120 # define NODE_DEPRECATED(message, declarator) declarator argument
|
| /third_party/glslang/glslang/HLSL/ |
| D | hlslGrammar.cpp | 361 TFunctionDeclarator declarator; in acceptDeclaration() local 2790 TFunctionDeclarator& declarator) in acceptMemberFunctionDefinition() 2965 bool HlslGrammar::acceptFunctionDefinition(TFunctionDeclarator& declarator, TIntermNode*& nodeList, in acceptFunctionDefinition() 2976 bool HlslGrammar::acceptFunctionBody(TFunctionDeclarator& declarator, TIntermNode*& nodeList) in acceptFunctionBody()
|