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

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_schedule.c1709 int some_instruction = __bitset_ffs(st.worklist, BITSET_WORDS(st.count)); local in function:bi_schedule_clause
1710 bool not_last = (some_instruction > 0) &&
1711 bi_must_not_last(st.instructions[some_instruction - 1]);

Completed in 4 milliseconds