Home
last modified time | relevance | path

Searched refs:visit (Results 126 - 150 of 587) sorted by relevance

12345678910>>...24

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DFindPreciseNodes.cpp372 bool visitUnary(Visit visit, TIntermUnary *node) override
384 bool visitBinary(Visit visit, TIntermBinary *node) override
398 bool visitDeclaration(Visit visit, TIntermDeclaration *node) override
428 bool visitFunctionDefinition(Visit visit, TIntermFunctionDefinition *node) override
441 bool visitBranch(Visit visit, TIntermBranch *node) override
452 bool visitGlobalQualifierDeclaration(Visit visit,
503 bool visitUnary(Visit visit, TIntermUnary *node) override
518 bool visitBinary(Visit visit, TIntermBinary *node) override
580 bool visitAggregate(Visit visit, TIntermAggregate *node) override
H A DIntermRebuild.h31 // before post visit.
39 // - Only after such a rebuild (or lack thereof), the post-visit is performed.
41 // Nodes in visit functions are allowed to be modified in place, including TIntermAggregateBase
67 // Allow visit of returned node's children.
70 // Allow post visit of returned node.
73 // If (Children) bit, only visit if the returned node is the same as the original node.
76 // If (Post) bit, only visit if the returned node is the same as the original node.
103 BaseResult(TIntermNode &node, VisitBits visit);
104 BaseResult(TIntermNode *node, VisitBits visit);
143 PreResult(TIntermNode &node, VisitBits visit
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DForcePrecisionQualifier.cpp25 bool visitDeclaration(Visit visit, TIntermDeclaration *node) override;
42 bool TPrecisionTraverser::visitDeclaration(Visit visit, TIntermDeclaration *node) in visitDeclaration() argument
45 if (visit == PreVisit) in visitDeclaration()
H A DRemoveInactiveInterfaceVariables.cpp35 bool visitDeclaration(Visit visit, TIntermDeclaration *node) override;
36 bool visitBinary(Visit visit, TIntermBinary *node) override;
78 bool RemoveInactiveInterfaceVariablesTraverser::visitDeclaration(Visit visit, in visitDeclaration() argument
159 bool RemoveInactiveInterfaceVariablesTraverser::visitBinary(Visit visit, TIntermBinary *node) in visitBinary() argument
/third_party/skia/tests/
H A DRecordTestUtils.h33 record.visit(index, reader); in assert_type()
48 counter += record.visit(i, matcher); in count_instances_of_type()
56 if (record.visit(i, matcher)) { in find_first_instances_of_type()
/third_party/mesa3d/src/compiler/glsl/
H A Dir_hierarchical_visitor.cpp38 ir_hierarchical_visitor::visit(ir_rvalue *ir) in visit() function in ir_hierarchical_visitor
46 ir_hierarchical_visitor::visit(ir_variable *ir) in visit() function in ir_hierarchical_visitor
54 ir_hierarchical_visitor::visit(ir_constant *ir) in visit() function in ir_hierarchical_visitor
62 ir_hierarchical_visitor::visit(ir_loop_jump *ir) in visit() function in ir_hierarchical_visitor
70 ir_hierarchical_visitor::visit(ir_dereference_variable *ir) in visit() function in ir_hierarchical_visitor
78 ir_hierarchical_visitor::visit(ir_barrier *ir) in visit() function in ir_hierarchical_visitor
H A Dlower_jumps.cpp237 /* Postconditions: on exit of any visit() function:
258 using ir_control_flow_visitor::visit;
338 virtual void visit(class ir_loop_jump * ir) in visit() function
360 virtual void visit(class ir_return * ir) in visit() function
382 virtual void visit(class ir_discard * ir) in visit() function
456 virtual void visit(ir_if *ir) in visit() function
697 /* If any instructions moved, then we need to visit in visit()
760 virtual void visit(ir_loop *ir) in visit() function
866 virtual void visit(ir_function_signature *ir) in visit() function
912 virtual void visit(clas function
[all...]
H A Dir_variable_refcount.h72 virtual ir_visitor_status visit(ir_variable *);
73 virtual ir_visitor_status visit(ir_dereference_variable *);
H A Dlink_uniform_block_active_visitor.h71 virtual ir_visitor_status visit(ir_dereference_variable *);
72 virtual ir_visitor_status visit(ir_variable *);
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_lds.cpp52 visitor.visit(*this); in accept()
57 visitor.visit(this); in accept()
92 using AluInstrVisitor::visit;
93 void visit(AluInstr *instr) override {
244 visitor.visit(*this); in accept()
249 visitor.visit(this); in accept()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dtypes.rs8 use crate::syntax::visit::{self, Visit};
44 fn visit<'a>(all: &mut OrderedSet<&'a Type>, ty: &'a Type) { in visit() functions
50 visit::visit_type(self, ty);
86 visit(&mut all, &field.ty);
149 visit(&mut all, &arg.ty);
152 visit(&mut all, ret);
165 visit(&mut all, &imp.ty);
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dtypes.rs8 use crate::syntax::visit::{self, Visit};
44 fn visit<'a>(all: &mut OrderedSet<&'a Type>, ty: &'a Type) { in visit() functions
50 visit::visit_type(self, ty);
86 visit(&mut all, &field.ty);
149 visit(&mut all, &arg.ty);
152 visit(&mut all, ret);
165 visit(&mut all, &imp.ty);
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dtypes.rs8 use crate::syntax::visit::{self, Visit};
44 fn visit<'a>(all: &mut OrderedSet<&'a Type>, ty: &'a Type) { in visit() functions
50 visit::visit_type(self, ty);
86 visit(&mut all, &field.ty);
149 visit(&mut all, &arg.ty);
152 visit(&mut all, ret);
165 visit(&mut all, &imp.ty);
/third_party/rust/crates/cxx/syntax/
H A Dtypes.rs8 use crate::syntax::visit::{self, Visit};
44 fn visit<'a>(all: &mut OrderedSet<&'a Type>, ty: &'a Type) { in visit() functions
50 visit::visit_type(self, ty);
86 visit(&mut all, &field.ty);
149 visit(&mut all, &arg.ty);
152 visit(&mut all, ret);
165 visit(&mut all, &imp.ty);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DIntermRebuild.h31 // before post visit.
39 // - Only after such a rebuild (or lack thereof), the post-visit is performed.
41 // Nodes in visit functions are allowed to be modified in place, including TIntermAggregateBase
67 // Allow visit of returned node's children.
70 // Allow post visit of returned node.
73 // If (Children) bit, only visit if the returned node is the same as the original node.
76 // If (Post) bit, only visit if the returned node is the same as the original node.
103 BaseResult(TIntermNode &node, VisitBits visit);
104 BaseResult(TIntermNode *node, VisitBits visit);
143 PreResult(TIntermNode &node, VisitBits visit
[all...]
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dtypes.rs8 use crate::syntax::visit::{self, Visit};
44 fn visit<'a>(all: &mut OrderedSet<&'a Type>, ty: &'a Type) { in visit() functions
50 visit::visit_type(self, ty);
86 visit(&mut all, &field.ty);
149 visit(&mut all, &arg.ty);
152 visit(&mut all, ret);
165 visit(&mut all, &imp.ty);
/third_party/python/Lib/test/
H A Dtest_asdl_parser.py110 self.visit(dfn)
113 self.visit(type.value)
117 self.visit(t)
125 v.visit(self.types['mod'])
/third_party/python/Parser/
H A Dasdl_c.py162 self.visit(dfn)
165 self.visit(type.value, type.name)
200 self.visit(dfn)
203 self.visit(type.value, type.name, depth)
237 self.visit(dfn)
240 self.visit(type.value, type.name, depth)
266 self.visit(dfn)
269 self.visit(type.value, type.name, depth)
289 self.visit(t, depth + 2)
303 self.visit(
1248 def visit(self, object): global() member in StaticVisitor
1464 def visit(self, object): global() member in ChainOfVisitors
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DISectionContribVisitor.h22 virtual void visit(const SectionContrib &C) = 0;
23 virtual void visit(const SectionContrib2 &C) = 0;
/third_party/skia/src/sksl/
H A DSkSLAnalysis.cpp77 SampleUsage visit(const Program& program) { in visit() function in SkSL::__anon18953::MergeSampleUsageVisitor
79 INHERITED::visit(program); in visit()
168 int visit(const Statement& s) { in visit() function in SkSL::__anon18953::NodeCountVisitor
200 bool visit(const Statement& s) { in visit() function in SkSL::__anon18953::VariableWriteVisitor
237 bool visit(Expression& expr, Analysis::AssignmentInfo* info) { in visit() function in SkSL::__anon18953::IsAssignableVisitor
314 SampleUsage result = visitor.visit(program); in GetSampleUsage()
328 return visitor.visit(program); in ReferencesBuiltin()
341 return visitor.visit(program); in CallsSampleOutsideMain()
377 return NodeCountVisitor{limit}.visit(*function.body()); in NodeCountUpToLimit()
381 return VariableWriteVisitor(&var).visit(stm in StatementWritesToVariable()
615 bool ProgramVisitor::visit(const Program& program) { visit() function in SkSL::ProgramVisitor
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_gm107.h10 virtual bool visit(Instruction *);
22 virtual bool visit(Instruction *);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DEarlyFragmentTestsOptimization.cpp30 bool visitBranch(Visit visit, TIntermBranch *node) override;
56 bool CheckEFTOptimizationTraverser::visitBranch(Visit visit, TIntermBranch *node) in visitBranch() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DExtensionGLSL.h30 bool visitUnary(Visit visit, TIntermUnary *node) override;
31 bool visitAggregate(Visit visit, TIntermAggregate *node) override;
/third_party/ltp/tools/sparse/sparse-src/
H A Ddominate.c72 static void visit(struct piggy *bank, struct basic_block_list **idf, struct basic_block *x, int curr_level) in visit() function
95 visit(bank, idf, y, curr_level); in visit()
123 visit(bank, idf, bb, bb->dom_level); in idf_compute()
/third_party/skia/src/core/
H A DSkRecord.h19 // Though an enterprising user may find calling alloc(), append(), visit(), and mutate() enough to
41 auto visit(int i, F&& f) const -> decltype(f(SkRecords::NoOp())) { in f()
42 return fRecords[i].visit(f); in f()
129 // A typed pointer to some bytes in fAlloc. visit() and mutate() allow polymorphic dispatch.
148 auto visit(F&& f) const -> decltype(f(SkRecords::NoOp())) { in f()

Completed in 13 milliseconds

12345678910>>...24