Searched refs:last_sf (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_opt_peephole_sf.c | 118 struct qinst *last_sf = NULL; in qir_opt_peephole_sf_block() local 132 } else if (last_sf && in qir_opt_peephole_sf_block() 133 inst_result_equals(last_sf, inst)) { in qir_opt_peephole_sf_block() 137 dump_from(c, last_sf, "repeated SF"); in qir_opt_peephole_sf_block() 138 last_sf->sf = false; in qir_opt_peephole_sf_block() 139 dump_to(c, last_sf); in qir_opt_peephole_sf_block() 141 last_sf = inst; in qir_opt_peephole_sf_block() 143 last_sf = inst; in qir_opt_peephole_sf_block() 148 if (last_sf) { in qir_opt_peephole_sf_block() 149 if (inst_srcs_updated(last_sf, inst)) in qir_opt_peephole_sf_block() [all …]
|
D | vc4_qir_schedule.c | 113 struct schedule_node *last_sf; member 210 add_write_dep(dir, &state->last_sf, n); in calculate_deps() 265 add_dep(dir, state->last_sf, n); in calculate_deps() 268 add_write_dep(dir, &state->last_sf, n); in calculate_deps()
|
D | vc4_qpu_schedule.c | 84 struct schedule_node *last_sf; member 310 add_read_dep(state, state->last_sf, n); in process_cond_deps() 373 add_write_dep(state, &state->last_sf, n); in calculate_deps() 395 add_read_dep(state, state->last_sf, n); in calculate_deps() 411 add_write_dep(state, &state->last_sf, n); in calculate_deps()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | qpu_schedule.c | 78 struct schedule_node *last_sf; member 291 add_read_dep(state, state->last_sf, n); in calculate_deps() 397 add_write_dep(state, &state->last_sf, n); in calculate_deps() 446 add_read_dep(state, state->last_sf, n); in calculate_deps() 448 add_write_dep(state, &state->last_sf, n); in calculate_deps()
|
/third_party/ffmpeg/libavcodec/ |
D | atrac9dec.c | 365 const int last_sf = c->scalefactors[c->q_unit_cnt]; in calc_codebook_idx() local 402 c->scalefactors[c->q_unit_cnt] = last_sf; in calc_codebook_idx()
|