| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mizerline.c | 114 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 D | mizerline.c | 110 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 D | vid_1400.c | 347 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 D | vid_5530.c | 717 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 D | vid_1200.c | 929 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 D | vid_rdcl.c | 1075 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 D | cim_df.c | 460 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 D | vc4_tiling_lt.c | 143 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 D | vc4_tiling_lt.c | 143 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 D | nsc_gx1_video.c | 891 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 D | nsc_gx2_video.c | 842 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 D | vid_5530.c | 497 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 D | vid_1200.c | 768 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 D | vid_rdcl.c | 890 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 D | sna_trapezoids_mono.c | 577 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 D | sna_trapezoids_imprecise.c | 841 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 D | sna_trapezoids_precise.c | 915 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 D | sna_trapezoids_mono.c | 536 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 D | sna_trapezoids_imprecise.c | 841 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 D | sna_trapezoids_precise.c | 915 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 D | brw_fs_visitor.cpp | 176 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 D | brw_fs_visitor.cpp | 177 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 D | newmmio.h | 287 int32 xstart; 562 #define SETL3_XSTART(val) ((mmtr)s3vMmioMem)->line3d_regs.regs.xstart = (val)
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_dri.c | 439 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 D | core.c | 4612 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...] |