Home
last modified time | relevance | path

Searched defs:add_dep (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/panfrost/compiler/
Dbi_pressure_schedule.c48 add_dep(struct sched_node *a, struct sched_node *b) in add_dep() function
/external/mesa3d/src/asahi/compiler/
Dagx_pressure_schedule.c29 add_dep(struct sched_node *a, struct sched_node *b) in add_dep() function
/external/tensorflow/tensorflow/python/checkpoint/
Dcheckpoint_test.py461 def add_dep(self): member in CheckpointingTests.testLateDependencyTracking.LateDependencies
492 def add_dep(self): member in CheckpointingTests.testDepAfterVar.DepAfterVar
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_split_address_loads.cpp113 void add_dep(Instr *p) { in add_dep() function in r600::CollectDeps
/external/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp1018 instruction_scheduler::add_dep(schedule_node *before, schedule_node *after, in add_dep() function in instruction_scheduler
1057 instruction_scheduler::add_dep(schedule_node *before, schedule_node *after) in add_dep() function in instruction_scheduler
/external/mesa3d/src/intel/compiler/elk/
Delk_schedule_instructions.cpp1051 elk_instruction_scheduler::add_dep(elk_schedule_node *before, elk_schedule_node *after, in add_dep() function in elk_instruction_scheduler
1086 elk_instruction_scheduler::add_dep(elk_schedule_node *before, elk_schedule_node *after) in add_dep() function in elk_instruction_scheduler
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_schedule.c84 add_dep(enum direction dir, in add_dep() function
Dvc4_qpu_schedule.c96 add_dep(struct schedule_state *state, in add_dep() function
/external/mesa3d/src/freedreno/ir3/
Dir3_postsched.c360 add_dep(struct ir3_postsched_deps_state *state, in add_dep() function
/external/mesa3d/src/compiler/nir/
Dnir_schedule.c201 add_dep(nir_deps_state *state, in add_dep() function
/external/mesa3d/src/broadcom/compiler/
Dqpu_schedule.c95 add_dep(struct schedule_state *state, in add_dep() function
/external/rust/android-crates-io/crates/bindgen/ir/
Dcontext.rs676 pub(crate) fn add_dep(&mut self, dep: Box<str>) { in add_dep() method
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc285 bool add_dep = false; in ForwardInputs() local