Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_schedule.c1112 unsigned total_writes = tuple->reg.nr_writes; in bi_instr_schedulable() local
1113 total_writes += bi_write_count(instr, live_after_temp); in bi_instr_schedulable()
1116 if (tuple->last && total_writes > 1) in bi_instr_schedulable()
1144 if ((signed) total_writes > (4 - (signed) succ_reads)) in bi_instr_schedulable()