/external/mesa3d/src/intel/compiler/ |
D | brw_schedule_instructions.cpp | 482 void add_dep(schedule_node *before, schedule_node *after, int latency); 483 void add_dep(schedule_node *before, schedule_node *after); 878 instruction_scheduler::add_dep(schedule_node *before, schedule_node *after, in add_dep() function in instruction_scheduler 913 instruction_scheduler::add_dep(schedule_node *before, schedule_node *after) in add_dep() function in instruction_scheduler 918 add_dep(before, after, before->latency); in add_dep() 942 add_dep(prev, n, 0); in add_barrier_deps() 951 add_dep(n, next, 0); in add_barrier_deps() 1001 add_dep(last_grf_write[inst->src[i].nr + r], n); in calculate_deps() 1004 add_dep(last_grf_write[inst->src[i].nr * 16 + in calculate_deps() 1011 add_dep(last_grf_write[inst->src[i].nr + r], n); in calculate_deps() [all …]
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_qir_schedule.c | 91 add_dep(enum direction dir, in add_dep() function 128 add_dep(dir, *before, after); in add_write_dep() 162 add_dep(state->dir, state->tex_fifo[0].node, n); in block_until_tex_result() 193 add_dep(dir, in calculate_deps() 212 add_dep(dir, state->last_vary_read, n); in calculate_deps() 286 add_dep(dir, state->last_sf, n); in calculate_deps() 311 add_dep(state.dir, state.last_uniforms_reset, n); in calculate_forward_deps() 392 add_dep(state.dir, state.last_tex_coord, n); in calculate_forward_deps()
|
D | vc4_qpu_schedule.c | 102 add_dep(struct schedule_state *state, in add_dep() function 146 add_dep(state, before, after, false); in add_read_dep() 154 add_dep(state, *before, after, true); in add_write_dep()
|
/external/tensorflow/tensorflow/python/training/tracking/ |
D | util_test.py | 746 def add_dep(self): member in CheckpointingTests.testLateDependencyTracking.LateDependencies 751 original.add_dep() 761 load_into.add_dep() 777 def add_dep(self): member in CheckpointingTests.testDepAfterVar.DepAfterVar 783 dep_after_var.add_dep() 791 loaded_dep_after_var.add_dep()
|
/external/mesa3d/src/broadcom/compiler/ |
D | qpu_schedule.c | 98 add_dep(struct schedule_state *state, in add_dep() function 142 add_dep(state, before, after, false); in add_read_dep() 150 add_dep(state, *before, after, true); in add_write_dep()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | constant_folding.cc | 3033 bool add_dep = false; in PartialConstPropThroughIdentityN() local 3050 add_dep = true; in PartialConstPropThroughIdentityN() 3053 if (add_dep) { in PartialConstPropThroughIdentityN()
|