Home | History | Annotate | Download | only in i965

Lines Matching refs:write_end

136    int length, write_end;
152 write_end = write_start + length;
154 const int right = MIN2(write_end, reg_end);
217 const int write_end = write_start + length;
219 const int right = MIN2(write_end, reg_end);
238 const int write_end = write_start + REG_SIZE;
240 const int right = MIN2(write_end, reg_end);
328 const int write_end = write_start + type_size;
330 const int right = write_end < reg_end ? write_end : reg_end;
363 const int write_end = write_start + type_size;
365 const int right = write_end < reg_end ? write_end : reg_end;