Lines Matching defs:hpass
1648 int scratch_offset = 0, hpass, temph;
1664 temph = hpass = min(h, scratch->total/2 / scratch_pitch_bytes);
1669 scratch_obj.height = hpass;
1700 int oldhpass = hpass;
1702 temph = hpass = min(h, scratch->total/2 / scratch_pitch_bytes);
1704 if (hpass) {
1760 int scratch_offset = 0, hpass;
1780 hpass = min(h, scratch->total/2 / scratch_pitch_bytes);
1792 scratch_obj.height = hpass;
1808 R600AppendCopyVertex(pScrn, x, y, 0, 0, w, hpass);
1813 int oldhpass = hpass;
1816 hpass = min(h, scratch->total/2 / scratch_pitch_bytes);
1818 if (hpass) {
1821 info->accel_state->dst_obj.height = hpass;
1824 R600AppendCopyVertex(pScrn, x, y, 0, 0, w, hpass);