Lines Matching refs:planemask
210 unsigned int planemask);
215 int rop, unsigned int planemask,
222 unsigned int planemask);
227 int ydir, int rop, unsigned int planemask,
232 unsigned int planemask);
234 unsigned int planemask, int length,
245 int rop, unsigned int planemask,
254 void GX2FillCacheBltRects(ScrnInfoPtr pScrn, int rop, unsigned int planemask,
258 int rop, unsigned int planemask,
264 unsigned int planemask);
269 unsigned int planemask);
274 unsigned int planemask,
279 unsigned int planemask);
281 unsigned int planemask, int length,
293 int rop, unsigned int planemask,
304 unsigned int planemask);
309 int rop, unsigned int planemask,
396 * planemask :Specifies the masking value based rop srcdata.
406 int color, int rop, unsigned int planemask)
410 /* CHECK IF PLANEMASK IS NOT USED (ALL PLANES ENABLED) */
411 if (planemask == 0xFFFFFFFF) {
415 /* SELECT ROP THAT USES SOURCE DATA FOR PLANEMASK */
416 GFX(set_solid_source((unsigned int)planemask));
464 * planemask :Specifies the value of masking from rop data
476 unsigned int planemask, int trans_color)
478 /* CHECK IF PLANEMASK IS NOT USED (ALL PLANES ENABLED) */
479 if (planemask == 0xFFFFFFFF) {
483 /* SELECT ROP THAT USES SOURCE DATA FOR PLANEMASK */
484 GFX(set_solid_source((unsigned int)planemask));
542 * planemask :Specifies the value of masking from rop data
553 int bg, int rop, unsigned int planemask)
562 /* CHECK IF PLANEMASK IS NOT USED (ALL PLANES ENABLED) */
563 if (planemask == 0xFFFFFFFF) {
567 /* SELECT ROP THAT USES SOURCE DATA FOR PLANEMASK */
568 GFX(set_solid_source((unsigned int)planemask));
585 * planemask :Specifies the value of masking from rop data
612 * Description :This function is used to set up the planemask and raster
621 * planemask :Specifies the value of masking from rop data
631 unsigned int planemask, int transparency_color)
633 GFX(set_solid_pattern(planemask));
646 * BLT using the previously specified planemask,raster
690 int rop, unsigned int planemask,
693 GFX(set_solid_pattern((unsigned int)planemask));
718 * Description :This function is used to set up the planemask and raster
725 * planemask :Specifies the value of masking from rop data
738 int rop, unsigned int planemask,
741 GFX(set_solid_pattern((unsigned int)planemask));
782 * BLT using the previously specified planemask,raster
865 * planemask :Specifies the value of masking from rop data
882 unsigned int planemask)
884 GFX(set_solid_pattern(planemask));
890 DEBUGMSG(0, (0, X_NONE, "%x %x %x %x\n", fg, bg, rop, planemask));
926 unsigned int planemask)
928 GFX(set_solid_pattern(planemask));
934 DEBUGMSG(0, (0, X_NONE, "%x %x %x %x\n", fg, bg, rop, planemask));
973 * Planemask :Specifies planemask value.
981 int color, int rop, unsigned int planemask)
1167 unsigned int planemask, int length,
1201 /* CHECK IF PLANEMASK IS NOT USED (ALL PLANES ENABLED) */
1203 if (planemask == 0xFFFFFFFF) {
1208 /* SELECT ROP THAT USES SOURCE DATA FOR PLANEMASK */
1289 * planemask :Specifies the value of masking from rop data
1319 unsigned int planemask)
1336 WRITE_GP32(MGP_PAT_COLOR_0, (unsigned long)planemask);
1387 * planemask :Specifies the masking value based rop srcdata.
1397 int color, int rop, unsigned int planemask)
1406 if (planemask == 0xFFFFFFFF) {
1409 WRITE_GP32(MGP_SRC_COLOR_FG, (unsigned long)planemask);
1462 * Description :This function is used to set up the planemask and raster
1472 * planemask :Specifies the value of masking from rop data
1482 unsigned int planemask,
1503 WRITE_GP32(MGP_PAT_COLOR_0, planemask);
1512 * BLT using the previously specified planemask,raster
1585 * Description :This function is used to set up the planemask and raster
1592 * planemask :Specifies the value of masking from rop data
1602 int rop, unsigned int planemask,
1606 0, 0, rop, planemask, transparency_color);
1625 * Description :This function is used to set up the planemask and raster
1632 * planemask :Specifies the value of masking from rop data
1642 int rop, unsigned int planemask,
1646 0, 0, rop, planemask, transparency_color);
1682 * BLT using the previously specified planemask,raster
1745 * Planemask :Specifies planemask value.
1753 int color, int rop, unsigned int planemask)
1755 OPTGX2SetupForFillRectSolid(pScreenInfo, color, rop, planemask);
1908 unsigned int planemask, int length,
1938 if (planemask == 0xFFFFFFFF) {
2075 int fg, int bg, int rop, unsigned int planemask)
2077 GFX(set_solid_pattern(planemask));
2088 int rop, unsigned int planemask, int trans, int bpp, int depth)
2094 GFX(set_solid_pattern(planemask));
2210 /* Do not hook unless flag can be set preventing use of planemask. */