Home
last modified time | relevance | path

Searched refs:add_dep (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp599 void add_dep(schedule_node *before, schedule_node *after, int latency);
600 void add_dep(schedule_node *before, schedule_node *after);
994 instruction_scheduler::add_dep(schedule_node *before, schedule_node *after, in add_dep() function in instruction_scheduler
1029 instruction_scheduler::add_dep(schedule_node *before, schedule_node *after) in add_dep() function in instruction_scheduler
1034 add_dep(before, after, before->latency); in add_dep()
1058 add_dep(prev, n, 0); in add_barrier_deps()
1067 add_dep(n, next, 0); in add_barrier_deps()
1117 add_dep(last_grf_write[inst->src[i].nr + r], n); in calculate_deps()
1120 add_dep(last_grf_write[inst->src[i].nr * 16 + in calculate_deps()
1127 add_dep(last_grf_write[inst->src[i].nr + r], n); in calculate_deps()
[all …]
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_schedule.c84 add_dep(enum direction dir, in add_dep() function
107 add_dep(dir, *before, after); in add_write_dep()
141 add_dep(state->dir, state->tex_fifo[0].node, n); in block_until_tex_result()
172 add_dep(dir, in calculate_deps()
191 add_dep(dir, state->last_vary_read, n); in calculate_deps()
265 add_dep(dir, state->last_sf, n); in calculate_deps()
290 add_dep(state.dir, state.last_uniforms_reset, n); in calculate_forward_deps()
371 add_dep(state.dir, state.last_tex_coord, n); in calculate_forward_deps()
Dvc4_qpu_schedule.c96 add_dep(struct schedule_state *state, in add_dep() function
120 add_dep(state, before, after, false); in add_read_dep()
128 add_dep(state, *before, after, true); in add_write_dep()
/external/mesa3d/src/compiler/nir/
Dnir_schedule.c205 add_dep(nir_deps_state *state, in add_dep() function
226 add_dep(state, before, after); in add_read_dep()
234 add_dep(state, *before, after); in add_write_dep()
256 add_dep(state, dst_n, src_n); in nir_schedule_reg_src_deps()
/external/tensorflow/tensorflow/python/training/tracking/
Dutil_test.py444 def add_dep(self): member in CheckpointingTests.testLateDependencyTracking.LateDependencies
449 original.add_dep()
459 load_into.add_dep()
475 def add_dep(self): member in CheckpointingTests.testDepAfterVar.DepAfterVar
481 dep_after_var.add_dep()
489 loaded_dep_after_var.add_dep()
/external/mesa3d/src/freedreno/ir3/
Dir3_postsched.c350 add_dep(struct ir3_postsched_deps_state *state, in add_dep() function
370 add_dep(state, dep_reg(state, num), node); in add_single_reg_dep()
/external/mesa3d/src/broadcom/compiler/
Dqpu_schedule.c92 add_dep(struct schedule_state *state, in add_dep() function
116 add_dep(state, before, after, false); in add_read_dep()
124 add_dep(state, *before, after, true); in add_write_dep()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc281 bool add_dep = false; in ForwardInputs() local
302 add_dep = true; in ForwardInputs()
305 if (add_dep) { in ForwardInputs()