Searched refs:ashift (Results 1 – 7 of 7) sorted by relevance
56 #define ashift 8 macro57 enum { b = (a << ashift) };
163 uint32_t ashift = dst_surface->format->Ashift; in skin_scaler_scale() local176 ((a << ashift) & amask); in skin_scaler_scale()
548 int ashift, in YuvPixel() argument576 (packuswb(a) << ashift); in YuvPixel()
607 Uint32 ashift = sf->Ashift; in BlitRGBtoRGBPixelAlphaMMX() local613 multmask = ~(0xFFFFi64 << (ashift * 2)); in BlitRGBtoRGBPixelAlphaMMX()632 mm_alpha = _mm_srli_si64(mm_alpha, ashift); /* mm_alpha >> ashift -> mm_alpha(0000000A) */ in BlitRGBtoRGBPixelAlphaMMX()1707 Uint32 ashift = sf->Ashift; in BlitRGBtoRGBPixelAlphaMMX3DNOW() local1713 multmask = ~(0xFFFFi64 << (ashift * 2)); in BlitRGBtoRGBPixelAlphaMMX3DNOW()1737 mm_alpha = _mm_srli_si64(mm_alpha, ashift); /* mm_alpha >> ashift -> mm_alpha(0000000A) */ in BlitRGBtoRGBPixelAlphaMMX3DNOW()
132 uint8_t rshift, gshift, bshift, ashift; member
1697 pf.ashift = 0; in qemu_different_endianness_pixelformat()1774 pf.ashift = 24; in qemu_default_pixelformat()
178 pf->abits, pf->amask, pf->ashift, pf->amax); in goldfish_fb_get_pixel_format()