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.cpp510 nuc_map &cm = nuc_stk[ucs_level]; in bu_is_ready()
511 nuc_map::iterator F = cm.find(n); in bu_is_ready()
538 nuc_map &m = nuc_stk[l]; in dump_uc_stack()
542 for (nuc_map::iterator I = m.begin(), E = m.end(); I != E; ++I) { in dump_uc_stack()
552 nuc_map &pm = nuc_stk[ucs_level]; in pop_uc_stack()
554 nuc_map &cm = nuc_stk[ucs_level]; in pop_uc_stack()
561 for (nuc_map::iterator N, I = pm.begin(), E = pm.end(); I != E; ++I) { in pop_uc_stack()
701 void gcm::init_use_count(nuc_map& m, container_node &s) { in init_use_count()
728 nuc_map &m = nuc_stk[ucs_level]; in bu_release_val()
751 void gcm::init_def_count(nuc_map& m, container_node& s) { in init_def_count()
Dsb_pass.h237 typedef std::map<node*, unsigned> nuc_map; typedef
240 nuc_map uses;
242 typedef std::vector<nuc_map> nuc_stack;
298 void init_def_count(nuc_map &m, container_node &s);
299 void init_use_count(nuc_map &m, container_node &s);