/third_party/glslang/glslang/HLSL/ |
H A D | hlslGrammar.h | 75 bool acceptFullySpecifiedType(TType&, TIntermNode*& nodeList, const TAttributes&, bool forbidDeclarators = false); 80 bool acceptType(TType&, TIntermNode*& nodeList); 96 bool acceptStruct(TType&, TIntermNode*& nodeList); 97 bool acceptStructDeclarationList(TTypeList*&, TIntermNode*& nodeList, TVector<TFunctionDeclarator>&); 98 bool acceptMemberFunctionDefinition(TIntermNode*& nodeList, const TType&, TString& memberName, 102 bool acceptFunctionDefinition(TFunctionDeclarator&, TIntermNode*& nodeList, TVector<HlslToken>* deferredTokens); 103 bool acceptFunctionBody(TFunctionDeclarator& declarator, TIntermNode*& nodeList);
|
H A D | hlslGrammar.cpp | 154 bool HlslGrammar::acceptDeclarationList(TIntermNode*& nodeList) in acceptDeclarationList() argument 165 if (! acceptDeclaration(nodeList)) { in acceptDeclarationList() 326 // into the passed-in nodeList. 328 // If 'nodeList' is passed in as non-null, it must be an aggregate to extend for 330 // node in generated here, that is want is returned in nodeList. 332 bool HlslGrammar::acceptDeclaration(TIntermNode*& nodeList) in acceptDeclaration() argument 346 if (!acceptDeclarationList(nodeList)) { in acceptDeclaration() 380 if (! acceptFullySpecifiedType(declaredType, nodeList, declarator.attributes, forbidDeclarators)) in acceptDeclaration() 433 return acceptFunctionDefinition(declarator, nodeList, nullptr); in acceptDeclaration() 525 // Add the initializers' aggregate to the nodeList w in acceptDeclaration() 602 TIntermNode* nodeList = nullptr; acceptFullySpecifiedType() local 605 acceptFullySpecifiedType(TType& type, TIntermNode*& nodeList, const TAttributes& attributes, bool forbidDeclarators) acceptFullySpecifiedType() argument 1471 TIntermNode* nodeList = nullptr; acceptType() local 1474 acceptType(TType& type, TIntermNode*& nodeList) acceptType() argument 2383 acceptStruct(TType& type, TIntermNode*& nodeList) acceptStruct() argument 2685 acceptStructDeclarationList(TTypeList*& typeList, TIntermNode*& nodeList, TVector<TFunctionDeclarator>& declarators) acceptStructDeclarationList() argument 2789 acceptMemberFunctionDefinition(TIntermNode*& nodeList, const TType& type, TString& memberName, TFunctionDeclarator& declarator) acceptMemberFunctionDefinition() argument 2965 acceptFunctionDefinition(TFunctionDeclarator& declarator, TIntermNode*& nodeList, TVector<HlslToken>* deferredTokens) acceptFunctionDefinition() argument 2976 acceptFunctionBody(TFunctionDeclarator& declarator, TIntermNode*& nodeList) acceptFunctionBody() argument [all...] |
/third_party/icu/icu4c/source/tools/ctestfw/ |
H A D | ctest.c | 81 const TestNode** nodeList, 326 * @param nodeList an array of MAXTESTS depth that's used for keeping track of where we are. nodeList[depth] points to the 'parent' at depth depth. 331 const TestNode** nodeList, in iterateTestsWithLevel() 350 nodeList[depth++] = root; in iterateTestsWithLevel() 356 strcat(pathToFunction, nodeList[i]->name); in iterateTestsWithLevel() 359 strcat(pathToFunction, nodeList[i]->name); /* including 'root' */ in iterateTestsWithLevel() 442 log_testinfo("---%s%c\n",pathToFunction, nodeList[i]->test?' ':TEST_SEPARATOR ); in iterateTestsWithLevel() 456 iterateTestsWithLevel ( root->child, depth, nodeList, mode ); in iterateTestsWithLevel() 488 iterateTestsWithLevel ( root->sibling, depth, nodeList, mod in iterateTestsWithLevel() 329 iterateTestsWithLevel( const TestNode* root, int depth, const TestNode** nodeList, TestMode mode) iterateTestsWithLevel() argument 498 const TestNode *nodeList[MAXTESTS]; showTests() local 511 const TestNode *nodeList[MAXTESTS]; runTests() local [all...] |
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/ |
H A D | ctest.c | 80 const TestNode** nodeList, 324 * @param nodeList an array of MAXTESTS depth that's used for keeping track of where we are. nodeList[depth] points to the 'parent' at depth depth. 329 const TestNode** nodeList, in iterateTestsWithLevel() 348 nodeList[depth++] = root; in iterateTestsWithLevel() 354 strcat(pathToFunction, nodeList[i]->name); in iterateTestsWithLevel() 357 strcat(pathToFunction, nodeList[i]->name); /* including 'root' */ in iterateTestsWithLevel() 440 log_testinfo("---%s%c\n",pathToFunction, nodeList[i]->test?' ':TEST_SEPARATOR ); in iterateTestsWithLevel() 454 iterateTestsWithLevel ( root->child, depth, nodeList, mode ); in iterateTestsWithLevel() 486 iterateTestsWithLevel ( root->sibling, depth, nodeList, mod in iterateTestsWithLevel() 327 iterateTestsWithLevel( const TestNode* root, int depth, const TestNode** nodeList, TestMode mode) iterateTestsWithLevel() argument 496 const TestNode *nodeList[MAXTESTS]; showTests() local 509 const TestNode *nodeList[MAXTESTS]; runTests() local [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_graph.cpp | 407 std::list<Node *> nodeList; in findLightestPathWeight() local 417 nodeList.push_front(t); in findLightestPathWeight() 424 for (std::list<Node *>::iterator n = nodeList.begin(); in findLightestPathWeight() 425 n != nodeList.end(); ++n) { in findLightestPathWeight() 430 n = nodeList.erase(n); in findLightestPathWeight()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderLibrary.cpp | 1104 vector<tcu::TestNode*> nodeList; in parse() local 1111 parseShaderCase(nodeList); in parse() 1113 parseShaderGroup(nodeList); in parse() 1122 return nodeList; in parse()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluShaderLibrary.cpp | 1611 vector<tcu::TestNode*> nodeList; in parse() local 1618 parseShaderCase(nodeList); in parse() 1620 parseShaderGroup(nodeList); in parse() 1622 parseImport(nodeList); in parse() 1631 return nodeList; in parse()
|