Home
last modified time | relevance | path

Searched defs:visit (Results 51 - 75 of 328) sorted by relevance

12345678910>>...14

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DSeparateArrayConstructorStatements.cpp54 bool SeparateArrayConstructorStatementsTraverser::visitAggregate(Visit visit, in visitAggregate() argument
H A DRewriteAtomicFunctionExpressions.cpp139 bool RewriteAtomicFunctionExpressionsTraverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() argument
159 bool RewriteAtomicFunctionExpressionsTraverser::visitBlock(Visit visit, TIntermBlock *node) in visitBlock() argument
H A DExpandIntegerPowExpressions.cpp66 bool Traverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() argument
H A DSeparateExpressionsReturningArrays.cpp58 bool SeparateExpressionsTraverser::visitBinary(Visit visit, TIntermBinary *node) in visitBinary() argument
87 bool SeparateExpressionsTraverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() argument
/third_party/python/Modules/_blake2/
H A Dblake2module.c43 _blake2_traverse(PyObject *module, visitproc visit, void *arg) in _blake2_traverse() argument
/third_party/rust/crates/syn/codegen/src/
H A Dmain.rs36 mod visit; modules
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DURLHandler.java264 void visit(String str); in visit() method
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DURLHandler.java271 void visit(String str); in visit() method
/third_party/jerryscript/targets/mbedos5/tools/
H A Dgenerate_pins.py98 def visit(self, node): member in TypeDeclVisitor
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_output_reads.cpp91 output_read_remover::visit(ir_dereference_variable *ir) in visit() function in output_read_remover
H A Dopt_constant_variable.cpp83 ir_constant_variable_visitor::visit(ir_variable *ir) in visit() function in ir_constant_variable_visitor
H A Dir_validate.cpp93 ir_validate::visit(ir_dereference_variable *ir) in visit() function in ir_validate
1010 ir_validate::visit(ir_variable *ir) in visit() function in ir_validate
H A Dlower_cs_derived.cpp206 lower_cs_derived_visitor::visit(ir_dereference_variable *ir) in visit() function in lower_cs_derived_visitor
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_liveness.cpp40 bool liveness::visit(container_node& n, bool enter) { in visit() function in r600_sb::liveness
51 bool liveness::visit(bb_node& n, bool enter) { in visit() function in r600_sb::liveness
60 bool liveness::visit(alu_group_node& n, bool enter) { in visit() function in r600_sb::liveness
67 bool liveness::visit(cf_node& n, bool enter) { in visit() function in r600_sb::liveness
82 bool liveness::visit(alu_node& n, bool enter) { in visit() function in r600_sb::liveness
91 bool liveness::visit(alu_packed_node& n, bool enter) { in visit() function in r600_sb::liveness
101 bool liveness::visit(fetch_node& n, bool enter) { in visit() function in r600_sb::liveness
110 bool liveness::visit(region_node& n, bool enter) { in visit() function in r600_sb::liveness
151 bool liveness::visit(repeat_node& n, bool enter) { in visit() function in r600_sb::liveness
160 bool liveness::visit(depart_nod function in r600_sb::liveness
170 bool liveness::visit(if_node& n, bool enter) { visit() function in r600_sb::liveness
266 bool r600_sb::liveness::visit(node& n, bool enter) { visit() function in r600_sb::r600_sb::liveness
[all...]
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
H A Dsb_dump.cpp32 bool dump::visit(node& n, bool enter) { in visit() function in r600_sb::dump
56 bool dump::visit(container_node& n, bool enter) { in visit() function in r600_sb::dump
86 bool dump::visit(bb_node& n, bool enter) { in visit() function in r600_sb::dump
102 bool dump::visit(alu_group_node& n, bool enter) { in visit() function in r600_sb::dump
120 bool dump::visit(cf_node& n, bool enter) { in visit() function in r600_sb::dump
151 bool dump::visit(alu_node& n, bool enter) { in visit() function in r600_sb::dump
167 bool dump::visit(alu_packed_node& n, bool enter) { in visit() function in r600_sb::dump
188 bool dump::visit(fetch_node& n, bool enter) { in visit() function in r600_sb::dump
202 bool dump::visit(region_node& n, bool enter) { in visit() function in r600_sb::dump
232 bool dump::visit(repeat_nod function in r600_sb::dump
255 bool dump::visit(depart_node& n, bool enter) { visit() function in r600_sb::dump
277 bool dump::visit(if_node& n, bool enter) { visit() function in r600_sb::dump
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_peephole.cpp70 void PeepholeVisitor::visit(AluInstr *instr) visit() function in r600::PeepholeVisitor
133 void PeepholeVisitor::visit(AluGroup *instr) visit() function in r600::PeepholeVisitor
138 void PeepholeVisitor::visit(Block *instr) visit() function in r600::PeepholeVisitor
157 void PeepholeVisitor::visit(IfInstr *instr) visit() function in r600::PeepholeVisitor
208 void ReplaceIfPredicate::visit(AluInstr *alu) visit() function in r600::ReplaceIfPredicate
[all...]
/third_party/ltp/testcases/kernel/syscalls/nftw/
H A Dnftw.c63 int visit; variable
H A Dnftw64.c63 int visit; variable
/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
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_helper.cpp30 LoweringHelper::visit(Instruction *insn) in visit() function in nv50_ir::LoweringHelper
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateGlobalInitializer.cpp97 bool ValidateGlobalInitializerTraverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() argument
109 bool ValidateGlobalInitializerTraverser::visitBinary(Visit visit, TIntermBinary *node) in visitBinary() argument
118 bool ValidateGlobalInitializerTraverser::visitUnary(Visit visit, TIntermUnary *node) in visitUnary() argument
/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 DPruneNoOps.cpp69 bool PruneNoOpsTraverser::visitDeclaration(Visit visit, TIntermDeclaration *node) in visitDeclaration() argument
137 bool PruneNoOpsTraverser::visitBlock(Visit visit, TIntermBlock *node) in visitBlock() argument
178 bool PruneNoOpsTraverser::visitLoop(Visit visit, TIntermLoop *loop) in visitLoop() argument
199 bool PruneNoOpsTraverser::visitBranch(Visit visit, TIntermBranc argument
[all...]
/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

Completed in 14 milliseconds

12345678910>>...14