Home
last modified time | relevance | path

Searched refs:pending_nodes (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_gcm.cpp292 if (!pending_nodes.empty()) { in bu_sched_bb()
300 for (node_list::iterator I = pending_nodes.begin(), in bu_sched_bb()
301 E = pending_nodes.end(); I != E; ++I) { in bu_sched_bb()
304 pending_nodes.clear(); in bu_sched_bb()
574 pending_nodes.push_back(n); in pop_uc_stack()
712 pending_nodes.push_back(n); in init_use_count()
Dsb_pass.h251 node_list pending_nodes; variable
269 bu_bb(), pending_defs(), pending_nodes(), cur_sq(), in gcm()