| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miline.h | 41 #define YMAJOR 1 macro 44 #define OCTANT2 (1 << (YDECREASING|YMAJOR)) 45 #define OCTANT3 (1 << (XDECREASING|YDECREASING|YMAJOR)) 48 #define OCTANT6 (1 << (XDECREASING|YMAJOR)) 49 #define OCTANT7 (1 << (YMAJOR)) 141 #define SetYMajorOctant(_octant) ((_octant) |= YMAJOR) 146 #define IsXMajorOctant(_octant) (!((_octant) & YMAJOR)) 147 #define IsYMajorOctant(_octant) ((_octant) & YMAJOR)
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miline.h | 41 #define YMAJOR 1 macro 44 #define OCTANT2 (1 << (YDECREASING|YMAJOR)) 45 #define OCTANT3 (1 << (XDECREASING|YDECREASING|YMAJOR)) 48 #define OCTANT6 (1 << (XDECREASING|YMAJOR)) 49 #define OCTANT7 (1 << (YMAJOR)) 140 #define SetYMajorOctant(_octant) ((_octant) |= YMAJOR) 145 #define IsXMajorOctant(_octant) (!((_octant) & YMAJOR)) 146 #define IsYMajorOctant(_octant) ((_octant) & YMAJOR)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaDashLine.c | 162 octant |= YMAJOR; 223 if(octant & YMAJOR) { 241 if (octant & YMAJOR) 258 if (octant & YMAJOR) 276 if(octant & YMAJOR)
|
| H A D | xaaLine.c | 239 octant |= YMAJOR; 301 if(octant & YMAJOR) { 319 if (octant & YMAJOR) 336 if (octant & YMAJOR)
|
| H A D | xaaLineMisc.c | 59 pScrn, x, y, len << 1, 0, -len, len, YMAJOR);
|
| /xsrc/external/mit/xf86-video-tga/dist/src/ |
| H A D | tga_line.c | 270 octant |= YMAJOR; 300 if(octant & YMAJOR) { 318 if (octant & YMAJOR) 336 if (octant & YMAJOR) 499 octant |= YMAJOR; 527 if(octant & YMAJOR) { 545 if (octant & YMAJOR) 562 if (octant & YMAJOR) 580 if(octant & YMAJOR)
|
| H A D | tga_accel.c | 1125 TGASubsequentSolidLine(pScrn, x, y, x, y + len, YMAJOR, OMIT_LAST); 1158 if(octant & YMAJOR) 1163 if(octant & YMAJOR) { 1234 if(octant & YMAJOR) { 1408 if(octant & YMAJOR) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/ |
| H A D | isl_surface_state.c | 72 [ISL_TILING_Y0] = YMAJOR, 73 [ISL_TILING_Yf] = YMAJOR, 74 [ISL_TILING_Ys] = YMAJOR, 788 .TileMode = YMAJOR,
|
| /xsrc/external/mit/xf86-video-s3/dist/src/ |
| H A D | s3_accel.c | 323 if (octant & YMAJOR) 427 if (octant & YMAJOR) 441 if (octant & YMAJOR) {
|
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| H A D | xp4_xaa.c | 344 if (octant & YMAJOR) tmp |= YMAJ; 429 if (octant & YMAJOR) tmp |= YMAJ;
|
| H A D | xp_xaa.c | 373 if (octant & YMAJOR) tmp |= YMAJ; 461 if (octant & YMAJOR) tmp |= YMAJ;
|
| H A D | tgui_xaa.c | 408 if (octant & YMAJOR) tmp |= YMAJ; 493 if (octant & YMAJOR) tmp |= YMAJ;
|
| H A D | image_xaa.c | 444 if (!(octant & YMAJOR)) {
|
| H A D | blade_xaa.c | 435 if (!(octant & YMAJOR)) {
|
| /xsrc/external/mit/MesaLib/dist/src/intel/isl/ |
| H A D | isl_surface_state.c | 89 [ISL_TILING_Y0] = YMAJOR, 90 [ISL_TILING_Yf] = YMAJOR, 91 [ISL_TILING_Ys] = YMAJOR, 1006 .TileMode = YMAJOR,
|
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_accel.c | 381 if (octant & YMAJOR) flags |= R128_DST_Y_MAJOR; 478 if (octant & YMAJOR) flags |= R128_DST_Y_MAJOR; 1395 if (octant & YMAJOR) flags |= R128_DST_Y_MAJOR; 1486 if (octant & YMAJOR) flags |= R128_DST_Y_MAJOR;
|
| /xsrc/external/mit/xf86-video-apm/dist/src/ |
| H A D | apm_funcs.c | 1045 if (octant & YMAJOR) { 1074 if (octant & YMAJOR) 1107 if (octant & YMAJOR) { 1136 if (octant & YMAJOR)
|
| /xsrc/external/mit/xf86-video-tseng/dist/src/ |
| H A D | tseng_accel.c | 1116 if (!(octant & YMAJOR)) { 1443 * 2: '1' if XMAJOR (== not YMAJOR) 1464 if (!(i & YMAJOR)) pTseng->BresenhamTable[i] |= 0x04;
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | gx_accel.c | 1037 /* !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 */ 1184 octant = YMAJOR; 1411 octant = YMAJOR; [all...] |
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| H A D | savage_xaa.c | 866 (octant & YMAJOR),
|
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| H A D | sx_accel.c | 877 (octant & YMAJOR) ? Y_AXIS : X_AXIS,
|
| H A D | tx_accel.c | 950 (octant & YMAJOR) ? Y_AXIS : X_AXIS,
|
| H A D | pm2_accel.c | 507 (octant & YMAJOR) ? Y_AXIS : X_AXIS,
|
| /xsrc/external/mit/xf86-video-ag10e/dist/src/ |
| H A D | ag10e_accel.c | 794 (octant & YMAJOR) ? Y_AXIS : X_AXIS,
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atimach64accel.c | 676 if (octant & YMAJOR)
|