Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_reg_allocate.cpp57 this->grf_used = hw_reg_mapping[this->alloc.count]; in assign_regs_trivial()
66 if (this->grf_used >= max_grf) { in assign_regs_trivial()
68 this->grf_used, max_grf); in assign_regs_trivial()
70 this->alloc.count = this->grf_used; in assign_regs_trivial()
689 this->grf_used = payload_node_count; in assign_regs()
694 this->grf_used = MAX2(this->grf_used, in assign_regs()
705 this->alloc.count = this->grf_used; in assign_regs()
Dbrw_fs_bank_conflicts.cpp891 assert(grf_used || !"Must be called after register allocation"); in opt_bank_conflicts()
926 if (grf_used && inst->is_3src(devinfo) && in bank_conflict_cycles()
Dbrw_fs_visitor.cpp129 grf_used = 1; /* Gen4-5 don't allow zero GRF blocks */ in emit_dummy_fs()
901 this->grf_used = 0; in init()
Dbrw_fs.h367 unsigned grf_used; variable
Dbrw_schedule_instructions.cpp1727 grf_count = grf_used; in schedule_instructions()
Dbrw_fs.cpp6836 simd8_grf_used = v8.grf_used; in brw_compile_fs()
6853 simd16_grf_used = v16.grf_used; in brw_compile_fs()