Searched defs:dependents (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ | ||
| H A D | compiler.h | 169 BITSET_WORD *dependents; member in struct:midgard_instruction |
| H A D | midgard_schedule.c | 75 BITSET_WORD *dependents = instructions[*parent]->dependents; local in function:add_dependency 156 BITSET_WORD *dependents = instructions[prev]->dependents; local in function:mir_create_dependency_graph 189 BITSET_WORD *dependents local in function:mir_create_dependency_graph [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ | ||
| H A D | bi_schedule.c | 47 BITSET_WORD **dependents; member in struct:bi_worklist 162 bi_push_dependency(unsigned parent,unsigned child,BITSET_WORD ** dependents,unsigned * dep_counts) argument 172 add_dependency(struct util_dynarray * table,unsigned index,unsigned child,BITSET_WORD ** dependents,unsigned * dep_counts) argument [all...] |
Completed in 6 milliseconds