Home
last modified time | relevance | path

Searched refs:grf_used (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_reg_allocate.cpp58 this->grf_used = hw_reg_mapping[this->alloc.count]; in assign_regs_trivial()
67 if (this->grf_used >= max_grf) { in assign_regs_trivial()
69 this->grf_used, max_grf); in assign_regs_trivial()
71 this->alloc.count = this->grf_used; in assign_regs_trivial()
1243 fs->grf_used = fs->first_non_payload_grf; in assign_regs()
1248 fs->grf_used = MAX2(fs->grf_used, in assign_regs()
1259 fs->alloc.count = fs->grf_used; in assign_regs()
Dbrw_fs_visitor.cpp104 grf_used = 1; /* Gfx4-5 don't allow zero GRF blocks */ in emit_dummy_fs()
1203 this->grf_used = 0; in init()
Dbrw_schedule_instructions.cpp1736 const unsigned overhead = v->grf_used && has_bank_conflict(isa, inst) ? in issue_time()
1894 grf_count = grf_used; in schedule_instructions()
Dbrw_fs_bank_conflicts.cpp912 assert(grf_used || !"Must be called after register allocation"); in opt_bank_conflicts()
Dbrw_fs.h424 unsigned grf_used; variable
Dbrw_fs.cpp7456 prog_data->reg_blocks_8 = brw_register_blocks(v8->grf_used); in brw_compile_fs()
7500 prog_data->reg_blocks_16 = brw_register_blocks(v16->grf_used); in brw_compile_fs()
7533 prog_data->reg_blocks_32 = brw_register_blocks(v32->grf_used); in brw_compile_fs()