Searched refs:YMAJOR (Results 1 - 25 of 37) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiline.h41 #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 Dmiline.h41 #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 DxaaDashLine.c162 octant |= YMAJOR;
223 if(octant & YMAJOR) {
241 if (octant & YMAJOR)
258 if (octant & YMAJOR)
276 if(octant & YMAJOR)
H A DxaaLine.c239 octant |= YMAJOR;
301 if(octant & YMAJOR) {
319 if (octant & YMAJOR)
336 if (octant & YMAJOR)
H A DxaaLineMisc.c59 pScrn, x, y, len << 1, 0, -len, len, YMAJOR);
/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga_line.c270 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 Dtga_accel.c1125 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 Disl_surface_state.c72 [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 Ds3_accel.c323 if (octant & YMAJOR)
427 if (octant & YMAJOR)
441 if (octant & YMAJOR) {
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dxp4_xaa.c344 if (octant & YMAJOR) tmp |= YMAJ;
429 if (octant & YMAJOR) tmp |= YMAJ;
H A Dxp_xaa.c373 if (octant & YMAJOR) tmp |= YMAJ;
461 if (octant & YMAJOR) tmp |= YMAJ;
H A Dtgui_xaa.c408 if (octant & YMAJOR) tmp |= YMAJ;
493 if (octant & YMAJOR) tmp |= YMAJ;
H A Dimage_xaa.c444 if (!(octant & YMAJOR)) {
H A Dblade_xaa.c435 if (!(octant & YMAJOR)) {
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_surface_state.c89 [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 Dr128_accel.c381 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 Dapm_funcs.c1045 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 Dtseng_accel.c1116 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 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 */
1184 octant = YMAJOR;
1411 octant = YMAJOR;
[all...]
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_xaa.c866 (octant & YMAJOR),
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dsx_accel.c877 (octant & YMAJOR) ? Y_AXIS : X_AXIS,
H A Dtx_accel.c950 (octant & YMAJOR) ? Y_AXIS : X_AXIS,
H A Dpm2_accel.c507 (octant & YMAJOR) ? Y_AXIS : X_AXIS,
/xsrc/external/mit/xf86-video-ag10e/dist/src/
H A Dag10e_accel.c794 (octant & YMAJOR) ? Y_AXIS : X_AXIS,
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datimach64accel.c676 if (octant & YMAJOR)

Completed in 39 milliseconds

12