Lines Matching refs:Uint32
147 Uint32 rmask, gmask, bmask, amask; in calc_swizzle32()
244 Uint32 Pixel; \ in Blit_RGB888_RGB565Altivec()
610 Uint32 *srcp = (Uint32 *) info->src; in Blit32to32KeyAltivec()
612 Uint32 *dstp = (Uint32 *) info->dst; in Blit32to32KeyAltivec()
620 Uint32 rgbmask = srcfmt->Rmask | srcfmt->Gmask | srcfmt->Bmask; in Blit32to32KeyAltivec()
621 Uint32 ckey = info->colorkey; in Blit32to32KeyAltivec()
654 Uint32 Pixel; \ in Blit32to32KeyAltivec()
662 dstp = (Uint32 *) (((Uint8 *) dstp) + dstbpp); \ in Blit32to32KeyAltivec()
663 srcp = (Uint32 *) (((Uint8 *) srcp) + srcbpp); \ in Blit32to32KeyAltivec()
668 Uint32 Pixel; \ in Blit32to32KeyAltivec()
676 dstp = (Uint32 *) (((Uint8 *)dstp) + dstbpp); \ in Blit32to32KeyAltivec()
677 srcp = (Uint32 *) (((Uint8 *)srcp) + srcbpp); \ in Blit32to32KeyAltivec()
732 Uint32 *src = (Uint32 *) info->src; in ConvertAltivec32to32_noprefetch()
734 Uint32 *dst = (Uint32 *) info->dst; in ConvertAltivec32to32_noprefetch()
755 Uint32 bits; in ConvertAltivec32to32_noprefetch()
815 const int scalar_dst_lead = sizeof(Uint32) * 4; in ConvertAltivec32to32_prefetch()
816 const int vector_dst_lead = sizeof(Uint32) * 16; in ConvertAltivec32to32_prefetch()
819 Uint32 *src = (Uint32 *) info->src; in ConvertAltivec32to32_prefetch()
821 Uint32 *dst = (Uint32 *) info->dst; in ConvertAltivec32to32_prefetch()
842 Uint32 bits; in ConvertAltivec32to32_prefetch()
995 Uint32 *src; in Blit_RGB888_index8()
1003 src = (Uint32 *) info->src; in Blit_RGB888_index8()
1105 Uint32 *src; in Blit_RGB101010_index8()
1113 src = (Uint32 *) info->src; in Blit_RGB101010_index8()
1210 *(Uint32 *)(dst) = (((((src[HI])&0x00F80000)>>9)| \
1225 Uint32 *src; in Blit_RGB888_RGB555()
1232 src = (Uint32 *) info->src; in Blit_RGB888_RGB555()
1336 *(Uint32 *)(dst) = (((((src[HI])&0x00F80000)>>8)| \
1351 Uint32 *src; in Blit_RGB888_RGB565()
1358 src = (Uint32 *) info->src; in Blit_RGB888_RGB565()
1460 Blit_RGB565_32(SDL_BlitInfo * info, const Uint32 * map) in Blit_RGB565_32()
1467 Uint32 *dst; in Blit_RGB565_32()
1475 dst = (Uint32 *) info->dst; in Blit_RGB565_32()
1524 static const Uint32 RGB565_ARGB8888_LUT[512] = {
1662 static const Uint32 RGB565_ABGR8888_LUT[512] = {
1800 static const Uint32 RGB565_RGBA8888_LUT[512] = {
1938 static const Uint32 RGB565_BGRA8888_LUT[512] = {
2089 Uint32 Pixel; in BlitNto1()
2177 Uint32 *src = (Uint32 *) info->src; in Blit4to4MaskAlpha()
2179 Uint32 *dst = (Uint32 *) info->dst; in Blit4to4MaskAlpha()
2186 Uint32 mask = ((Uint32)info->a >> dstfmt->Aloss) << dstfmt->Ashift; in Blit4to4MaskAlpha()
2198 src = (Uint32 *) ((Uint8 *) src + srcskip); in Blit4to4MaskAlpha()
2199 dst = (Uint32 *) ((Uint8 *) dst + dstskip); in Blit4to4MaskAlpha()
2203 Uint32 mask = srcfmt->Rmask | srcfmt->Gmask | srcfmt->Bmask; in Blit4to4MaskAlpha()
2215 src = (Uint32 *) ((Uint8 *) src + srcskip); in Blit4to4MaskAlpha()
2216 dst = (Uint32 *) ((Uint8 *) dst + dstskip); in Blit4to4MaskAlpha()
2227 Uint32 *src = (Uint32 *) info->src; in Blit4to4CopyAlpha()
2229 Uint32 *dst = (Uint32 *) info->dst; in Blit4to4CopyAlpha()
2243 src = (Uint32 *) ((Uint8 *) src + srcskip); in Blit4to4CopyAlpha()
2244 dst = (Uint32 *) ((Uint8 *) dst + dstskip); in Blit4to4CopyAlpha()
2432 Uint32 Pixel; in BlitNtoN()
2494 Uint32 Pixel; in BlitNtoNCopyAlpha()
2517 Uint32 ckey = info->colorkey; in BlitNto1Key()
2518 Uint32 rgbmask = ~srcfmt->Amask; in BlitNto1Key()
2520 Uint32 Pixel; in BlitNto1Key()
2581 Uint32 ckey = info->colorkey; in Blit2to2Key()
2582 Uint32 rgbmask = ~info->src_fmt->Amask; in Blit2to2Key()
2615 Uint32 ckey = info->colorkey; in BlitNtoNKey()
2621 Uint32 rgbmask = ~srcfmt->Amask; in BlitNtoNKey()
2630 Uint32 *src32 = (Uint32*)src; in BlitNtoNKey()
2631 Uint32 *dst32 = (Uint32*)dst; in BlitNtoNKey()
2635 Uint32 mask = ((Uint32)info->a) << dstfmt->Ashift; in BlitNtoNKey()
2647 src32 = (Uint32 *) ((Uint8 *) src32 + srcskip); in BlitNtoNKey()
2648 dst32 = (Uint32 *) ((Uint8 *) dst32 + dstskip); in BlitNtoNKey()
2653 Uint32 mask = srcfmt->Rmask | srcfmt->Gmask | srcfmt->Bmask; in BlitNtoNKey()
2665 src32 = (Uint32 *) ((Uint8 *) src32 + srcskip); in BlitNtoNKey()
2666 dst32 = (Uint32 *) ((Uint8 *) dst32 + dstskip); in BlitNtoNKey()
2686 Uint32 *src32 = (Uint32*)src; in BlitNtoNKey()
2794 Uint32 *src32 = (Uint32*)src; in BlitNtoNKey()
2859 Uint32 Pixel; in BlitNtoNKey()
2887 Uint32 ckey = info->colorkey; in BlitNtoNKeyCopyAlpha()
2890 Uint32 rgbmask = ~srcfmt->Amask; in BlitNtoNKeyCopyAlpha()
2894 Uint32 Pixel; in BlitNtoNKeyCopyAlpha()
2910 Uint32 *src32 = (Uint32*)src; in BlitNtoNKeyCopyAlpha()
2911 Uint32 *dst32 = (Uint32*)dst; in BlitNtoNKeyCopyAlpha()
2924 src32 = (Uint32 *)((Uint8 *)src32 + srcskip); in BlitNtoNKeyCopyAlpha()
2925 dst32 = (Uint32 *)((Uint8 *)dst32 + dstskip); in BlitNtoNKeyCopyAlpha()
2945 Uint32 *src32 = (Uint32*)src; in BlitNtoNKeyCopyAlpha()
2993 Uint32 Pixel; in Blit2101010toN()
3000 Pixel = *(Uint32 *)src; in Blit2101010toN()
3025 Uint32 Pixel; in BlitNto2101010()
3034 *(Uint32 *)dst = Pixel; in BlitNto2101010()
3062 Uint32 mask = ((Uint32)info->a) << dstfmt->Ashift; in Blit_3or4_to_3or4__same_rgb()
3074 Uint32 *dst32 = (Uint32*)dst; in Blit_3or4_to_3or4__same_rgb()
3147 Uint32 *dst32 = (Uint32*)dst; in Blit_3or4_to_3or4__inversed_rgb()
3151 Uint32 alphashift = ((Uint32)src[i3]) << dstfmt->Ashift; in Blit_3or4_to_3or4__inversed_rgb()
3163 Uint32 mask = ((Uint32)info->a) << dstfmt->Ashift; in Blit_3or4_to_3or4__inversed_rgb()
3175 Uint32 *dst32 = (Uint32*)dst; in Blit_3or4_to_3or4__inversed_rgb()
3229 Uint32 srcR, srcG, srcB;
3231 Uint32 dstR, dstG, dstB;
3234 Uint32 alpha; /* bitwise NO_ALPHA, SET_ALPHA, COPY_ALPHA */
3396 Uint32 a_need = NO_ALPHA; in SDL_CalculateBlitN()