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

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_blend_aos.c 334 LLVMValueRef color_mask; local
336 color_mask = lp_build_const_mask_aos_swizzled(gallivm, bld.base.type, state->colormask, swizzle);
337 lp_build_name(color_mask, "color_mask");
341 mask = lp_build_and(&bld.base, color_mask, mask);
343 mask = color_mask;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend_aos.c 334 LLVMValueRef color_mask; local
336 color_mask = lp_build_const_mask_aos_swizzled(gallivm, bld.base.type, state->colormask, swizzle);
337 lp_build_name(color_mask, "color_mask");
341 mask = lp_build_and(&bld.base, color_mask, mask);
343 mask = color_mask;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_surface.c 391 /* don't need NEW_BLEND, COLOR_MASK doesn't affect CLEAR_BUFFERS */
446 uint16_t color_mask; member in struct:nv50_blitctx
641 blit->color_mask = 0;
648 blit->color_mask |= 0x0111;
650 blit->color_mask |= 0x1000;
655 blit->color_mask |= 0x1110;
657 blit->color_mask |= 0x0001;
661 if (mask & (PIPE_MASK_R | PIPE_MASK_Z)) blit->color_mask |= 0x0001;
662 if (mask & (PIPE_MASK_G | PIPE_MASK_S)) blit->color_mask |= 0x0010;
663 if (mask & PIPE_MASK_B) blit->color_mask |= 0x0100
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_surface.c 410 /* don't need NEW_BLEND, COLOR_MASK doesn't affect CLEAR_BUFFERS */
467 uint16_t color_mask; member in struct:nvc0_blitctx
707 blit->color_mask = 0;
714 blit->color_mask |= 0x0111;
716 blit->color_mask |= 0x1000;
721 blit->color_mask |= 0x1110;
723 blit->color_mask |= 0x0001;
727 if (mask & (PIPE_MASK_R | PIPE_MASK_Z)) blit->color_mask |= 0x0001;
728 if (mask & (PIPE_MASK_G | PIPE_MASK_S)) blit->color_mask |= 0x0010;
729 if (mask & PIPE_MASK_B) blit->color_mask |= 0x0100
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_surface.c 391 /* don't need NEW_BLEND, COLOR_MASK doesn't affect CLEAR_BUFFERS */
446 uint16_t color_mask; member in struct:nv50_blitctx
641 blit->color_mask = 0;
648 blit->color_mask |= 0x0111;
650 blit->color_mask |= 0x1000;
655 blit->color_mask |= 0x1110;
657 blit->color_mask |= 0x0001;
661 if (mask & (PIPE_MASK_R | PIPE_MASK_Z)) blit->color_mask |= 0x0001;
662 if (mask & (PIPE_MASK_G | PIPE_MASK_S)) blit->color_mask |= 0x0010;
663 if (mask & PIPE_MASK_B) blit->color_mask |= 0x0100
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_surface.c 410 /* don't need NEW_BLEND, COLOR_MASK doesn't affect CLEAR_BUFFERS */
467 uint16_t color_mask; member in struct:nvc0_blitctx
707 blit->color_mask = 0;
714 blit->color_mask |= 0x0111;
716 blit->color_mask |= 0x1000;
721 blit->color_mask |= 0x1110;
723 blit->color_mask |= 0x0001;
727 if (mask & (PIPE_MASK_R | PIPE_MASK_Z)) blit->color_mask |= 0x0001;
728 if (mask & (PIPE_MASK_G | PIPE_MASK_S)) blit->color_mask |= 0x0010;
729 if (mask & PIPE_MASK_B) blit->color_mask |= 0x0100
    [all...]
  /external/llvm/lib/Support/Windows/
Process.inc 343 const WORD color_mask = foreground_mask | background_mask;
355 new_attributes = (attributes & ~color_mask) | (new_attributes & color_mask);
  /device/samsung/manta/liblights/
lights.c 39 #define COLOR_MASK 0x00ffffff
295 color = state->color & COLOR_MASK;
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintContentView.java 44 private static final int COLOR_MASK = 0xffffff;
210 return adjustedAlpha << ALPHA_SHIFT | (mScrimColor & COLOR_MASK);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv10_state_raster.c 86 BEGIN_NV04(push, NV10_3D(COLOR_MASK), 1);
nouveau_state.c 70 context_dirty(ctx, COLOR_MASK);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_raster.c 86 BEGIN_NV04(push, NV10_3D(COLOR_MASK), 1);
nouveau_state.c 70 context_dirty(ctx, COLOR_MASK);
  /external/chromium_org/ui/gfx/
skbitmap_operations.cc 738 SkBitmap color_mask; local
739 color_mask.allocN32Pixels(bitmap.width(), bitmap.height());
740 color_mask.eraseARGB(0, 0, 0, 0);
742 SkCanvas canvas(color_mask);
749 return color_mask;
  /external/kernel-headers/original/uapi/drm/
r128_drm.h 256 unsigned int color_mask; member in struct:drm_r128_clear
mga_drm.h 367 unsigned int color_mask; member in struct:drm_mga_clear
  /hardware/intel/img/libdrm/shared-core/
r128_drm.h 256 unsigned int color_mask; member in struct:drm_r128_clear
mga_drm.h 373 unsigned int color_mask; member in struct:drm_mga_clear
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
r128_drm.h 256 unsigned int color_mask; member in struct:drm_r128_clear
mga_drm.h 367 unsigned int color_mask; member in struct:drm_mga_clear
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
r128_drm.h 256 unsigned int color_mask; member in struct:drm_r128_clear
  /bionic/libc/kernel/uapi/drm/
mga_drm.h 251 unsigned int color_mask; member in struct:drm_mga_clear
r128_drm.h 209 unsigned int color_mask; member in struct:drm_r128_clear
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_state.c 111 SB_MTHD30(so, COLOR_MASK, 1);
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.c 111 SB_MTHD30(so, COLOR_MASK, 1);

Completed in 615 milliseconds

1 2