Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_gcm.cpp489 nuc_map &cm = nuc_stk[ucs_level]; in bu_is_ready()
490 nuc_map::iterator F = cm.find(n); in bu_is_ready()
513 nuc_map &m = nuc_stk[l]; in dump_uc_stack()
517 for (nuc_map::iterator I = m.begin(), E = m.end(); I != E; ++I) { in dump_uc_stack()
527 nuc_map &pm = nuc_stk[ucs_level]; in pop_uc_stack()
529 nuc_map &cm = nuc_stk[ucs_level]; in pop_uc_stack()
536 for (nuc_map::iterator N, I = pm.begin(), E = pm.end(); I != E; ++I) { in pop_uc_stack()
676 void gcm::init_use_count(nuc_map& m, container_node &s) { in init_use_count()
703 nuc_map &m = nuc_stk[ucs_level]; in bu_release_val()
726 void gcm::init_def_count(nuc_map& m, container_node& s) { in init_def_count()
Dsb_pass.h236 typedef std::map<node*, unsigned> nuc_map; typedef
239 nuc_map uses;
241 typedef std::vector<nuc_map> nuc_stack;
296 void init_def_count(nuc_map &m, container_node &s);
297 void init_use_count(nuc_map &m, container_node &s);