Searched refs:incx (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xf86-video-suncg6/dist/src/
H A Dcg6_regs.h283 volatile unsigned int incx, incy; member in struct:cg6_fbc
H A Dcg6_accel.c201 pCg6->fbc->incx = 0;
335 pCg6->fbc->incx = 32;
H A Dcg6_exa.c258 pCg6->fbc->incx = 4;
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunGX.h109 VUint incx, incy; member in struct:_sunGX
H A DsunGX.c453 gx->incx = BITMAP_SCANLINE_UNIT;
531 gx->incx = 0;
1537 gx->incx = 0;
1618 gx->incx = 0; \
1660 gx->incx = 0;
1670 gx->incx = 0;
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunGX.h109 VUint incx, incy; member in struct:_sunGX
H A DsunGX.c453 gx->incx = BITMAP_SCANLINE_UNIT;
531 gx->incx = 0;
1537 gx->incx = 0;
1618 gx->incx = 0; \
1660 gx->incx = 0;
1670 gx->incx = 0;
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_video.c774 int log2w = 0, log2h = 0, i, incx, incy, padw, padh; local in function:MGADisplayVideoTexture
800 incx = (src_w << 20)/(drw_w * padw);
806 OUTREG(MGAREG_TMR0, incx); /* sx inc */
832 OUTREG(MGAREG_TMR6, (incx * (pbox->x1 - drw_x)) + padw);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Devents.c658 int incx = 1, incy = 1; local in function:ConfineToShape
667 x += incx;
670 incx = -1;
675 incx = 1;
/xsrc/external/mit/xorg-server/dist/dix/
H A Devents.c690 int incx = 1, incy = 1; local in function:ConfineToShape
697 x += incx;
699 incx = -1;
703 incx = 1;

Completed in 30 milliseconds