HomeSort by: relevance | last modified time | path
    Searched defs:ra_constraint (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
sb_shader.h 124 class ra_constraint { class in namespace:r600_sb
126 ra_constraint(constraint_kind kind) : kind(kind), cost(0) {} function in class:r600_sb::ra_constraint
136 typedef std::vector<ra_constraint*> constraint_vec;
183 typedef queue<ra_constraint*, cost_compare<ra_constraint*> > constraint_queue;
214 ra_constraint* create_constraint(constraint_kind kind);
226 static void dump_constraint(ra_constraint* c);
236 int color_reg_constraint(ra_constraint *c);
237 void color_phi_constraint(ra_constraint *c);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
sb_shader.h 124 class ra_constraint { class in namespace:r600_sb
126 ra_constraint(constraint_kind kind) : kind(kind), cost(0) {} function in class:r600_sb::ra_constraint
136 typedef std::vector<ra_constraint*> constraint_vec;
183 typedef queue<ra_constraint*, cost_compare<ra_constraint*> > constraint_queue;
214 ra_constraint* create_constraint(constraint_kind kind);
226 static void dump_constraint(ra_constraint* c);
236 int color_reg_constraint(ra_constraint *c);
237 void color_phi_constraint(ra_constraint *c);

Completed in 21 milliseconds