Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_pressure_schedule.c63 add_dep(struct sched_node *a, struct sched_node *b) in add_dep() function
104 add_dep(node, last_write[label_index(ctx, src)]); in create_dag()
110 add_dep(node, last_read[label_index(ctx, src)]); in create_dag()
119 add_dep(node, last_read[label_index(ctx, dest)]); in create_dag()
120 add_dep(node, last_write[label_index(ctx, dest)]); in create_dag()
141 add_dep(node, memory_store); in create_dag()
155 add_dep(node, memory_store); in create_dag()
163 add_dep(node, memory_load); in create_dag()
164 add_dep(node, memory_store); in create_dag()
170 add_dep(node, memory_load); in create_dag()
[all …]
/third_party/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp654 void add_dep(schedule_node *before, schedule_node *after, int latency);
655 void add_dep(schedule_node *before, schedule_node *after);
1050 instruction_scheduler::add_dep(schedule_node *before, schedule_node *after, in add_dep() function in instruction_scheduler
1085 instruction_scheduler::add_dep(schedule_node *before, schedule_node *after) in add_dep() function in instruction_scheduler
1090 add_dep(before, after, before->latency); in add_dep()
1114 add_dep(prev, n, 0); in add_barrier_deps()
1123 add_dep(n, next, 0); in add_barrier_deps()
1173 add_dep(last_grf_write[inst->src[i].nr + r], n); in calculate_deps()
1176 add_dep(last_grf_write[inst->src[i].nr * 16 + in calculate_deps()
1183 add_dep(last_grf_write[inst->src[i].nr + r], n); in calculate_deps()
[all …]
/third_party/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()
/third_party/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()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dextensionmetadocgenerator.py509 def add_dep(SPV_deps, name, spvname): function
522 add_dep(self.SPV_deps, version_name, spvname)
525 add_dep(self.SPV_deps, ext_name, spvname)
/third_party/mesa3d/src/freedreno/ir3/
Dir3_postsched.c376 add_dep(struct ir3_postsched_deps_state *state, in add_dep() function
412 add_dep(state, dep, node, d); in add_single_reg_dep()
/third_party/mesa3d/src/broadcom/compiler/
Dqpu_schedule.c94 add_dep(struct schedule_state *state, in add_dep() function
118 add_dep(state, before, after, false); in add_read_dep()
126 add_dep(state, *before, after, true); in add_write_dep()