HomeSort by relevance Sort by last modified time
    Searched refs:ashift (Results 1 - 3 of 3) sorted by null

  /external/qemu/
console.h 92 uint8_t rshift, gshift, bshift, ashift; member in struct:PixelFormat
console.c     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_A.c 390 : : "rm" ((Uint32) sf->Ashift) ); /* Ashift -> mm5 */
606 Uint32 ashift = sf->Ashift; local
612 multmask = ~(0xFFFFi64 << (ashift * 2));
631 mm_alpha = _mm_srli_si64(mm_alpha, ashift); /* mm_alpha >> ashift -> mm_alpha(0000000A) */
762 amask = ((srcfmt->Amask) ? RESHIFT(srcfmt->Ashift) : 0x10) << (dstfmt->Ashift);
1706 Uint32 ashift = sf->Ashift; local
    [all...]

Completed in 35 milliseconds