Searched refs:Ashift (Results 1 - 16 of 16) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_pixels.c81 format->Ashift = 0;
85 ++format->Ashift;
115 format->Ashift = 0;
201 a=(i&Amask)>>format->Ashift;
363 | ((a >> format->Aloss) << format->Ashift & format->Amask);
390 v = (pixel & fmt->Amask) >> fmt->Ashift;
H A DSDL_blit.h273 a = ((Pixel&fmt->Amask)>>fmt->Ashift)<<fmt->Aloss; \
280 a = (Pixel&fmt->Amask)>>fmt->Ashift; \
339 ((a>>fmt->Aloss)<<fmt->Ashift) | (1<<15); \
347 ((a>>fmt->Aloss)<<fmt->Ashift); \
H A DSDL_RLEaccel.c1007 Uint8 Ashift; member in struct:__anon29430
1394 #define ISOPAQUE(pixel, fmt) ((((pixel) & fmt->Amask) >> fmt->Ashift) == 255)
1397 ((unsigned)((((pixel) & fmt->Amask) >> fmt->Ashift) - 1U) < 254U)
1483 r->Ashift = df->Ashift;
H A DSDL_blit_A.c391 : : "rm" ((Uint32) sf->Ashift) ); /* Ashift -> mm5 */
607 Uint32 ashift = sf->Ashift;
763 amask = ((srcfmt->Amask) ? RESHIFT(srcfmt->Ashift) : 0x10) << (dstfmt->Ashift);
1607 "movd %1, %%mm5\n\t" /* Ashift -> mm5 */
1609 : /* nothing */ : "rm" (amask), "rm" ((Uint32) sf->Ashift) );
1707 Uint32 ashift = sf->Ashift;
2840 && sf->Ashift % 8 == 0
H A DSDL_blit_N.c84 ((a<<dstfmt->Ashift)&dstfmt->Amask) )
139 amask = ((srcfmt->Amask) ? RESHIFT(srcfmt->Ashift) : 0x10) << (dstfmt->Ashift);
2003 Uint32 mask = (srcfmt->alpha >> dstfmt->Aloss) << dstfmt->Ashift;
/external/qemu/android/skin/
H A Dscaler.c163 uint32_t ashift = dst_surface->format->Ashift;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_texstate.c308 GLuint Ashift = texUnit->_CurrentCombine->ScaleShiftA; local
473 Ashift = RGBshift;
589 alpha_combine |= (Ashift << RADEON_SCALE_SHIFT);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_texstate.c308 GLuint Ashift = texUnit->_CurrentCombine->ScaleShiftA; local
473 Ashift = RGBshift;
589 alpha_combine |= (Ashift << RADEON_SCALE_SHIFT);
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h81 Uint8 Ashift; member in struct:SDL_PixelFormat
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/
H A DSDL_pgvideo.c256 current->format->Ashift = this->hidden->shm.alpha_shift;
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestblitspeed.c103 (int) surface->format->Ashift,
H A Dtestoverlay2.c453 format.Ashift=0;
H A Dtestoverlay.c508 format.Ashift=0;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_texstate.c352 GLuint Ashift = texUnit->_CurrentCombine->ScaleShiftA; local
701 Ashift = RGBshift;
708 alpha_scale |= (Ashift << R200_TXA_SCALE_SHIFT);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_texstate.c352 GLuint Ashift = texUnit->_CurrentCombine->ScaleShiftA; local
701 Ashift = RGBshift;
708 alpha_scale |= (Ashift << R200_TXA_SCALE_SHIFT);
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c2470 pResult->format->Ashift = pModeInfoFound->PixelFormat.ucAlphaPosition;
2475 pResult->format->Ashift =
2745 vformat->Ashift = pDesktopMode->PixelFormat.ucAlphaPosition;
2750 vformat->Ashift =

Completed in 1636 milliseconds