Searched refs:GXset (Results 1 - 25 of 65) sorted by relevance

123

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaROP.c34 ROP_1 /* GXset */
134 case GXset:
169 case GXset:
H A Dxaarop.h295 ((rop == GXnoop) || (rop == GXset) || (rop == GXclear) || (rop == GXinvert))
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinrop.c57 0x000042 /* GXset - 1 */
75 0x000042 /* GXset - 1 */
140 case GXset:
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dbasic-rectangle.c49 uint8_t alu = rand() % (GXset + 1);
91 uint8_t alu = rand() % (GXset + 1);
133 uint8_t alu = rand() % (GXset + 1);
176 uint8_t alu = rand() % (GXset + 1);
H A Dbasic-stippledrect.c79 uint8_t alu = rand() % (GXset + 1);
130 uint8_t alu = rand() % (GXset + 1);
191 uint8_t alu = rand() % (GXset + 1);
H A Dbasic-copyplane.c61 uint8_t alu = rand() % (GXset + 1);
H A Dbasic-string.c58 uint8_t alu = rand() % (GXset + 1);
H A Dbasic-tiledrect.c143 uint8_t alu = rand() % (GXset + 1);
216 uint8_t alu = rand() % (GXset + 1);
280 uint8_t alu = rand() % (GXset + 1);
354 uint8_t alu = rand() % (GXset + 1);
H A Dbasic-copyarea.c253 uint8_t alu = rand() % (GXset + 1);
H A Dbasic-fillrect.c219 uint8_t alu = rand() % (GXset + 1);
H A Dbasic-putimage.c232 uint8_t alu = rand() % (GXset + 1);
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Dbasic-rectangle.c49 uint8_t alu = rand() % (GXset + 1);
91 uint8_t alu = rand() % (GXset + 1);
133 uint8_t alu = rand() % (GXset + 1);
176 uint8_t alu = rand() % (GXset + 1);
H A Dbasic-stippledrect.c79 uint8_t alu = rand() % (GXset + 1);
130 uint8_t alu = rand() % (GXset + 1);
191 uint8_t alu = rand() % (GXset + 1);
H A Dbasic-string.c58 uint8_t alu = rand() % (GXset + 1);
H A Dbasic-tiledrect.c143 uint8_t alu = rand() % (GXset + 1);
216 uint8_t alu = rand() % (GXset + 1);
280 uint8_t alu = rand() % (GXset + 1);
354 uint8_t alu = rand() % (GXset + 1);
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm3_exa.c96 if ((rop!=GXclear)&&(rop!=GXset)&&(rop!=GXnoop)&&(rop!=GXinvert)) {
101 if ((rop!=GXclear)&&(rop!=GXset)&&(rop!=GXcopy)&&(rop!=GXcopyInverted))
239 (rop != GXset) &&
H A Dpm3_accel.c608 if ((rop!=GXclear)&&(rop!=GXset)&&(rop!=GXnoop)&&(rop!=GXinvert)) {
613 if ((rop!=GXclear)&&(rop!=GXset)&&(rop!=GXcopy)&&(rop!=GXcopyInverted))
699 if (((rop!=GXclear)&&(rop!=GXset)&&(rop!=GXcopy)&&(rop!=GXcopyInverted))
777 if ((rop!=GXclear)&&(rop!=GXset)&&(rop!=GXcopy)&&(rop!=GXcopyInverted))
850 if ((rop!=GXclear)&&(rop!=GXset)&&(rop!=GXcopy)&&(rop!=GXcopyInverted))
952 if ((rop!=GXclear)&&(rop!=GXset)&&(rop!=GXcopy)&&(rop!=GXcopyInverted))
1088 if ((rop!=GXclear)&&(rop!=GXset)&&(rop!=GXcopy)&&(rop!=GXcopyInverted))
1166 if ((rop!=GXclear)&&(rop!=GXset)&&(rop!=GXcopy)&&(rop!=GXcopyInverted))
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_pixmap.c182 case GXset:
H A Dglamor_transform.c154 case GXset:
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DX.h500 #define GXset 0xf /* 1 */ macro
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Drop.h262 ((rop == GXnoop) || (rop == GXset) || (rop == GXclear) || (rop == GXinvert))
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Drop.h262 ((rop == GXnoop) || (rop == GXset) || (rop == GXclear) || (rop == GXinvert))
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxaarop.h266 ((rop == GXnoop) || (rop == GXset) || (rop == GXclear) || (rop == GXinvert))
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_xaa.c387 case GXset:
422 case GXset:
547 rop = GXset;
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-priv.h274 return ((alu != GXcopy && alu != GXclear && alu != GXset &&

Completed in 22 milliseconds

123