HomeSort by relevance Sort by last modified time
    Searched refs:color_mask (Results 1 - 25 of 31) 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/chromium_org/ui/gfx/
skbitmap_operations.cc 704 SkBitmap color_mask; local
705 color_mask.allocN32Pixels(bitmap.width(), bitmap.height());
706 color_mask.eraseARGB(0, 0, 0, 0);
708 SkCanvas canvas(color_mask);
715 return color_mask;
  /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
radeon_drm.h 587 unsigned int color_mask; member in struct:drm_radeon_clear
    [all...]
  /external/kernel-headers/original/uapi/drm/
mga_drm.h 367 unsigned int color_mask; member in struct:drm_mga_clear
r128_drm.h 256 unsigned int color_mask; member in struct:drm_r128_clear
radeon_drm.h 612 unsigned int color_mask; member in struct:drm_radeon_clear
    [all...]
  /hardware/intel/img/libdrm/shared-core/
mga_drm.h 373 unsigned int color_mask; member in struct:drm_mga_clear
r128_drm.h 256 unsigned int color_mask; member in struct:drm_r128_clear
radeon_drm.h 607 unsigned int color_mask; member in struct:drm_radeon_clear
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
mga_drm.h 367 unsigned int color_mask; member in struct:drm_mga_clear
r128_drm.h 256 unsigned int color_mask; member in struct:drm_r128_clear
radeon_drm.h 610 unsigned int color_mask; member in struct:drm_radeon_clear
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
mga_drm.h 367 unsigned int color_mask; member in struct:drm_mga_clear
r128_drm.h 256 unsigned int color_mask; member in struct:drm_r128_clear
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_dd.c 66 color_mask(struct gl_context *ctx, function
850 driver->ColorMask = color_mask;
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 66 color_mask(struct gl_context *ctx, function
850 driver->ColorMask = color_mask;
  /external/deqp/modules/gles2/performance/
es2pStateChangeCallTests.cpp 810 ADD_ARG_CASE4(color_mask, "Test cost of glColorMask() calls",
  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 872 ADD_ARG_CASE4(color_mask, "Test cost of glColorMask() calls",

Completed in 562 milliseconds

1 2