Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_schedule.c1128 unsigned total_srcs = tuple->reg.nr_reads + unique_new_srcs; in bi_instr_schedulable() local
1135 if (total_srcs > (can_spill_to_moves ? 4 : 3)) in bi_instr_schedulable()