| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_liveness.cpp | 251 bool liveness::remove_vec(vvec &vv) { argument 253 for (vvec::reverse_iterator I = vv.rbegin(), E = vv.rend(); I != E; ++I) { 281 bool liveness::add_vec(vvec &vv, bool src) { argument 283 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { 348 gpr_array_vec &vv = sh.arrays(); local in function:r600_sb::liveness::init 349 for (gpr_array_vec::iterator I = vv.begin(), E = vv.end(); I != E; 359 void liveness::update_src_vec(vvec &vv, boo argument [all...] |
| H A D | sb_dce_cleanup.cpp | 145 bool dce_cleanup::cleanup_dst_vec(vvec& vv) { argument 148 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) {
|
| H A D | sb_sched.h | 288 void release_src_vec(vvec &vv, bool src); 292 void init_uc_vec(container_node *c, vvec &vv, bool src); 308 bool map_src_vec(vvec &vv, bool src); 314 void update_live_src_vec(vvec &vv, val_set *born, bool src); 315 void update_live_dst_vec(vvec &vv);
|
| H A D | sb_def_use.cpp | 88 void def_use::process_defs(node *n, vvec &vv, bool arr_def) { argument 90 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) {
|
| H A D | sb_dump.cpp | 303 void dump::dump_vec(const vvec & vv) { argument 305 for(vvec::const_iterator I = vv.begin(), E = vv.end(); I != E; ++I) { 320 void dump::dump_rels(vvec & vv) { argument 321 for(vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) {
|
| H A D | sb_ssa_builder.cpp | 339 void ssa_rename::rename_src_vec(node *n, vvec &vv, bool src) { argument 340 for(vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { 363 void ssa_rename::rename_dst_vec(node *n, vvec &vv, bool set_def) { argument 365 for(vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) {
|
| H A D | sb_pass.h | 143 bool cleanup_dst_vec(vvec &vv); 162 void process_defs(node *n, vvec &vv, bool arr_def); 192 static void dump_vec(const vvec & vv); 195 static void dump_rels(vvec & vv); 300 unsigned get_uc_vec(vvec &vv); 301 unsigned get_dc_vec(vvec &vv, bool src); 400 bool add_vec(vvec &vv, bool src); 402 void update_src_vec(vvec &vv, bool src); 495 void check_src_vec(node *n, unsigned id, vvec &vv, bool src); 581 void split_vec(vvec &vv, vve [all...] |
| H A D | sb_ra_checker.cpp | 118 void ra_checker::check_src_vec(node *n, unsigned id, vvec &vv, bool src) { argument 120 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) {
|
| H A D | sb_ra_init.cpp | 382 vvec &vv = c->values; local in function:r600_sb::ra_init::color_bs_constraint 383 assert(vv.size() <= 8); 387 dump::dump_vec(vv); 396 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { 654 vvec vv = n->src; local in function:r600_sb::ra_split::split_packed_ins 657 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { 680 n->src = vv; 705 void ra_split::split_vec(vvec &vv, vve argument [all...] |
| H A D | sb_sched.cpp | 747 void post_scheduler::init_uc_vec(container_node *c, vvec &vv, bool src) { argument 748 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { 1009 void post_scheduler::update_live_src_vec(vvec &vv, val_set *born, bool src) { argument 1010 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { 1038 void post_scheduler::update_live_dst_vec(vvec &vv) { argument 1039 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { 1256 vvec &vv local in function:r600_sb::post_scheduler::set_color_local 1453 map_src_vec(vvec & vv,bool src) argument 1935 release_src_vec(vvec & vv,bool src) argument [all...] |
| H A D | sb_valtable.cpp | 487 bool sb_value_set::remove_vec(vvec& vv) { argument 489 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { 507 bool r600_sb::sb_value_set::add_vec(vvec& vv) { argument 509 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_liveness.cpp | 251 bool liveness::remove_vec(vvec &vv) { argument 253 for (vvec::reverse_iterator I = vv.rbegin(), E = vv.rend(); I != E; ++I) { 281 bool liveness::add_vec(vvec &vv, bool src) { argument 283 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { 348 gpr_array_vec &vv = sh.arrays(); local in function:r600_sb::liveness::init 349 for (gpr_array_vec::iterator I = vv.begin(), E = vv.end(); I != E; 359 void liveness::update_src_vec(vvec &vv, boo argument [all...] |
| H A D | sb_dce_cleanup.cpp | 145 bool dce_cleanup::cleanup_dst_vec(vvec& vv) { argument 148 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) {
|
| H A D | sb_sched.h | 288 void release_src_vec(vvec &vv, bool src); 292 void init_uc_vec(container_node *c, vvec &vv, bool src); 308 bool map_src_vec(vvec &vv, bool src); 314 void update_live_src_vec(vvec &vv, val_set *born, bool src); 315 void update_live_dst_vec(vvec &vv);
|
| H A D | sb_def_use.cpp | 88 void def_use::process_defs(node *n, vvec &vv, bool arr_def) { argument 90 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) {
|
| H A D | sb_dump.cpp | 303 void dump::dump_vec(const vvec & vv) { argument 305 for(vvec::const_iterator I = vv.begin(), E = vv.end(); I != E; ++I) { 320 void dump::dump_rels(vvec & vv) { argument 321 for(vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) {
|
| H A D | sb_ssa_builder.cpp | 339 void ssa_rename::rename_src_vec(node *n, vvec &vv, bool src) { argument 340 for(vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { 363 void ssa_rename::rename_dst_vec(node *n, vvec &vv, bool set_def) { argument 365 for(vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) {
|
| H A D | sb_pass.h | 143 bool cleanup_dst_vec(vvec &vv); 162 void process_defs(node *n, vvec &vv, bool arr_def); 192 static void dump_vec(const vvec & vv); 195 static void dump_rels(vvec & vv); 300 unsigned get_uc_vec(vvec &vv); 301 unsigned get_dc_vec(vvec &vv, bool src); 400 bool add_vec(vvec &vv, bool src); 402 void update_src_vec(vvec &vv, bool src); 495 void check_src_vec(node *n, unsigned id, vvec &vv, bool src); 581 void split_vec(vvec &vv, vve [all...] |
| H A D | sb_ra_checker.cpp | 118 void ra_checker::check_src_vec(node *n, unsigned id, vvec &vv, bool src) { argument 120 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) {
|
| H A D | sb_ra_init.cpp | 387 vvec &vv = c->values; local in function:r600_sb::ra_init::color_bs_constraint 388 assert(vv.size() <= 8); 392 dump::dump_vec(vv); 401 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { 659 vvec vv = n->src; local in function:r600_sb::ra_split::split_packed_ins 662 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { 685 n->src = vv; 710 void ra_split::split_vec(vvec &vv, vve argument [all...] |
| H A D | sb_sched.cpp | 747 void post_scheduler::init_uc_vec(container_node *c, vvec &vv, bool src) { argument 748 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { 1009 void post_scheduler::update_live_src_vec(vvec &vv, val_set *born, bool src) { argument 1010 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { 1038 void post_scheduler::update_live_dst_vec(vvec &vv) { argument 1039 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { 1256 vvec &vv local in function:r600_sb::post_scheduler::set_color_local 1453 map_src_vec(vvec & vv,bool src) argument 1935 release_src_vec(vvec & vv,bool src) argument [all...] |
| H A D | sb_valtable.cpp | 487 bool sb_value_set::remove_vec(vvec& vv) { argument 489 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { 507 bool r600_sb::sb_value_set::add_vec(vvec& vv) { argument 509 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | intel_dump_gpu.in | 21 -vv Enable extra verbosity - dumps gtt mappings 46 -vv)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/ |
| H A D | vbo_exec_eval.c | 179 GLfloat vv = (v - map->v1) * map->dv; local in function:vbo_exec_do_EvalCoord2f 187 uu, vv, 202 GLfloat vv = (v - map->v1) * map->dv; local in function:vbo_exec_do_EvalCoord2f 211 _math_de_casteljau_surf(map->Points, vertex, du, dv, uu, vv, 236 _math_horner_bezier_surf(map->Points, vertex, uu, vv,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ |
| H A D | vbo_exec_eval.c | 182 GLfloat vv = (v - map->v1) * map->dv; local in function:vbo_exec_do_EvalCoord2f 190 uu, vv, 205 GLfloat vv = (v - map->v1) * map->dv; local in function:vbo_exec_do_EvalCoord2f 214 _math_de_casteljau_surf(map->Points, vertex, du, dv, uu, vv, 239 _math_horner_bezier_surf(map->Points, vertex, uu, vv,
|