Home
last modified time | relevance | path

Searched refs:color_mask (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_blit.h135 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()
Dnv50_surface.c832 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/
Dlp_bld_blend_aos.c412 LLVMValueRef color_mask; in lp_build_blend_aos() local
414 color_mask = lp_build_const_mask_aos_swizzled(gallivm, bld.base.type, in lp_build_blend_aos()
416 lp_build_name(color_mask, "color_mask"); in lp_build_blend_aos()
424 mask = lp_build_and(&bld.base, color_mask, mask); in lp_build_blend_aos()
428 mask = color_mask; in lp_build_blend_aos()
/external/kernel-headers/original/uapi/drm/
Dr128_drm.h262 unsigned int color_mask; member
Dmga_drm.h371 unsigned int color_mask; member
Dradeon_drm.h620 unsigned int color_mask; member
/external/libdrm/include/drm/
Dr128_drm.h256 unsigned int color_mask; member
Dmga_drm.h367 unsigned int color_mask; member
Dradeon_drm.h620 unsigned int color_mask; member
/external/llvm/lib/Support/Windows/
DProcess.inc430 const WORD color_mask = foreground_mask | background_mask;
442 new_attributes = (attributes & ~color_mask) | (new_attributes & color_mask);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProcess.inc418 const WORD color_mask = foreground_mask | background_mask;
430 new_attributes = (attributes & ~color_mask) | (new_attributes & color_mask);
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp.c753 const GLubyte *color_mask, bool *color_write_disable) in set_write_disables() argument
767 color_write_disable[i] = !color_mask[i]; in set_write_disables()
768 disables = disables || !color_mask[i]; in set_write_disables()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c66 color_mask(struct gl_context *ctx, in color_mask() function
838 driver->ColorMask = color_mask; in xmesa_init_driver_functions()
/external/deqp/modules/gles2/performance/
Des2pStateChangeCallTests.cpp810 ADD_ARG_CASE4(color_mask, "Test cost of glColorMask() calls", in init()
Des2pRedundantStateChangeTests.cpp735 ADD_TESTCASE(color_mask, "Change color mask.", in init()
Des2pStateChangeTests.cpp819 ADD_TESTCASE(color_mask, "Change color mask.", in init()
/external/deqp/modules/gles3/performance/
Des3pStateChangeCallTests.cpp872 ADD_ARG_CASE4(color_mask, "Test cost of glColorMask() calls", in init()
Des3pRedundantStateChangeTests.cpp809 ADD_TESTCASE(color_mask, "Change color mask.", in init()
Des3pStateChangeTests.cpp903 ADD_TESTCASE(color_mask, "Change color mask.", in init()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_surface.c785 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()