Lines Matching refs:Uint32
44 Uint32 Pixel; in BlitNto1SurfaceAlpha()
91 Uint32 Pixel; in BlitNto1PixelAlpha()
137 Uint32 ckey = info->colorkey; in BlitNto1SurfaceAlphaKey()
138 Uint32 Pixel; in BlitNto1SurfaceAlphaKey()
181 Uint32 *srcp = (Uint32 *) info->src; in BlitRGBtoRGBSurfaceAlpha128MMX()
183 Uint32 *dstp = (Uint32 *) info->dst; in BlitRGBtoRGBSurfaceAlpha128MMX()
185 Uint32 dalpha = info->dst_fmt->Amask; in BlitRGBtoRGBSurfaceAlpha128MMX()
196 Uint32 s = *srcp++; in BlitRGBtoRGBSurfaceAlpha128MMX()
197 Uint32 d = *dstp; in BlitRGBtoRGBSurfaceAlpha128MMX()
236 Uint32 chanmask; in BlitRGBtoRGBSurfaceAlphaMMX()
245 Uint32 *srcp = (Uint32 *) info->src; in BlitRGBtoRGBSurfaceAlphaMMX()
247 Uint32 *dstp = (Uint32 *) info->dst; in BlitRGBtoRGBSurfaceAlphaMMX()
249 Uint32 dalpha = df->Amask; in BlitRGBtoRGBSurfaceAlphaMMX()
250 Uint32 amult; in BlitRGBtoRGBSurfaceAlphaMMX()
334 Uint32 *srcp = (Uint32 *) info->src; in BlitRGBtoRGBPixelAlphaMMX()
336 Uint32 *dstp = (Uint32 *) info->dst; in BlitRGBtoRGBPixelAlphaMMX()
339 Uint32 amask = sf->Amask; in BlitRGBtoRGBPixelAlphaMMX()
340 Uint32 ashift = sf->Ashift; in BlitRGBtoRGBPixelAlphaMMX()
353 Uint32 alpha = *srcp & amask; in BlitRGBtoRGBPixelAlphaMMX()
464 Uint32 *srcp = (Uint32 *) info->src; in BlitRGBtoRGBSurfaceAlpha128()
466 Uint32 *dstp = (Uint32 *) info->dst; in BlitRGBtoRGBSurfaceAlpha128()
472 Uint32 s = *srcp++; in BlitRGBtoRGBSurfaceAlpha128()
473 Uint32 d = *dstp; in BlitRGBtoRGBSurfaceAlpha128()
493 Uint32 *srcp = (Uint32 *) info->src; in BlitRGBtoRGBSurfaceAlpha()
495 Uint32 *dstp = (Uint32 *) info->dst; in BlitRGBtoRGBSurfaceAlpha()
497 Uint32 s; in BlitRGBtoRGBSurfaceAlpha()
498 Uint32 d; in BlitRGBtoRGBSurfaceAlpha()
499 Uint32 s1; in BlitRGBtoRGBSurfaceAlpha()
500 Uint32 d1; in BlitRGBtoRGBSurfaceAlpha()
531 Uint32 *srcp = (Uint32 *) info->src; in BlitRGBtoRGBPixelAlpha()
533 Uint32 *dstp = (Uint32 *) info->dst; in BlitRGBtoRGBPixelAlpha()
539 Uint32 dalpha; in BlitRGBtoRGBPixelAlpha()
540 Uint32 d; in BlitRGBtoRGBPixelAlpha()
541 Uint32 s1; in BlitRGBtoRGBPixelAlpha()
542 Uint32 d1; in BlitRGBtoRGBPixelAlpha()
543 Uint32 s = *srcp; in BlitRGBtoRGBPixelAlpha()
544 Uint32 alpha = s >> 24; in BlitRGBtoRGBPixelAlpha()
585 Uint32 *srcp = (Uint32 *) info->src; in BlitRGBtoRGBPixelAlphaMMX3DNOW()
587 Uint32 *dstp = (Uint32 *) info->dst; in BlitRGBtoRGBPixelAlphaMMX3DNOW()
590 Uint32 amask = sf->Amask; in BlitRGBtoRGBPixelAlphaMMX3DNOW()
591 Uint32 ashift = sf->Ashift; in BlitRGBtoRGBPixelAlphaMMX3DNOW()
604 Uint32 alpha; in BlitRGBtoRGBPixelAlphaMMX3DNOW()
679 Uint32 prev_sw; in Blit16to16SurfaceAlpha128()
693 prev_sw = ((Uint32 *) srcp)[-1]; in Blit16to16SurfaceAlpha128()
696 Uint32 sw, dw, s; in Blit16to16SurfaceAlpha128()
697 sw = *(Uint32 *) srcp; in Blit16to16SurfaceAlpha128()
698 dw = *(Uint32 *) dstp; in Blit16to16SurfaceAlpha128()
705 *(Uint32 *) dstp = BLEND2x16_50(dw, s, mask); in Blit16to16SurfaceAlpha128()
740 Uint32 sw = *(Uint32 *) srcp; in Blit16to16SurfaceAlpha128()
741 Uint32 dw = *(Uint32 *) dstp; in Blit16to16SurfaceAlpha128()
742 *(Uint32 *) dstp = BLEND2x16_50(dw, sw, mask); in Blit16to16SurfaceAlpha128()
777 Uint32 s, d; in Blit565to565SurfaceAlphaMMX()
914 Uint32 s, d; in Blit555to555SurfaceAlphaMMX()
1059 Uint32 s = *srcp++; in Blit565to565SurfaceAlpha()
1060 Uint32 d = *dstp; in Blit565to565SurfaceAlpha()
1098 Uint32 s = *srcp++; in Blit555to555SurfaceAlpha()
1099 Uint32 d = *dstp; in Blit555to555SurfaceAlpha()
1124 Uint32 *srcp = (Uint32 *) info->src; in BlitARGBto565PixelAlpha()
1132 Uint32 s = *srcp; in BlitARGBto565PixelAlpha()
1142 Uint32 d = *dstp; in BlitARGBto565PixelAlpha()
1170 Uint32 *srcp = (Uint32 *) info->src; in BlitARGBto555PixelAlpha()
1179 Uint32 s = *srcp; in BlitARGBto555PixelAlpha()
1189 Uint32 d = *dstp; in BlitARGBto555PixelAlpha()
1225 Uint32 Pixel; in BlitNtoNSurfaceAlpha()
1262 Uint32 ckey = info->colorkey; in BlitNtoNSurfaceAlphaKey()
1265 Uint32 Pixel; in BlitNtoNSurfaceAlphaKey()
1305 Uint32 Pixel; in BlitNtoNPixelAlpha()