Home | History | Annotate | Download | only in i965

Lines Matching refs:last_scratch

2514 	 scratch_loc[inst->dst.reg] = c->last_scratch;
2515 c->last_scratch += this->virtual_grf_sizes[inst->dst.reg];
2523 scratch_loc[src->reg] = c->last_scratch;
2524 c->last_scratch += this->virtual_grf_sizes[src->reg];