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

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_schedule.c1045 unsigned total_writes = tuple->reg.nr_writes; local in function:bi_instr_schedulable
1046 total_writes += bi_write_count(instr, live_after_temp);
1049 if (tuple->last && total_writes > 1)
1077 if ((signed) total_writes > (4 - (signed) succ_reads))

Completed in 5 milliseconds