Searched refs:alpha_mode (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_blending.c382 unsigned alpha_mode = 0; local in function:panfrost_make_fixed_blend_mode
391 &alpha_mode))
395 out->alpha_mode = alpha_mode;
H A Dpan_pretty_print.c216 panfrost_print_fixed_part("Alpha", eq.alpha_mode);
H A Dpan_context.c994 (ctx->blend->equation.alpha_mode == 0x122) &&
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_video.h35 int alpha_mode; /* 0 = key mode, 1 = global mode */ member in struct:__anone192d83f0108
H A Dradeon_video.c1164 static void RADEONSetOverlayAlpha(ScrnInfoPtr pScrn, int ov_alpha, int gr_alpha, int alpha_mode) argument
1169 if (alpha_mode == 0) { /* key mode */
1507 pPriv->alpha_mode = 0;
1793 pPriv->alpha_mode = 0;
1886 pPriv->alpha_mode = ClipValue (value, 0, 1);
2022 RADEONSetOverlayAlpha(pScrn, pPriv->ov_alpha, pPriv->gr_alpha, pPriv->alpha_mode);
2078 *value = pPriv->alpha_mode;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/
H A Dpanfrost-job.h224 unsigned alpha_mode : 12; member in struct:mali_blend_equation
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/
H A Ddecode.c869 pandecode_prop("alpha_mode = 0x%X", blend->alpha_mode);

Completed in 20 milliseconds