Searched refs:alpha_mode (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_blending.c | 382 unsigned alpha_mode = 0; local in function:panfrost_make_fixed_blend_mode 391 &alpha_mode)) 395 out->alpha_mode = alpha_mode;
|
| H A D | pan_pretty_print.c | 216 panfrost_print_fixed_part("Alpha", eq.alpha_mode);
|
| H A D | pan_context.c | 994 (ctx->blend->equation.alpha_mode == 0x122) &&
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_video.h | 35 int alpha_mode; /* 0 = key mode, 1 = global mode */ member in struct:__anone192d83f0108
|
| H A D | radeon_video.c | 1164 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 D | panfrost-job.h | 224 unsigned alpha_mode : 12; member in struct:mali_blend_equation
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/ |
| H A D | decode.c | 869 pandecode_prop("alpha_mode = 0x%X", blend->alpha_mode);
|
Completed in 20 milliseconds