Searched refs:ashift (Results 1 – 6 of 6) sorted by relevance
56 #define ashift 8 macro57 enum { b = (a << ashift) };
548 int ashift, in YuvPixel() argument576 (packuswb(a) << ashift); in YuvPixel()
606 Uint32 ashift = sf->Ashift; in BlitRGBtoRGBPixelAlphaMMX() local612 multmask = ~(0xFFFFi64 << (ashift * 2)); in BlitRGBtoRGBPixelAlphaMMX()631 mm_alpha = _mm_srli_si64(mm_alpha, ashift); /* mm_alpha >> ashift -> mm_alpha(0000000A) */ in BlitRGBtoRGBPixelAlphaMMX()1706 Uint32 ashift = sf->Ashift; in BlitRGBtoRGBPixelAlphaMMX3DNOW() local1712 multmask = ~(0xFFFFi64 << (ashift * 2)); in BlitRGBtoRGBPixelAlphaMMX3DNOW()1736 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()