Searched refs:YDECREASING (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiline.h40 #define YDECREASING 2 macro
43 #define OCTANT1 (1 << (YDECREASING))
44 #define OCTANT2 (1 << (YDECREASING|YMAJOR))
45 #define OCTANT3 (1 << (XDECREASING|YDECREASING|YMAJOR))
46 #define OCTANT4 (1 << (XDECREASING|YDECREASING))
138 (_octant) |= YDECREASING; \
149 #define IsYDecreasingOctant(_octant) ((_octant) & YDECREASING)
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiline.h40 #define YDECREASING 2 macro
43 #define OCTANT1 (1 << (YDECREASING))
44 #define OCTANT2 (1 << (YDECREASING|YMAJOR))
45 #define OCTANT3 (1 << (XDECREASING|YDECREASING|YMAJOR))
46 #define OCTANT4 (1 << (XDECREASING|YDECREASING))
137 (_octant) |= YDECREASING; \
148 #define IsYDecreasingOctant(_octant) ((_octant) & YDECREASING)
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dimage_xaa.c445 if ((!(octant & XDECREASING)) && (!(octant & YDECREASING))) {
450 if ((!(octant & XDECREASING)) && ( (octant & YDECREASING))) {
455 if (( (octant & XDECREASING)) && (!(octant & YDECREASING))) {
459 if (( (octant & XDECREASING)) && ( (octant & YDECREASING))) {
466 if ((!(octant & XDECREASING)) && (!(octant & YDECREASING))) {
471 if ((!(octant & XDECREASING)) && ( (octant & YDECREASING))) {
476 if (( (octant & XDECREASING)) && (!(octant & YDECREASING))) {
481 if (( (octant & XDECREASING)) && ( (octant & YDECREASING))) {
H A Dblade_xaa.c436 if ((!(octant & XDECREASING)) && (!(octant & YDECREASING))) {
440 if ((!(octant & XDECREASING)) && ( (octant & YDECREASING))) {
444 if (( (octant & XDECREASING)) && (!(octant & YDECREASING))) {
448 if (( (octant & XDECREASING)) && ( (octant & YDECREASING))) {
454 if ((!(octant & XDECREASING)) && (!(octant & YDECREASING))) {
458 if ((!(octant & XDECREASING)) && ( (octant & YDECREASING))) {
462 if (( (octant & XDECREASING)) && (!(octant & YDECREASING))) {
466 if (( (octant & XDECREASING)) && ( (octant & YDECREASING))) {
H A Dxp4_xaa.c346 if (octant & YDECREASING) tmp |= YNEG;
431 if (octant & YDECREASING) tmp |= YNEG;
H A Dxp_xaa.c375 if (octant & YDECREASING) tmp |= YNEG;
463 if (octant & YDECREASING) tmp |= YNEG;
H A Dtgui_xaa.c410 if (octant & YDECREASING) tmp |= YNEG;
495 if (octant & YDECREASING) tmp |= YNEG;
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_accel.c327 if (!(octant & YDECREASING))
431 if (!(octant & YDECREASING))
446 if (octant & YDECREASING) {
/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga_accel.c1164 if(octant & YDECREASING) {
1178 if(octant & YDECREASING) {
1235 if(octant & YDECREASING) {
1249 if(octant & YDECREASING) {
1409 if(octant & YDECREASING) {
1423 if(octant & YDECREASING) {
H A Dtga_line.c265 octant |= YDECREASING;
494 octant |= YDECREASING;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaDashLine.c157 octant |= YDECREASING;
H A DxaaLine.c234 octant |= YDECREASING;
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_accel.c383 if (!(octant & YDECREASING)) flags |= R128_DST_Y_DIR_TOP_TO_BOTTOM;
480 if (!(octant & YDECREASING)) flags |= R128_DST_Y_DIR_TOP_TO_BOTTOM;
1397 if (!(octant & YDECREASING)) flags |= R128_DST_Y_DIR_TOP_TO_BOTTOM;
1488 if (!(octant & YDECREASING)) flags |= R128_DST_Y_DIR_TOP_TO_BOTTOM;
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dsx_accel.c857 if(octant & YDECREASING) {
876 (octant & YDECREASING) ? -1 : 1,
H A Dtx_accel.c930 if(octant & YDECREASING) {
949 (octant & YDECREASING) ? -1 : 1,
H A Dpm2_accel.c485 if(octant & YDECREASING) {
506 (octant & YDECREASING) ? -1 : 1,
H A Dpm_accel.c1182 if(octant & YDECREASING) {
1201 (octant & YDECREASING) ? -1 : 1,
/xsrc/external/mit/xf86-video-ag10e/dist/src/
H A Dag10e_accel.c774 if(octant & YDECREASING) {
793 (octant & YDECREASING) ? -1 : 1,
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_funcs.c1059 if (octant & YDECREASING) {
1121 if (octant & YDECREASING) {
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_accel.c1037 /* !XDECREASING !YDECREASING !YMAJOR */
1039 /* !XDECREASING !YDECREASING YMAJOR */
1041 /* !XDECREASING YDECREASING !YMAJOR */
1043 /* !XDECREASING YDECREASING YMAJOR */
1045 /* XDECREASING !YDECREASING !YMAJOR */
1047 /* XDECREASING !YDECREASING YMAJOR */
1049 /* XDECREASING YDECREASING !YMAJOR */
1051 /* XDECREASING YDECREASING YMAJOR */
1199 octant |= YDECREASING;
1426 octant |= YDECREASING;
[all...]
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_xaa.c868 !(octant & YDECREASING),
/xsrc/external/mit/xf86-video-tseng/dist/src/
H A Dtseng_accel.c1442 * 1: '1' if YDECREASING
1449 * YDIR, i.e. bit 1 of the same register, = '1' if YDECREASING. MS
1463 if (i & YDECREASING) pTseng->BresenhamTable[i] |= 0x02;
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datimach64accel.c682 if (!(octant & YDECREASING))

Completed in 26 milliseconds