Searched refs:grf_used (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp57 this->grf_used = hw_reg_mapping[this->alloc.count];
66 if (this->grf_used >= max_grf) {
68 this->grf_used, max_grf);
70 this->alloc.count = this->grf_used;
752 this->grf_used = payload_node_count;
757 this->grf_used = MAX2(this->grf_used,
768 this->alloc.count = this->grf_used;
H A Dbrw_fs_bank_conflicts.cpp903 assert(grf_used || !"Must be called after register allocation");
938 if (grf_used && inst->is_3src(devinfo) &&
H A Dbrw_fs_visitor.cpp133 grf_used = 1; /* Gen4-5 don't allow zero GRF blocks */
1059 this->grf_used = 0;
H A Dbrw_fs.h384 unsigned grf_used; member in class:fs_visitor
H A Dbrw_schedule_instructions.cpp1827 grf_count = grf_used;
H A Dbrw_fs.cpp7996 prog_data->reg_blocks_8 = brw_register_blocks(v8.grf_used);
8013 prog_data->reg_blocks_16 = brw_register_blocks(v16.grf_used);
8033 prog_data->reg_blocks_32 = brw_register_blocks(v32.grf_used);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp58 this->grf_used = hw_reg_mapping[this->alloc.count];
67 if (this->grf_used >= max_grf) {
69 this->grf_used, max_grf);
71 this->alloc.count = this->grf_used;
1230 fs->grf_used = fs->first_non_payload_grf;
1235 fs->grf_used = MAX2(fs->grf_used,
1246 fs->alloc.count = fs->grf_used;
H A Dbrw_fs_visitor.cpp134 grf_used = 1; /* Gfx4-5 don't allow zero GRF blocks */
1164 this->grf_used = 0;
H A Dbrw_fs.h420 unsigned grf_used; member in class:fs_visitor
H A Dbrw_fs_bank_conflicts.cpp912 assert(grf_used || !"Must be called after register allocation");
H A Dbrw_schedule_instructions.cpp1731 const unsigned overhead = v->grf_used && has_bank_conflict(v->devinfo, inst) ?
1889 grf_count = grf_used;
H A Dbrw_fs.cpp9772 prog_data->reg_blocks_8 = brw_register_blocks(v8->grf_used);
9814 prog_data->reg_blocks_16 = brw_register_blocks(v16->grf_used);
9848 prog_data->reg_blocks_32 = brw_register_blocks(v32->grf_used);

Completed in 36 milliseconds