Home
last modified time | relevance | path

Searched refs:visit (Results 201 - 225 of 607) sorted by relevance

12345678910>>...25

/third_party/skia/tools/viewer/
H A DParticlesSlide.cpp86 void visit(const char* name, float& f) override {
89 void visit(const char* name, int& i) override {
92 void visit(const char* name, bool& b) override {
96 void visit(const char* name, SkString& s) override {
114 void visit(sk_sp<SkReflected>& e, const SkReflected::Type* baseType) override {
/third_party/skia/experimental/sktext/tests/
H A DSelectableText.cpp109 wrappedText->visit(&testVisitor); in UNIX_ONLY_TEST()
157 wrappedText->visit(&testVisitor); in UNIX_ONLY_TEST()
199 wrappedText->visit(&testVisitor); in UNIX_ONLY_TEST()
240 wrappedText->visit(&testVisitor); in UNIX_ONLY_TEST()
281 wrappedText->visit(&testVisitor); in UNIX_ONLY_TEST()
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_output_reads.cpp54 virtual ir_visitor_status visit(class ir_dereference_variable *);
91 output_read_remover::visit(ir_dereference_variable *ir) in visit() function in output_read_remover
H A Dlower_discard_flow.cpp64 ir_visitor_status visit(ir_loop_jump *ir);
78 lower_discard_flow_visitor::visit(ir_loop_jump *ir) in visit() function in lower_discard_flow_visitor
H A Dlower_vertex_id.cpp63 virtual ir_visitor_status visit(ir_dereference_variable *);
79 lower_vertex_id_visitor::visit(ir_dereference_variable *ir) in visit() function in lower_vertex_id_visitor
H A Dlower_cs_derived.cpp68 virtual ir_visitor_status visit(ir_dereference_variable *);
206 lower_cs_derived_visitor::visit(ir_dereference_variable *ir) in visit() function in lower_cs_derived_visitor
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DNameEmbeddedUniformStructsMetal.cpp29 bool visitDeclaration(Visit visit, TIntermDeclaration *decl) override
31 ASSERT(visit == PreVisit);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DClampIndirectIndices.cpp30 bool visitBinary(Visit visit, TIntermBinary *node) override
32 ASSERT(visit == PreVisit);
H A DSeparateStructFromUniformDeclarations.cpp27 bool visitDeclaration(Visit visit, TIntermDeclaration *decl) override
29 ASSERT(visit == PreVisit);
H A DRewriteTexelFetchOffset.cpp32 bool visitAggregate(Visit visit, TIntermAggregate *node) override;
72 bool Traverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DExpandIntegerPowExpressions.cpp32 bool visitAggregate(Visit visit, TIntermAggregate *node) override;
66 bool Traverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DRewriteInterpolateAtOffset.cpp42 bool visitAggregate(Visit visit, TIntermAggregate *node) override;
79 bool Traverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() argument
H A DReplaceForShaderFramebufferFetch.cpp51 bool visitDeclaration(Visit visit, TIntermDeclaration *node) override;
52 bool visitBinary(Visit visit, TIntermBinary *node) override;
75 bool visitDeclaration(Visit visit, TIntermDeclaration *node) override;
89 bool InputAttachmentReferenceTraverser::visitDeclaration(Visit visit, TIntermDeclaration *node) in visitDeclaration() argument
123 bool InputAttachmentReferenceTraverser::visitBinary(Visit visit, TIntermBinary *node) in visitBinary() argument
184 bool ReplaceVariableTraverser::visitDeclaration(Visit visit, TIntermDeclaration *node) in visitDeclaration() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DBuiltInFunctionEmulator.cpp22 bool visitUnary(Visit visit, TIntermUnary *node) override
33 bool visitAggregate(Visit visit, TIntermAggregate *node) override
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DRewriteSampleMaskVariable.cpp44 bool visitDeclaration(Visit visit, TIntermDeclaration *node) override
66 bool visitBinary(Visit visit, TIntermBinary *node) override
/third_party/rust/crates/bindgen/bindgen/
H A Dclang.rs348 .visit(|next| visitor(found_template_parameter, next)); in is_dependent_on_template_parameter()
363 self.visit(|next| visitor(&mut found_template_parameter, next)); in is_dependent_on_template_parameter()
488 pub fn visit<Visitor>(&self, mut visitor: Visitor) in visit() functions
501 self.visit(|c| { in collect_children()
511 self.visit(|_| { in has_children()
522 self.visit(|_| { in has_at_least_num_children()
539 self.visit(|c| { in contains_cursor()
590 self.visit(|cur| { in bit_width_expr()
690 self.visit(|cur| {
2084 c.visit(| in ast_dump()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dintermediate.h691 // Return false from a pre-visit to skip visiting that node's subtree.
707 virtual bool visitBinary(Visit visit, TIntermBinary*) {return true;} in visitBinary() argument
708 virtual bool visitUnary(Visit visit, TIntermUnary*) {return true;} in visitUnary() argument
709 virtual bool visitSelection(Visit visit, TIntermSelection*) {return true;} in visitSelection() argument
710 virtual bool visitAggregate(Visit visit, TIntermAggregate*) {return true;} in visitAggregate() argument
711 virtual bool visitLoop(Visit visit, TIntermLoop*) {return true;} in visitLoop() argument
712 virtual bool visitBranch(Visit visit, TIntermBranch*) {return true;} in visitBranch() argument
/third_party/libabigail/include/
H A Dabg-comparison.h279 /// An enum for the different ways to visit a diff tree node.
2607 /// visit each node traversed by the diff_traversable_base::traverse() method.
2650 visit(diff*, bool);
2653 visit(distinct_diff*, bool);
2656 visit(var_diff*, bool);
2659 visit(pointer_diff*, bool);
2662 visit(reference_diff*, bool);
2665 visit(qualified_type_diff*, bool);
2668 visit(enum_diff*, bool);
2671 visit(class_dif
[all...]
/third_party/python/Tools/peg_generator/pegen/
H A Dc_generator.py277 call = self.visit(node.node.rhs)
351 return super().visit(node)
461 self.visit(rule)
593 self.visit(
630 self.visit(
702 self.visit(alt, is_loop=is_loop, is_gather=is_gather, rulename=rulename)
713 self.visit(item)
/third_party/python/Lib/test/test_peg_generator/
H A Dtest_pegen.py916 def visit(self, node: Any, *args: Any, **kwargs: Any) -> None: member in TestGrammarVisitor.Visitor
918 super().visit(node, *args, **kwargs)
927 visitor.visit(rules)
939 visitor.visit(rules)
955 visitor.visit(rules)
967 visitor.visit(rules)
980 visitor.visit(rules)
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_psi_ops.cpp33 bool r600_sb::psi_ops::visit(alu_node& n, bool enter) { in visit() function in r600_sb::r600_sb::psi_ops
39 bool psi_ops::visit(node& n, bool enter) { in visit() function in r600_sb::psi_ops
/third_party/node/tools/inspector_protocol/jinja2/
H A Dnativetypes.py143 self.visit(item, frame)
188 self.visit(argument, frame)
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_sched_gm107.h106 bool visit(Function *);
107 bool visit(BasicBlock *);
H A Dnv50_ir_graph.h121 inline bool visit(int);
193 bool Graph::Node::visit(int v) in visit() function in nv50_ir::Graph::Node
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTreeFactorizer.java144 public void visit(DfaNode source, DfaEdge srcEdge, DfaNode srcTarget) { in visit() method in RangeTreeFactorizer.FactoringVisitor
190 public void visit(DfaNode source, DfaEdge edge, DfaNode target) { in visit() method in RangeTreeFactorizer.MergingVisitor

Completed in 20 milliseconds

12345678910>>...25