Searched refs:color_mask (Results 1 - 25 of 40) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_blit.h137 uint16_t color_mask = 0; local in function:nv50_blit_derive_color_mask
144 color_mask |= 0x1000;
146 color_mask |= 0x0111;
152 color_mask |= 0x0001;
154 color_mask |= 0x1110;
157 if (mask & (PIPE_MASK_R | PIPE_MASK_Z)) color_mask |= 0x0001;
158 if (mask & (PIPE_MASK_G | PIPE_MASK_S)) color_mask |= 0x0010;
159 if (mask & PIPE_MASK_B) color_mask |= 0x0100;
160 if (mask & PIPE_MASK_A) color_mask |= 0x1000;
164 return color_mask;
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_blit.h137 uint16_t color_mask = 0; local in function:nv50_blit_derive_color_mask
144 color_mask |= 0x1000;
146 color_mask |= 0x0111;
152 color_mask |= 0x0001;
154 color_mask |= 0x1110;
157 if (mask & (PIPE_MASK_R | PIPE_MASK_Z)) color_mask |= 0x0001;
158 if (mask & (PIPE_MASK_G | PIPE_MASK_S)) color_mask |= 0x0010;
159 if (mask & PIPE_MASK_B) color_mask |= 0x0100;
160 if (mask & PIPE_MASK_A) color_mask |= 0x1000;
164 return color_mask;
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/tests/
H A Dtest-blend.c46 .color_mask = 0xF,
58 .color_mask = 0xF,
75 .color_mask = 0xF,
93 .color_mask = 0xF,
110 .color_mask = 0xF,
128 .color_mask = 0xF,
145 .color_mask = 0xF,
161 .color_mask = 0x3,
173 .color_mask = 0xA,
189 .color_mask
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_pretty_print.c221 (eq.color_mask & MALI_MASK_R) ? "R" : "",
222 (eq.color_mask & MALI_MASK_G) ? "G" : "",
223 (eq.color_mask & MALI_MASK_B) ? "B" : "",
224 (eq.color_mask & MALI_MASK_A) ? "A" : "");
H A Dpan_blending.c398 out->color_mask = colormask;
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_blend.c287 if (equation.color_mask != 0xF)
324 return (equation.color_mask && equation.color_mask != 0xF) ||
342 out->color_mask = equation.color_mask;
366 out->color_mask = equation.color_mask;
454 if (rt_state->equation.color_mask & 7) {
459 (rt_state->equation.color_mask & 1) ? "R" : "",
460 (rt_state->equation.color_mask
[all...]
H A Dpan_blend.h52 unsigned color_mask : 4; member in struct:pan_blend_equation
H A Dpan_blitter.c150 cfg.equation.color_mask = 0xf;
298 cfg.blend_equation.color_mask = 0xf;
369 .color_mask = 0xf,
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_common.h119 unsigned int color_mask; member in struct:__anon339d47a40708
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend_aos.c425 LLVMValueRef color_mask; local in function:lp_build_blend_aos
427 color_mask = lp_build_const_mask_aos_swizzled(gallivm, bld.base.type,
429 lp_build_name(color_mask, "color_mask");
437 mask = lp_build_and(&bld.base, color_mask, mask);
441 mask = color_mask;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend_aos.c425 LLVMValueRef color_mask; local in function:lp_build_blend_aos
427 color_mask = lp_build_const_mask_aos_swizzled(gallivm, bld.base.type,
429 lp_build_name(color_mask, "color_mask");
437 mask = lp_build_and(&bld.base, color_mask, mask);
441 mask = color_mask;
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_common.h151 unsigned int color_mask; member in struct:__anonbe031e140a08
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_drm.h214 unsigned int color_mask; member in struct:drm_savage_clear
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dcommon_pack.h306 uint32_t color_mask; member in struct:MALI_BLEND_EQUATION
329 __gen_uint(values->color_mask, 28, 31);
352 values->color_mask = __gen_unpack_uint(cl, 28, 31);
362 fprintf(fp, "%*sColor Mask: %u\n", indent, "", values->color_mask);
H A Dv4_pack.h1386 uint32_t color_mask; member in struct:MALI_BLEND_EQUATION
1409 __gen_uint(values->color_mask, 28, 31);
1432 values->color_mask = __gen_unpack_uint(cl, 28, 31);
1442 fprintf(fp, "%*sColor Mask: %u\n", indent, "", values->color_mask);
1492 __gen_uint(values->equation.color_mask, 28, 31);
1527 values->equation.color_mask = __gen_unpack_uint(cl, 92, 95);
2636 __gen_uint(values->blend_equation.color_mask, 28, 31);
2731 values->blend_equation.color_mask = __gen_unpack_uint(cl, 476, 479);
/xsrc/external/mit/libdrm/dist/include/drm/
H A Dmga_drm.h371 unsigned int color_mask; member in struct:drm_mga_clear
H A Dr128_drm.h262 unsigned int color_mask; member in struct:drm_r128_clear
H A Dradeon_drm.h620 unsigned int color_mask; member in struct:drm_radeon_clear
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_shader.c337 options.rt[rt].colormask = rt_state->equation.color_mask;
364 rt_state->equation.color_mask = 0xf;
H A Dpanvk_vX_meta_clear.c242 cfg.equation.color_mask = 0xf;
249 cfg.equation.color_mask =
H A Dpanvk_vX_pipeline.c596 out->equation.color_mask = in->colorWriteMask;
731 if (blend->rts[i].equation.color_mask)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dxm_dd.c67 color_mask(struct gl_context *ctx, function in typeref:typename:void
842 driver->ColorMask = color_mask;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dxm_dd.c74 color_mask(struct gl_context *ctx, function in typeref:typename:void
849 driver->ColorMask = color_mask;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_drm.h606 unsigned int color_mask; member in struct:drm_radeon_clear
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/
H A Dpanfrost-job.h230 unsigned color_mask : 4; member in struct:mali_blend_equation

Completed in 42 milliseconds

12