| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_blit.h | 137 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 D | nv50_blit.h | 137 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 D | test-blend.c | 46 .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 D | pan_pretty_print.c | 221 (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 D | pan_blending.c | 398 out->color_mask = colormask;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_blend.c | 287 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 D | pan_blend.h | 52 unsigned color_mask : 4; member in struct:pan_blend_equation
|
| H A D | pan_blitter.c | 150 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 D | mga_common.h | 119 unsigned int color_mask; member in struct:__anon339d47a40708
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_blend_aos.c | 425 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 D | lp_bld_blend_aos.c | 425 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 D | r128_common.h | 151 unsigned int color_mask; member in struct:__anonbe031e140a08
|
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| H A D | savage_drm.h | 214 unsigned int color_mask; member in struct:drm_savage_clear
|
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | common_pack.h | 306 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 D | v4_pack.h | 1386 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 D | mga_drm.h | 371 unsigned int color_mask; member in struct:drm_mga_clear
|
| H A D | r128_drm.h | 262 unsigned int color_mask; member in struct:drm_r128_clear
|
| H A D | radeon_drm.h | 620 unsigned int color_mask; member in struct:drm_radeon_clear
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_shader.c | 337 options.rt[rt].colormask = rt_state->equation.color_mask; 364 rt_state->equation.color_mask = 0xf;
|
| H A D | panvk_vX_meta_clear.c | 242 cfg.equation.color_mask = 0xf; 249 cfg.equation.color_mask =
|
| H A D | panvk_vX_pipeline.c | 596 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 D | xm_dd.c | 67 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 D | xm_dd.c | 74 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 D | radeon_drm.h | 606 unsigned int color_mask; member in struct:drm_radeon_clear
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/ |
| H A D | panfrost-job.h | 230 unsigned color_mask : 4; member in struct:mali_blend_equation
|