Searched refs:dst_n (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_postsched.c | 363 unsigned dst_n[2 * 256]; member 395 int dst_n) in add_single_reg_dep() 401 /* get the dst_n this corresponds to */ in add_single_reg_dep() 402 unsigned dst_n = state->dst_n[num]; in add_single_reg_dep() local 404 d = ir3_delayslots_with_repeat(dep->instr, node->instr, dst_n, src_n); in add_single_reg_dep() 415 state->dst_n[num] = dst_n; in add_single_reg_dep() 426 * this is for the destination register corresponding to dst_n. 431 unsigned num, int src_n, int dst_n) in add_reg_dep() 393 add_single_reg_dep(struct ir3_postsched_deps_state *state, struct ir3_postsched_node *node, unsigned num, int src_n, int dst_n) add_single_reg_dep() argument 429 add_reg_dep(struct ir3_postsched_deps_state *state, struct ir3_postsched_node *node, const struct ir3_register *reg, unsigned num, int src_n, int dst_n) add_reg_dep() argument [all...] |
H A D | ir3_delay.c | 268 foreach_dst_n (dst, dst_n, assigner) { in delay_calc() 278 assigner, consumer, dst_n, src_n, mergedregs); in delay_calc()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_schedule.c | 250 nir_schedule_node *dst_n = entry->data; in nir_schedule_reg_src_deps() 256 add_dep(state, dst_n, src_n); in nir_schedule_reg_src_deps()
|
Completed in 3 milliseconds