/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_blit.h | 135 uint16_t color_mask = 0; in nv50_blit_derive_color_mask() local 142 color_mask |= 0x1000; in nv50_blit_derive_color_mask() 144 color_mask |= 0x0111; in nv50_blit_derive_color_mask() 150 color_mask |= 0x0001; in nv50_blit_derive_color_mask() 152 color_mask |= 0x1110; in nv50_blit_derive_color_mask() 155 if (mask & (PIPE_MASK_R | PIPE_MASK_Z)) color_mask |= 0x0001; in nv50_blit_derive_color_mask() 156 if (mask & (PIPE_MASK_G | PIPE_MASK_S)) color_mask |= 0x0010; in nv50_blit_derive_color_mask() 157 if (mask & PIPE_MASK_B) color_mask |= 0x0100; in nv50_blit_derive_color_mask() 158 if (mask & PIPE_MASK_A) color_mask |= 0x1000; in nv50_blit_derive_color_mask() 162 return color_mask; in nv50_blit_derive_color_mask()
|
D | nv50_surface.c | 832 uint16_t color_mask; member 1179 PUSH_DATA (push, blit->color_mask); in nv50_blitctx_prepare_state() 1355 blit->color_mask = nv50_blit_derive_color_mask(info); in nv50_blit_3d()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_blend_aos.c | 425 LLVMValueRef color_mask; in lp_build_blend_aos() local 427 color_mask = lp_build_const_mask_aos_swizzled(gallivm, bld.base.type, in lp_build_blend_aos() 429 lp_build_name(color_mask, "color_mask"); in lp_build_blend_aos() 437 mask = lp_build_and(&bld.base, color_mask, mask); in lp_build_blend_aos() 441 mask = color_mask; in lp_build_blend_aos()
|
/external/libdrm/include/drm/ |
D | r128_drm.h | 262 unsigned int color_mask; member
|
D | mga_drm.h | 371 unsigned int color_mask; member
|
D | radeon_drm.h | 620 unsigned int color_mask; member
|
/external/kernel-headers/original/uapi/drm/ |
D | r128_drm.h | 262 unsigned int color_mask; member
|
D | mga_drm.h | 371 unsigned int color_mask; member
|
D | radeon_drm.h | 620 unsigned int color_mask; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Process.inc | 420 const WORD color_mask = foreground_mask | background_mask; 432 new_attributes = (attributes & ~color_mask) | (new_attributes & color_mask);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Process.inc | 418 const WORD color_mask = foreground_mask | background_mask; 430 new_attributes = (attributes & ~color_mask) | (new_attributes & color_mask);
|
/external/llvm/lib/Support/Windows/ |
D | Process.inc | 430 const WORD color_mask = foreground_mask | background_mask; 442 new_attributes = (attributes & ~color_mask) | (new_attributes & color_mask);
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 67 color_mask(struct gl_context *ctx, in color_mask() function 842 driver->ColorMask = color_mask; in xmesa_init_driver_functions()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_blorp.c | 1135 const GLubyte *color_mask, bool *color_write_disable) in set_write_disables() argument 1149 color_write_disable[i] = !color_mask[i]; in set_write_disables() 1150 disables = disables || !color_mask[i]; in set_write_disables()
|
/external/deqp/modules/gles2/performance/ |
D | es2pStateChangeCallTests.cpp | 810 ADD_ARG_CASE4(color_mask, "Test cost of glColorMask() calls", in init()
|
D | es2pRedundantStateChangeTests.cpp | 735 ADD_TESTCASE(color_mask, "Change color mask.", in init()
|
D | es2pStateChangeTests.cpp | 819 ADD_TESTCASE(color_mask, "Change color mask.", in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pStateChangeCallTests.cpp | 872 ADD_ARG_CASE4(color_mask, "Test cost of glColorMask() calls", in init()
|
D | es3pRedundantStateChangeTests.cpp | 809 ADD_TESTCASE(color_mask, "Change color mask.", in init()
|
D | es3pStateChangeTests.cpp | 903 ADD_TESTCASE(color_mask, "Change color mask.", in init()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_surface.c | 785 uint16_t color_mask; member 1021 PUSH_DATA (push, blit->color_mask); in nvc0_blitctx_prepare_state() 1214 blit->color_mask = nv50_blit_derive_color_mask(info); in nvc0_blit_3d()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest.cc | 2937 static int GetBitOffset(WORD color_mask) { in GetBitOffset() argument 2938 if (color_mask == 0) return 0; in GetBitOffset() 2941 while ((color_mask & 1) == 0) { in GetBitOffset() 2942 color_mask >>= 1; in GetBitOffset()
|
/external/googletest/googletest/src/ |
D | gtest.cc | 2931 static int GetBitOffset(WORD color_mask) { in GetBitOffset() argument 2932 if (color_mask == 0) return 0; in GetBitOffset() 2935 while ((color_mask & 1) == 0) { in GetBitOffset() 2936 color_mask >>= 1; in GetBitOffset()
|