Home | History | Annotate | Download | only in tc

Lines Matching defs:rmask

1054 	uint32_t lmask, rmask, glyph;
1070 rmask = SFBSTIPPLEALL1 >> (-width & SFBSTIPPLEBITMASK);
1078 *((uint32_t *)sfb + TGA_REG_GPXR_P) = lmask & rmask;
1108 uint32_t lmask, rmask;
1122 rmask = SFBSTIPPLEALL1 >> (-width & SFBSTIPPLEBITMASK);
1129 lmask = lmask & rmask;
1149 *(uint32_t *)p = rmask;
1170 uint32_t lmask, rmask;
1188 rmask = SFBCOPYALL1 >> (-width & SFBCOPYBITMASK);
1210 *(uint32_t *)p = rmask;
1211 *(uint32_t *)(p + offset) = rmask;
1230 uint32_t rmask, lmask;
1246 rmask = SFBCOPYALL1 >> (-width & SFBCOPYBITMASK);
1275 *(uint32_t *)p = rmask;
1276 *(uint32_t *)(p + offset) = rmask;
1297 uint32_t lmask, rmask;
1310 rmask = SFBSTIPPLEALL1 >> (-width & SFBSTIPPLEBITMASK);
1332 *(uint32_t *)p = rmask;