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

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_schedule.c1433 bool pending = false, pending_pcrel = false; local in function:bi_merge_singles
1459 assert(!(pending_pcrel && consts[t].pcrel));
1460 bool pcrel = pending_pcrel || consts[t].pcrel;
1467 pending = pending_pcrel = false;
1470 pending_pcrel = consts[t].pcrel;
1478 /* Shift so it works whether pending_pcrel is set or not */
1480 if (pending_pcrel)

Completed in 5 milliseconds