Home
last modified time | relevance | path

Searched defs:node (Results 476 - 500 of 1885) sorted by relevance

1...<<11121314151617181920>>...76

/third_party/mesa3d/src/panfrost/util/
H A Dpan_liveness.c33 pan_liveness_gen(uint16_t *live, unsigned node, unsigned max, uint16_t mask) in pan_liveness_gen() argument
42 pan_liveness_kill(uint16_t *live, unsigned node, unsigned max, uint16_t mask) in pan_liveness_kill() argument
51 pan_liveness_get(uint16_t *live, unsigned node, uint16_t max) in pan_liveness_get() argument
[all...]
/third_party/mesa3d/src/util/tests/
H A Ddag_test.cpp50 struct node: public dag_node { struct
73 struct node *node = static_cast<struct node *>(dag_node); in output_cb() local
153 node[0] >> node[1]; TEST_F() local
154 node[0] >> node[2]; TEST_F() local
217 node[0] >> node[1]; TEST_F() local
218 node[0] >> node[2]; TEST_F() local
219 node[0] >> node[3]; TEST_F() local
220 node[0] >> node[4]; TEST_F() local
221 node[0] >> node[5]; TEST_F() local
245 node[0] >> node[1] >> node[6]; TEST_F() local
246 node[0] >> node[2] >> node[6]; TEST_F() local
247 node[0] >> node[3] >> node[6]; TEST_F() local
248 node[0] >> node[4] >> node[6]; TEST_F() local
249 node[0] >> node[5] >> node[6]; TEST_F() local
271 node[0] >> node[1] >> node[2] >> node[4]; TEST_F() local
272 node[1] >> node[4]; TEST_F() local
273 node[0] >> node[3]; TEST_F() local
274 node[3] >> node[4]; TEST_F() local
275 node[3] >> node[5]; TEST_F() local
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DNfaFlattener.java55 private static PathFollower of(Node node, Edge edge) { in of() argument
60 abstract Node node(); in node() method in NfaFlattener.PathFollower
102 visitSubgraph(Node node) visitSubgraph() argument
185 recursivelySetMaxPathLength( Node node, int length, ValueGraph<Node, ?> graph, Map<Node, Integer> map) recursivelySetMaxPathLength() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DFieldMaskTree.cs170 GetFieldPaths(Node node, string path, List<string> paths) GetFieldPaths() argument
249 Merge( Node node, string path, IMessage source, IMessage destination, FieldMask.MergeOptions options) Merge() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DName.cpp225 ExpressionContainsName(const Name &name, TIntermTyped &node) ExpressionContainsName() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateGlobalInitializer.cpp58 void ValidateGlobalInitializerTraverser::visitSymbol(TIntermSymbol *node) in visitSymbol() argument
80 void ValidateGlobalInitializerTraverser::visitConstantUnion(TIntermConstantUnion *node) in visitConstantUnion() argument
97 bool ValidateGlobalInitializerTraverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() argument
109 visitBinary(Visit visit, TIntermBinary *node) visitBinary() argument
118 visitUnary(Visit visit, TIntermUnary *node) visitUnary() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DForcePrecisionQualifier.cpp42 bool TPrecisionTraverser::visitDeclaration(Visit visit, TIntermDeclaration *node) in visitDeclaration() argument
H A DEmulateGLFragColorBroadcast.cpp74 void GLFragColorBroadcastTraverser::visitSymbol(TIntermSymbol *node) in visitSymbol() argument
H A DPruneNoOps.cpp26 bool IsNoOp(TIntermNode *node) in IsNoOp() argument
69 bool PruneNoOpsTraverser::visitDeclaration(Visit visit, TIntermDeclaration *node) in visitDeclaration() argument
137 visitBlock(Visit visit, TIntermBlock *node) visitBlock() argument
199 visitBranch(Visit visit, TIntermBranch *node) visitBranch() argument
[all...]
H A DRewriteTexelFetchOffset.cpp72 bool Traverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DRewriteAtomicFunctionExpressions.cpp113 IsAtomicExchangeOrCompSwapNoReturnValue( TIntermAggregate *node, TIntermNode *parentNode) IsAtomicExchangeOrCompSwapNoReturnValue() argument
122 IsAtomicFunctionInsideExpression( TIntermAggregate *node, TIntermNode *parentNode) IsAtomicFunctionInsideExpression() argument
139 visitAggregate(Visit visit, TIntermAggregate *node) visitAggregate() argument
159 visitBlock(Visit visit, TIntermBlock *node) visitBlock() argument
[all...]
H A DExpandIntegerPowExpressions.cpp66 bool Traverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() argument
H A DSeparateExpressionsReturningArrays.cpp53 TIntermBinary *CopyAssignmentNode(TIntermBinary *node) in CopyAssignmentNode() argument
58 visitBinary(Visit visit, TIntermBinary *node) visitBinary() argument
87 visitAggregate(Visit visit, TIntermAggregate *node) visitAggregate() argument
[all...]
H A DRewriteElseBlocks.cpp43 bool ElseBlockRewriter::visitFunctionDefinition(Visit visit, TIntermFunctionDefinition *node) in visitFunctionDefinition() argument
50 bool ElseBlockRewriter::visitBlock(Visit visit, TIntermBlock *node) in visitBlock() argument
115 bool RewriteElseBlocks(TCompiler *compiler, TIntermNode *node, TSymbolTable *symbolTable) in RewriteElseBlocks() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DRewriteInterpolateAtOffset.cpp79 bool Traverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DNodeType.h47 NodeType operator()(TIntermNode &node) in operator ()() argument
/third_party/skia/src/core/
H A DSkLRUCache.h37 Entry* node = fLRU.head(); in ~SkLRUCache() local
H A DSkArenaAllocList.h42 explicit Iter(Node* node) : fCurr(node) {} in Iter() argument
H A DSkRTree.cpp154 void SkRTree::search(Node* node, const SkRect& query, std::vector<int>* results) const { in search() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DValidateSwitch.cpp95 bool ValidateSwitch::visitCase(Visit, TIntermCase *node) in visitCase() argument
H A DintermOut.cpp68 void OutputTreeText(TInfoSinkBase& sink, TIntermNode* node, const int depth) in OutputTreeText() argument
87 void TOutputTraverser::visitSymbol(TIntermSymbol* node) in visitSymbol() argument
95 bool TOutputTraverser::visitBinary(Visit visit, TIntermBinary* node) in visitBinary() argument
159 visitUnary(Visit visit, TIntermUnary* node) visitUnary() argument
245 visitAggregate(Visit visit, TIntermAggregate* node) visitAggregate() argument
337 visitSelection(Visit visit, TIntermSelection* node) visitSelection() argument
370 visitConstantUnion(TIntermConstantUnion* node) visitConstantUnion() argument
407 visitLoop(Visit visit, TIntermLoop* node) visitLoop() argument
445 visitBranch(Visit visit, TIntermBranch* node) visitBranch() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dunify_const_pass.cpp46 auto* node = root_.get(); in LookupEquivalentResultFor() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dunify_const_pass.cpp46 auto* node = root_.get(); in LookupEquivalentResultFor() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dfilterrb.cpp98 const Tree* node = &fRoot; in match() local
[all...]
/third_party/skia/tests/
H A DDebugLayerManagerTest.cpp39 int node = 2; in test_basic() local

Completed in 9 milliseconds

1...<<11121314151617181920>>...76