HomeSort by relevance Sort by last modified time
    Searched full:rmask (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/llvm/test/CodeGen/PowerPC/
2006-12-07-LargeAlloca.ll 7 %RMask.i = alloca [256 x i32], align 16 ; <[256 x i32]*> [#uses=1]
17 %tmp9.i = getelementptr [256 x i32]* %RMask.i, i32 0, i64 %gep.upgrd.1 ; <i32*> [#uses=1]
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_CreateRGBSurface.3 8 \fBSDL_Surface *\fBSDL_CreateRGBSurface\fP\fR(\fBUint32 flags, int width, int height, int depth, Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask\fR);
41 Uint32 rmask, gmask, bmask, amask;
46 rmask = 0xff000000;
51 rmask = 0x000000ff;
58 rmask, gmask, bmask, amask);
SDL_CreateRGBSurfaceFrom.3 8 \fBSDL_Surface *\fBSDL_CreateRGBSurfaceFrom\fP\fR(\fBvoid *pixels, int width, int height, int depth, int pitch, Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask\fR);
SDL_PixelFormat.3 13 Uint32 Rmask, Gmask, Bmask, Amask;
107 temp=pixel&fmt->Rmask; /* Isolate red component */
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_pixels_c.h 30 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
32 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
SDL_pixels.c 38 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask)
55 if ( Rmask || Bmask || Gmask ) { /* Packed pixels with custom mask */
59 if ( Rmask ) {
60 for ( mask = Rmask; !(mask&0x01); mask >>= 1 )
89 format->Rmask = Rmask;
103 format->Rmask = ((0xFF>>format->Rloss)<<format->Rshift);
116 format->Rmask = 0;
140 if ( Rmask || Bmask || Gmask ) {
148 if(Rmask)
    [all...]
SDL_bmp.c 55 Uint32 Rmask;
172 Rmask = Gmask = Bmask = 0;
181 Rmask = 0x7C00;
187 Rmask = 0x000000FF;
193 Rmask = 0x00FF0000;
209 Rmask = SDL_ReadLE32(src);
225 biWidth, biHeight, biBitCount, Rmask, Gmask, Bmask, 0);
400 (saveme->format->Rmask == 0x00FF0000) &&
404 (saveme->format->Rmask == 0x000000FF) &&
SDL_surface.c 39 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask)
88 Rmask = video->displayformatalphapixel->Rmask;
96 Rmask = screen->format->Rmask;
102 surface->format = SDL_AllocFormat(depth, Rmask, Gmask, Bmask, Amask);
156 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask)
161 Rmask, Gmask, Bmask, Amask);
826 format->Rmask, format->Gmask, format->Bmask, format->Amask);
SDL_blit.h 85 && ((A)->Rmask == (B)->Rmask) && ((A)->Amask == (B)->Amask))
91 r = (((Pixel&fmt->Rmask)>>fmt->Rshift)<<fmt->Rloss); \
270 r = ((Pixel&fmt->Rmask)>>fmt->Rshift)<<fmt->Rloss; \
277 r = (Pixel&fmt->Rmask)>>fmt->Rshift; \
SDL_RLEaccel.c 639 switch(fmt->Rmask | fmt->Gmask | fmt->Bmask) { \
642 || fmt->Rmask == 0x07e0 \
658 || fmt->Rmask == 0x03e0 \
683 if((fmt->Rmask | fmt->Gmask | fmt->Bmask) == 0x00ffffff \
684 && (fmt->Gmask == 0xff00 || fmt->Rmask == 0xff00 \
725 switch(fmt->Rmask | fmt->Gmask | fmt->Bmask) { \
728 || fmt->Rmask == 0x07e0 \
741 || fmt->Rmask == 0x03e0 \
763 if((fmt->Rmask | fmt->Gmask | fmt->Bmask) == 0x00ffffff \
764 && (fmt->Gmask == 0xff00 || fmt->Rmask == 0xff00
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_masking.c 72 const GLushort rMask = ctx->Color.ColorMask[buf][RCOMP] ? 0xffff : 0x0;
80 src[i][RCOMP] = (src[i][RCOMP] & rMask) | (dst[i][RCOMP] & ~rMask);
88 const GLuint rMask = ctx->Color.ColorMask[buf][RCOMP] ? ~0x0 : 0x0;
96 src[i][RCOMP] = (src[i][RCOMP] & rMask) | (dst[i][RCOMP] & ~rMask);
  /external/mesa3d/src/mesa/swrast/
s_masking.c 72 const GLushort rMask = ctx->Color.ColorMask[buf][RCOMP] ? 0xffff : 0x0;
80 src[i][RCOMP] = (src[i][RCOMP] & rMask) | (dst[i][RCOMP] & ~rMask);
88 const GLuint rMask = ctx->Color.ColorMask[buf][RCOMP] ? ~0x0 : 0x0;
96 src[i][RCOMP] = (src[i][RCOMP] & rMask) | (dst[i][RCOMP] & ~rMask);
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlcreatergbsurface.html 109 >(Uint32 flags, int width, int height, int depth, Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);</CODE
306 Uint32 rmask, gmask, bmask, amask;
311 rmask = 0xff000000;
316 rmask = 0x000000ff;
323 rmask, gmask, bmask, amask);
  /external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcvideo.c 144 vformat->Rmask = 0x0000f800;
194 Uint32 Rmask, Gmask, Bmask;
207 Rmask = 0x00007c00;
213 Rmask = 0x0000f800;
219 Rmask = 0x00ff0000;
232 if ( ! SDL_ReallocFormat(current, bpp, Rmask, Gmask, Bmask, 0) ) {
  /external/qemu/android/skin/
surface.c 92 Uint32 rmask, gmask, bmask, amask; local
95 rmask = gmask = bmask = 0;
98 rmask = ARGB32_R_MASK;
106 rmask, gmask, bmask, amask );
117 Uint32 rmask, gmask, bmask, amask; local
120 rmask = gmask = bmask = 0;
123 rmask = ARGB32_R_MASK;
131 rmask, gmask, bmask, amask );
  /external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglvideo.h 41 int Rmask;
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.c 230 if (format->Rmask && format->Gmask && format->Bmask)
238 if (format->Rmask == 0xF800 &&
245 if (format->Rmask == 0x7C00 &&
252 if (format->Rmask == 0xFF0000 &&
259 if (format->Rmask == 0xFF0000 &&
318 format->Amask = format->Rmask = format->Gmask = format->Bmask = 0;
328 format->Rmask = 0x00007C00;
334 format->Rmask = 0x0000F800;
344 format->Rmask = 0x00FF0000;
350 format->Rmask = 0x000000FF
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosvideo.c 197 vformat->Rmask = 0x0000001f;
206 vformat->Rmask = 0x000000ff;
213 vformat->Rmask = 0;
  /external/chromium_org/third_party/skia/src/views/sdl/
SkOSWindow_SDL.cpp 49 uint32_t rmask = SK_R32_MASK << SK_R32_SHIFT; local
61 32, rmask, gmask, bmask, amask);
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.h 146 #define VDI_FBMASK(amask, rmask, gmask, bmask) \
148 VDI_redmask = (rmask); \
  /external/skia/src/views/sdl/
SkOSWindow_SDL.cpp 49 uint32_t rmask = SK_R32_MASK << SK_R32_SHIFT; local
61 32, rmask, gmask, bmask, amask);
  /external/qemu/distrib/sdl-1.2.15/src/video/nds/
SDL_ndsvideo.c 172 vformat->Rmask = 0x0000f800;
242 Uint32 Rmask, Gmask, Bmask, Amask;
249 Rmask = 0x0000001F;
271 Rmask = 0x00000000;
314 if ( ! SDL_ReallocFormat(current, bpp, Rmask, Gmask, Bmask, Amask) ) {
  /hardware/intel/img/psb_video/src/x11/
psb_x11.c 130 uint32_t rmask = 0; local
178 rmask = visual->red_mask;
182 rshift = mask2shift(rmask);
186 drv_debug_msg(VIDEO_DEBUG_GENERAL, "PutSurface: Pixel masks: R = %08x G = %08x B = %08x\n", rmask, gmask, bmask);
216 *pixel = ((r << rshift) & rmask) | ((g << gshift) & gmask) | ((b << bshift) & bmask);
  /external/libpng/contrib/gregbook/
rpng-x.c 145 static ulg RMask, GMask, BMask;
503 RMask = visual->red_mask;
517 RShift = 15 - rpng_x_msb(RMask); /* these are right-shifts */
523 RShift = rpng_x_msb(RMask) - 7; /* these are left-shifts */
527 RShift = 7 - rpng_x_msb(RMask); /* these are right-shifts, too */
618 bg_pixel = ((((ulg)bg_red << 8) >> RShift) & RMask) |
730 pixel = (red & RMask) | (green & GMask) | (blue & BMask);
793 pixel = ((red >> RShift) & RMask) |
825 pixel = ((red >> RShift) & RMask) |
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.cpp 319 BuildUtil::mkClobber(DataFile f, uint32_t rMask, int unit)
329 for (; rMask; rMask >>= 4, base += 4) {
330 const uint32_t mask = rMask & 0xf;

Completed in 393 milliseconds

1 2 3 4