Searched refs:grf_used (Results 1 – 6 of 6) sorted by relevance
57 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()
891 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()
129 grf_used = 1; /* Gen4-5 don't allow zero GRF blocks */ in emit_dummy_fs()901 this->grf_used = 0; in init()
367 unsigned grf_used; variable
1727 grf_count = grf_used; in schedule_instructions()
6836 simd8_grf_used = v8.grf_used; in brw_compile_fs()6853 simd16_grf_used = v16.grf_used; in brw_compile_fs()