Home | History | Annotate | Download | only in src

Lines Matching refs:planemask

211 			      unsigned int planemask);
216 int rop, unsigned int planemask,
223 unsigned int planemask);
228 int ydir, int rop, unsigned int planemask,
233 unsigned int planemask);
235 unsigned int planemask, int length,
246 int rop, unsigned int planemask,
255 void GX1FillCacheBltRects(ScrnInfoPtr pScrn, int rop, unsigned int planemask,
259 unsigned int planemask);
264 unsigned int planemask,
269 unsigned int planemask);
271 unsigned int planemask, int length,
285 int rop, unsigned int planemask,
327 * planemask :Specifies the masking value based rop srcdata.
337 int color, int rop, unsigned int planemask)
341 /* CHECK IF PLANEMASK IS NOT USED (ALL PLANES ENABLED) */
342 if (planemask == 0xFFFFFFFF) {
346 /* SELECT ROP THAT USES SOURCE DATA FOR PLANEMASK */
347 GFX(set_solid_source((unsigned long)planemask));
401 * planemask :Specifies the value of masking from rop data
413 int rop, unsigned int planemask,
416 /* CHECK IF PLANEMASK IS NOT USED (ALL PLANES ENABLED) */
417 if (planemask == 0xFFFFFFFF) {
421 /* SELECT ROP THAT USES SOURCE DATA FOR PLANEMASK */
422 GFX(set_solid_source((unsigned int)planemask));
483 * planemask :Specifies the value of masking from rop data
494 int bg, int rop, unsigned int planemask)
505 /* CHECK IF PLANEMASK IS NOT USED (ALL PLANES ENABLED) */
506 if (planemask == 0xFFFFFFFF) {
510 /* SELECT ROP THAT USES SOURCE DATA FOR PLANEMASK */
511 GFX(set_solid_source((unsigned int)planemask));
528 * planemask :Specifies the value of masking from rop data
560 * Description :This function is used to set up the planemask and raster
569 * planemask :Specifies the value of masking from rop data
579 unsigned int planemask, int transparency_color)
581 GFX(set_solid_pattern(planemask));
594 * BLT using the previously specified planemask,raster
651 * Description :This function is used to set up the planemask and raster
658 * planemask :Specifies the value of masking from rop data
672 int rop, unsigned int planemask,
675 GFX(set_solid_pattern((unsigned int)planemask));
717 * BLT using the previously specified planemask,raster
808 * Planemask :Specifies planemask value.
816 int color, int rop, unsigned int planemask)
959 unsigned int planemask, int length,
971 /* CHECK IF PLANEMASK IS NOT USED (ALL PLANES ENABLED) */
973 if (planemask == (unsigned int)-1) {
978 /* SELECT ROP THAT USES SOURCE DATA FOR PLANEMASK */
980 GFX(set_solid_source((unsigned long)planemask));
989 unsigned int planemask)
991 GFX(set_solid_pattern(planemask));
997 DEBUGMSG(0, (0, X_NONE, "%x %x %x %x\n", fg, bg, rop, planemask));
1027 * planemask :Specifies the masking value based rop srcdata.
1037 int color, int rop, unsigned int planemask)
1048 if (planemask == 0xFFFFFFFF) {
1050 planemask &= 0x00FF;
1051 planemask |= (planemask << 8);
1059 WRITE_REG32(GP_SRC_COLOR_0, (planemask << 16) | planemask);
1147 * Description :This function is used to set up the planemask and raster
1157 * planemask :Specifies the value of masking from rop data
1167 unsigned int planemask,
1177 planemask &= 0x00FF;
1178 planemask |= (planemask << 8);
1201 WRITE_REG16(GP_PAT_COLOR_0, (unsigned short)planemask);
1212 * BLT using the previously specified planemask,raster
1359 * Description :This function is used to set up the planemask and raster
1366 * planemask :Specifies the value of masking from rop data
1376 int rop, unsigned int planemask,
1380 0, 0, rop, planemask, transparency_color);
1417 * BLT using the previously specified planemask,raster
1478 * Planemask :Specifies planemask value.
1486 int color, int rop, unsigned int planemask)
1743 /* Do not hook unless flag can be set preventing use of planemask. */