Home | History | Annotate | Download | only in i965

Lines Matching refs:reg_end

131    const int reg_end = reg_start + size;
154 const int right = MIN2(write_end, reg_end);
173 const int reg_end = reg_start + size;
201 const int right0 = MIN2(write_end0, reg_end);
203 const int right1 = MIN2(write_end1, reg_end);
219 const int right = MIN2(write_end, reg_end);
235 const int reg_end = reg_start + size;
240 const int right = MIN2(write_end, reg_end);
267 const int reg_end = reg_start + size;
288 const int right = MIN2(read_end, reg_end);
314 const int reg_end = reg_start + size;
330 const int right = write_end < reg_end ? write_end : reg_end;
349 const int reg_end = reg_start + size;
365 const int right = write_end < reg_end ? write_end : reg_end;