Searched refs:xstart (Results 1 - 25 of 27) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmizerline.c114 int x = 0, y = 0, x1, y1, x2, y2, xstart, ystart; local in function:miZeroLine
171 xstart = ppt->x;
175 xstart += pDraw->x;
182 x2 = xstart;
355 (((xstart != x2) || (ystart != y2)) || (ppt == pptInit + 1)))
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmizerline.c110 int x = 0, y = 0, x1, y1, x2, y2, xstart, ystart; local in function:miZeroLine
166 xstart = ppt->x;
169 xstart += pDraw->x;
176 x2 = xstart;
337 (((xstart != x2) || (ystart != y2)) || (ppt == pptInit + 1))) {
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dvid_1400.c347 unsigned long xstart, ystart, xend, yend; local in function:sc1400_set_video_window
367 xstart = x + hadjust;
373 xstart = hadjust;
423 WRITE_VID32(SC1400_VIDEO_X_POS, (xend << 16) | xstart);
H A Dvid_5530.c717 unsigned long xstart, ystart, xend, yend; local in function:cs5530_set_video_window
734 xstart = (unsigned long)x + hadjust;
763 WRITE_VID32(CS5530_VIDEO_X_POS, (xend << 16) | xstart);
H A Dvid_1200.c929 unsigned long xstart, ystart, xend, yend; local in function:sc1200_set_video_window
953 xstart = (unsigned long)x + hadjust;
986 WRITE_VID32(SC1200_VIDEO_X_POS, (xend << 16) | xstart);
H A Dvid_rdcl.c1075 unsigned long xstart, ystart, xend, yend; local in function:redcloud_set_video_window
1092 xstart = (unsigned long)x + hadjust;
1119 WRITE_VID32(RCDF_VIDEO_X_POS, (xend << 16) | xstart);
/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_df.c460 unsigned long xstart, xend; local in function:df_set_video_position
645 xstart = x_copy + htotal - hsyncend - 14;
647 xstart -= border_x;
654 xend = xstart + width;
663 * xstart value, as there is a 14-clock delay in which to play. Also,
667 * is in terms of source pixels, while adjusting the xstart value is in
699 xstart -= dst_clip;
722 WRITE_VID32(DF_VIDEO_X_POS, (xend << 16) | xstart);
1081 unsigned long xstart, xend; local in function:df_configure_alpha_window
1196 xstart
2174 long xstart, ystart; local in function:df_get_video_position
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_tiling_lt.c143 uint32_t xstart = box->x; local in function:vc4_lt_image_aligned
149 (xstart + x) * 64 / utile_w);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_tiling_lt.c143 uint32_t xstart = box->x; local in function:vc4_lt_image_aligned
149 (xstart + x) * 64 / utile_w);
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx1_video.c891 long xstart, ystart, xend, yend; local in function:GX1SetVideoPosition
937 xstart = TVOverScanX;
939 xstart = 0;
942 xstart = TVOverScanX;
944 xstart = (unsigned long)x;
946 drw_w -= (xstart - x);
964 if ((xstart + drw_w) > crop)
970 GFX(set_video_window(xstart, ystart, xend - xstart, yend - ystart));
972 GFX(set_video_left_crop(xstart
[all...]
H A Dnsc_gx2_video.c842 long xstart, ystart, xend, yend; local in function:GX2SetVideoPosition
885 xstart = 0;
887 xstart = (unsigned long)x;
889 drw_w -= (xstart - x);
904 GFX(set_video_window(xstart, ystart, xend - xstart, yend - ystart));
912 GFX(set_video_left_crop(xstart - x));
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dvid_5530.c497 unsigned long xstart, ystart, xend, yend; local in function:cs5530_set_video_window
518 xstart = hadjust;
522 xstart = (unsigned long) x + hadjust;
568 WRITE_VID32(CS5530_VIDEO_X_POS, (xend << 16) | xstart);
H A Dvid_1200.c768 unsigned long xstart, ystart, xend, yend; local in function:sc1200_set_video_window
793 xstart = (unsigned long) x + hadjust;
827 WRITE_VID32(SC1200_VIDEO_X_POS, (xend << 16) | xstart);
H A Dvid_rdcl.c890 unsigned long xstart, ystart, xend, yend; local in function:redcloud_set_video_window
910 xstart = hadjust;
914 xstart = (unsigned long) x + hadjust;
943 WRITE_VID32(RCDF_VIDEO_X_POS, (xend << 16) | xstart);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_trapezoids_mono.c577 int16_t xstart = INT16_MIN; local in function:mono_row
630 if (xstart < c->clip.extents.x1)
631 xstart = c->clip.extents.x1;
634 if (xend > xstart) {
635 __DBG(("%s: emit span [%d, %d]\n", __FUNCTION__, xstart, xend));
636 c->span(c, xstart, xend, &box);
638 xstart = INT16_MIN;
640 } else if (xstart == INT16_MIN) {
642 xstart = xend;
H A Dsna_trapezoids_imprecise.c841 int winding = 0, xstart = edge->cell; local in function:nonzero_subrow
850 cell_list_add_subspan(coverages, xstart, edge->cell);
851 xstart = edge->next->cell;
1380 int winding = 0, xstart = INT_MIN; local in function:inplace_subrow
1388 if (edge->cell <= xstart) {
1389 xstart = INT_MIN;
1394 if (xstart < FAST_SAMPLES_X * width) {
1395 FAST_SAMPLES_X_TO_INT_FRAC(xstart, ix, fx);
1404 xstart = edge->cell;
1405 if (xstart < FAST_SAMPLES_
[all...]
H A Dsna_trapezoids_precise.c915 int winding = 0, xstart = edge->cell; local in function:nonzero_subrow
924 cell_list_add_subspan(coverages, xstart, edge->cell);
925 xstart = edge->next->cell;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_trapezoids_mono.c536 int16_t xstart = INT16_MIN; local in function:mono_row
582 if (xstart < c->clip.extents.x1)
583 xstart = c->clip.extents.x1;
586 if (xend > xstart)
587 c->span(c, xstart, xend, &box);
588 xstart = INT16_MIN;
590 } else if (xstart == INT16_MIN)
591 xstart = xend;
H A Dsna_trapezoids_imprecise.c841 int winding = 0, xstart = edge->cell; local in function:nonzero_subrow
850 cell_list_add_subspan(coverages, xstart, edge->cell);
851 xstart = edge->next->cell;
1370 int winding = 0, xstart = INT_MIN; local in function:inplace_subrow
1378 if (edge->cell <= xstart) {
1379 xstart = INT_MIN;
1384 if (xstart < FAST_SAMPLES_X * width) {
1385 FAST_SAMPLES_X_TO_INT_FRAC(xstart, ix, fx);
1394 xstart = edge->cell;
1395 if (xstart < FAST_SAMPLES_
[all...]
H A Dsna_trapezoids_precise.c915 int winding = 0, xstart = edge->cell; local in function:nonzero_subrow
924 cell_list_add_subspan(coverages, xstart, edge->cell);
925 xstart = edge->next->cell;
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp176 const fs_reg xstart(negate(brw_vec1_grf(1, 0))); local in function:fs_visitor::emit_interpolation_setup_gen4
182 half(this->pixel_x, i), xstart);
187 abld.ADD(offset(delta_xy, abld, 0), this->pixel_x, xstart);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp177 const fs_reg xstart(negate(brw_vec1_grf(1, 0))); local in function:fs_visitor::emit_interpolation_setup_gfx4
183 quarter(this->pixel_x, i), xstart);
188 abld.ADD(offset(delta_xy, abld, 0), this->pixel_x, xstart);
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Dnewmmio.h287 int32 xstart;
562 #define SETL3_XSTART(val) ((mmtr)s3vMmioMem)->line3d_regs.regs.xstart = (val)
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_dri.c439 int xstart, xend, xdir; local in function:RADEONScreenToScreenCopyDepth
443 if (xa < xb) xdir = -1, xstart = w-1, xend = 0;
444 else xdir = 1, xstart = 0, xend = w-1;
451 for (x = xstart; x != xend; x += xdir) {
460 for (x = xstart; x != xend; x += xdir) {
/xsrc/external/mit/xedit/dist/lisp/
H A Dcore.c4612 int xstart, xlimit, xinc; local in function:LispDeleteOrRemoveDuplicates
4615 xstart = i;
4620 xstart = xlength - 1;
4626 for (i = xstart; i != xlimit; i += xinc) {
4641 for (i = xstart; i != xlimit; i += xinc) {
4734 long i, j, start, end, length, copy, count, xstart, xend, xinc, xlength; local in function:LispDeleteRemoveXSubstitute
4843 xstart = start;
4848 xstart = end - 1;
4860 for (j = xstart; i != xend && count > 0; i += xinc) {
4933 xstart
[all...]

Completed in 59 milliseconds

12