Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_schedule.c46 unsigned *dep_counts; member
177 BITSET_WORD **dependents, unsigned *dep_counts) in bi_push_dependency()
181 dep_counts[child]++; in bi_push_dependency()
187 BITSET_WORD **dependents, unsigned *dep_counts) in add_dependency()
191 bi_push_dependency(*parent, child, dependents, dep_counts); in add_dependency()
228 st.dep_counts[i] = 0; in bi_create_dependency_graph()
242 add_dependency(last_write, ins->src[s].value + c, i, st.dependents, st.dep_counts); in bi_create_dependency_graph()
251 bi_push_dependency(prev_msg, i, st.dependents, st.dep_counts); in bi_create_dependency_graph()
262 st.dependents, st.dep_counts); in bi_create_dependency_graph()
273 add_dependency(last_read, dest + c, i, st.dependents, st.dep_counts); in bi_create_dependency_graph()
176 bi_push_dependency(unsigned parent, unsigned child, BITSET_WORD **dependents, unsigned *dep_counts) bi_push_dependency() argument
186 add_dependency(struct util_dynarray *table, unsigned index, unsigned child, BITSET_WORD **dependents, unsigned *dep_counts) add_dependency() argument
[all...]

Completed in 2 milliseconds