Home
last modified time | relevance | path

Searched defs:enter (Results 1 – 25 of 64) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_pass.cpp72 bool vpass::visit(node& n, bool enter) { return true; } in visit()
73 bool vpass::visit(container_node& n, bool enter) { return true; } in visit()
74 bool vpass::visit(alu_group_node& n, bool enter) { return true; } in visit()
75 bool vpass::visit(cf_node& n, bool enter) { return true; } in visit()
76 bool vpass::visit(alu_node& n, bool enter) { return true; } in visit()
77 bool vpass::visit(alu_packed_node& n, bool enter) { return true; } in visit()
78 bool vpass::visit(fetch_node& n, bool enter) { return true; } in visit()
79 bool vpass::visit(region_node& n, bool enter) { return true; } in visit()
80 bool vpass::visit(repeat_node& n, bool enter) { return true; } in visit()
81 bool vpass::visit(depart_node& n, bool enter) { return true; } in visit()
[all …]
Dsb_dce_cleanup.cpp45 bool dce_cleanup::visit(node& n, bool enter) { in visit()
56 bool dce_cleanup::visit(alu_group_node& n, bool enter) { in visit()
64 bool dce_cleanup::visit(cf_node& n, bool enter) { in visit()
78 bool dce_cleanup::visit(alu_node& n, bool enter) { in visit()
89 bool dce_cleanup::visit(alu_packed_node& n, bool enter) { in visit()
100 bool dce_cleanup::visit(fetch_node& n, bool enter) { in visit()
111 bool dce_cleanup::visit(region_node& n, bool enter) { in visit()
139 bool dce_cleanup::visit(container_node& n, bool enter) { in visit()
Dsb_ssa_builder.cpp63 bool ssa_prepare::visit(cf_node& n, bool enter) { in visit()
73 bool ssa_prepare::visit(alu_node& n, bool enter) { in visit()
81 bool ssa_prepare::visit(fetch_node& n, bool enter) { in visit()
89 bool ssa_prepare::visit(region_node& n, bool enter) { in visit()
107 bool ssa_prepare::visit(repeat_node& n, bool enter) { in visit()
119 bool ssa_prepare::visit(depart_node& n, bool enter) { in visit()
140 bool ssa_rename::visit(alu_group_node& n, bool enter) { in visit()
154 bool ssa_rename::visit(cf_node& n, bool enter) { in visit()
163 bool ssa_rename::visit(alu_node& n, bool enter) { in visit()
213 bool ssa_rename::visit(alu_packed_node& n, bool enter) { in visit()
[all …]
Dsb_dump.cpp32 bool dump::visit(node& n, bool enter) { in visit()
56 bool dump::visit(container_node& n, bool enter) { in visit()
86 bool dump::visit(bb_node& n, bool enter) { in visit()
102 bool dump::visit(alu_group_node& n, bool enter) { in visit()
120 bool dump::visit(cf_node& n, bool enter) { in visit()
151 bool dump::visit(alu_node& n, bool enter) { in visit()
167 bool dump::visit(alu_packed_node& n, bool enter) { in visit()
188 bool dump::visit(fetch_node& n, bool enter) { in visit()
202 bool dump::visit(region_node& n, bool enter) { in visit()
232 bool dump::visit(repeat_node& n, bool enter) { in visit()
[all …]
Dsb_liveness.cpp40 bool liveness::visit(container_node& n, bool enter) { in visit()
51 bool liveness::visit(bb_node& n, bool enter) { in visit()
60 bool liveness::visit(alu_group_node& n, bool enter) { in visit()
67 bool liveness::visit(cf_node& n, bool enter) { in visit()
82 bool liveness::visit(alu_node& n, bool enter) { in visit()
91 bool liveness::visit(alu_packed_node& n, bool enter) { in visit()
101 bool liveness::visit(fetch_node& n, bool enter) { in visit()
110 bool liveness::visit(region_node& n, bool enter) { in visit()
151 bool liveness::visit(repeat_node& n, bool enter) { in visit()
160 bool liveness::visit(depart_node& n, bool enter) { in visit()
[all …]
Dsb_gvn.cpp41 bool gvn::visit(node& n, bool enter) { in visit()
87 bool gvn::visit(cf_node& n, bool enter) { in visit()
95 bool gvn::visit(alu_node& n, bool enter) { in visit()
103 bool gvn::visit(alu_packed_node& n, bool enter) { in visit()
111 bool gvn::visit(fetch_node& n, bool enter) { in visit()
119 bool gvn::visit(region_node& n, bool enter) { in visit()
Dsb_ir.cpp33 bool node::accept(vpass& p, bool enter) { return p.visit(*this, enter); } in accept()
34 bool container_node::accept(vpass& p, bool enter) { return p.visit(*this, enter); } in accept()
35 bool alu_group_node::accept(vpass& p, bool enter) { return p.visit(*this, enter); } in accept()
36 bool alu_node::accept(vpass& p, bool enter) { return p.visit(*this, enter); } in accept()
37 bool cf_node::accept(vpass& p, bool enter) { return p.visit(*this, enter); } in accept()
38 bool fetch_node::accept(vpass& p, bool enter) { return p.visit(*this, enter); } in accept()
39 bool region_node::accept(vpass& p, bool enter) { return p.visit(*this, enter); } in accept()
41 bool repeat_node::accept(vpass& p, bool enter) { in accept()
45 bool depart_node::accept(vpass& p, bool enter) { in accept()
48 bool if_node::accept(vpass& p, bool enter) { return p.visit(*this, enter); } in accept()
[all …]
Dsb_psi_ops.cpp33 bool r600_sb::psi_ops::visit(alu_node& n, bool enter) { in visit()
39 bool psi_ops::visit(node& n, bool enter) { in visit()
Dsb_bc_dump.cpp45 bool bc_dump::visit(cf_node& n, bool enter) { in visit()
67 bool bc_dump::visit(alu_node& n, bool enter) { in visit()
101 bool bc_dump::visit(fetch_node& n, bool enter) { in visit()
/third_party/rust/crates/tracing/tracing-core/tests/common/
Dmod.rs14 fn enter(&self, _: &span::Id) {} in enter() method
28 fn enter(&self, _: &span::Id) {} in enter() method
/third_party/flutter/skia/include/private/
DGrSingleOwner.h30 void enter() { in enter() function
/third_party/skia/include/private/
DGrSingleOwner.h38 void enter(const char* file, int line) { in enter() function
/third_party/typescript/src/compiler/
Dperformance.ts10 enter(): void; method
/third_party/rust/crates/tracing/tracing-subscriber/benches/
Denter.rs4 fn enter(c: &mut Criterion) { in enter() function
/third_party/rust/crates/tracing/tracing/tests/
Dregister_callsite_deadlock.rs28 fn enter(&self, _: &span::Id) {} in register_callsite_doesnt_deadlock() method
Dsubscriber.rs49 fn enter(&self, _: &Id) {} in event_macros_dont_infinite_loop() method
/third_party/rust/crates/tracing/tracing-core/src/
Dsubscriber.rs359 fn enter(&self, span: &span::Id); in enter() method
698 fn enter(&self, _span: &span::Id) {} in enter() method
747 fn enter(&self, span: &span::Id) { in enter() function
832 fn enter(&self, span: &span::Id) { in enter() function
Ddispatcher.rs597 pub fn enter(&self, span: &span::Id) { in enter() method
799 fn enter(&self) -> Option<Entered<'_>> { in enter() method
915 fn enter(&self, _: &span::Id) {} in events_dont_infinite_loop() method
963 fn enter(&self, _: &span::Id) {} in spans_dont_infinite_loop() method
996 fn enter(&self, _: &span::Id) {} in default_dispatch() method
/third_party/python/Lib/
Dsched.py78 def enter(self, delay, priority, action, argument=(), kwargs=_sentinel): member in scheduler
/third_party/rust/crates/tracing/tracing/test-log-support/tests/
Dlog_with_trace.rs18 fn enter(&self, _: &tracing::span::Id) {} in enter() method
/third_party/rust/crates/tracing/tracing/benches/
Dshared.rs118 fn enter(&self, span: &Id) { in enter() method
153 fn enter(&self, span: &Id) { in enter() method
/third_party/rust/crates/tracing/examples/examples/
Dserde-yak-shave.rs68 fn enter(&self, span: &Id) { in enter() method
/third_party/rust/crates/tracing/examples/examples/sloggish/
Dsloggish_subscriber.rs53 pub fn enter(&self, span: Id) { in enter() method
220 fn enter(&self, span_id: &tracing::Id) { in enter() method
/third_party/rust/crates/tracing/tracing/test_static_max_level_features/tests/
Dtest.rs39 fn enter(&self, _span: &Id) {} in enter() method
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DThread.cpp88 void Thread::enter(const std::shared_ptr<File> &file, const std::string &function, const UpdateFram… in enter() function in vk::dbg::Thread

123