Searched refs:grf (Results 1 – 2 of 2) sorted by relevance
136 struct brw_wm_grf *grf = &c->pass2_grf[i]; in update_register_usage() local140 if (grf->nextuse < thisinsn) { in update_register_usage()141 const struct brw_wm_ref *ref = grf->value->lastuse; in update_register_usage()146 grf->value->resident = 0; in update_register_usage()147 grf->value = 0; in update_register_usage()148 grf->nextuse = BRW_WM_MAX_INSN; in update_register_usage()156 grf->nextuse = ref->insn; in update_register_usage()196 struct brw_wm_grf *grf = c->pass2_grf; in search_contiguous_regs() local207 if (grf[i+j].nextuse < group_nextuse) in search_contiguous_regs()208 group_nextuse = grf[i+j].nextuse; in search_contiguous_regs()[all …]
63 int grf = attribute_map[inst->dst.reg + inst->dst.reg_offset]; in setup_attributes() local65 struct brw_reg reg = brw_vec8_grf(grf, 0); in setup_attributes()76 int grf = attribute_map[inst->src[i].reg + inst->src[i].reg_offset]; in setup_attributes() local78 struct brw_reg reg = brw_vec8_grf(grf, 0); in setup_attributes()