HomeSort by: relevance | last modified time | path
    Searched defs:alpha (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_ctxgp100.c 54 const u32 alpha = grctx->alpha_nr; local in function:gp100_grctx_generate_attrib
74 mmio_wr32(info, 0x40585c, alpha);
75 mmio_wr32(info, 0x4064c4, ((alpha / 4) << 16) | max_batches);
79 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc];
nouveau_nvkm_engine_gr_ctxgp102.c 49 const u32 alpha = grctx->alpha_nr; local in function:gp102_grctx_generate_attrib
70 mmio_wr32(info, 0x40585c, alpha);
71 mmio_wr32(info, 0x4064c4, ((alpha / 4) << 16) | max_batches);
75 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc];
nouveau_nvkm_engine_gr_ctxgf108.c 745 const u32 alpha = grctx->alpha_nr; local in function:gf108_grctx_generate_attrib
758 mmio_wr32(info, 0x405830, (beta << 16) | alpha);
759 mmio_wr32(info, 0x4064c4, ((alpha / 4) << 16) | max_batches);
763 const u32 a = alpha;
nouveau_nvkm_engine_gr_ctxgf117.c 253 const u32 alpha = grctx->alpha_nr; local in function:gf117_grctx_generate_attrib
266 mmio_wr32(info, 0x405830, (beta << 16) | alpha);
267 mmio_wr32(info, 0x4064c4, ((alpha / 4) << 16) | max_batches);
271 const u32 a = alpha * gr->ppc_tpc_nr[gpc][ppc];
nouveau_nvkm_engine_gr_ctxgv100.c 71 const u32 alpha = grctx->alpha_nr; local in function:gv100_grctx_generate_attrib
91 mmio_wr32(info, 0x40585c, alpha);
95 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc];
nouveau_nvkm_engine_gr_ctxgk104.c 943 bool alpha = atarget < btarget; local in function:gk104_grctx_generate_alpha_beta_tables
951 if (alpha) {
970 alpha = !alpha;
nouveau_nvkm_engine_gr_ctxgm107.c 918 const u32 alpha = grctx->alpha_nr; local in function:gm107_grctx_generate_attrib
931 mmio_wr32(info, 0x405830, (attrib << 16) | alpha);
932 mmio_wr32(info, 0x4064c4, ((alpha / 4) << 16) | max_batches);
936 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc];
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_plane.h 119 * @alpha:
124 u16 alpha; member in struct:drm_plane_state
128 * The alpha blending equation selection, describing how the pixels from
688 * Optional alpha property for this plane. See
707 * Blend mode property represents the alpha blending equation selection,
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_crtc.c 950 int alpha, i; local in function:nv11_cursor_upload
952 /* nv11+ supports premultiplied (PM), or non-premultiplied (NPM) alpha
961 /* hw gets unhappy if alpha <= rgb values. for a PM image "less
963 * alpha channel (slightly inaccurate, but so is attempting to
966 alpha = pixel >> 24;
967 if (alpha > 0 && alpha < 255)
968 pixel = (pixel & 0x00ffffff) | ((alpha + 1) << 24);
  /src/sys/arch/sparc64/dev/
ffb.c 1127 /* alpha font */
1140 uint32_t alpha = 0x80; local in function:ffb_putchar_aa
1171 /* now enable alpha blending */
1191 alpha = *data8;
1194 * have to write the alpha channel here and the colour
1197 * alpha map line by line but for some strange reason
1201 *ddest = alpha << 24;
  /src/sys/dev/wsfont/
wsfont.c 461 bool alpha = FONT_IS_ALPHA(font), cw = (rotate == WSFONT_ROTATE_CW); local in function:wsfont_rotate_internal
475 newstride = alpha ? font->fontheight : howmany(font->fontheight, 8);
479 #define BYTE_OFFSET(x, alpha) ((alpha) ? (x) : (x) / 8)
492 BYTE_OFFSET(w, alpha);
498 BYTE_OFFSET(h, alpha));
505 BYTE_OFFSET(h, alpha);
508 if (alpha) {
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_sprite.c 580 u8 alpha = plane_state->hw.alpha >> 8; local in function:skl_program_plane
596 keymax = (key->max_value & 0xffffff) | PLANE_KEYMAX_ALPHA(alpha);
599 if (alpha < 0xff)
2214 if (!(plane_state->hw.alpha >> 8))
intel_display_types.h 540 u16 alpha; member in struct:intel_plane_state::__anonde7c4d450508
intel_display.c 3324 int skl_format_to_fourcc(int format, bool rgb_order, bool alpha)
3352 if (alpha)
3357 if (alpha)
3364 if (alpha)
3369 if (alpha)
3376 if (alpha)
3381 if (alpha)
4933 * enable hardware to bypass the alpha math
10289 u32 val, base, offset __unused, stride_mult, tiling, alpha; local in function:skl_get_initial_plane_config
10318 alpha = I915_READ(PLANE_COLOR_CTL(pipe, plane_id))
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga3d_surfacedefs.h 71 /* Format contains Alpha/Q data */
354 u8 alpha; member in union:svga3d_channel_def::__anona0ba4506040a
svga3d_types.h 203 /* Video format with alpha */
535 * is the same depth if the alpha channel is ignored. e.g. if the device
543 * should not to be set on alpha formats.
606 * Indicates that this format cannot be used with alpha blending.
959 * the fog factor to be specified in the alpha component of the specular
1054 uint32 alpha : 1; member in struct:__anon2cde12301d0a::__anon2cde12301e08
  /src/sys/dev/ic/
arn9003.c 2781 int alpha, beta, scale, Qalpha, Qbeta, Qscale, Qx, Qb1, Qb2; local in function:ar9003_compute_predistortion
2893 alpha = beta = 0;
2895 alpha += b1[i] * xtilde[i];
2904 Qalpha = get_scale(abs(alpha));
2905 alpha /= 1 << Qalpha;
2929 y3 = (alpha * tmp) / order3x;
2955 alpha = beta = 0;
2961 alpha += b2[i] * ttilde;
2965 Qalpha = get_scale(abs(alpha));
2966 alpha /= 1 << Qalpha
    [all...]
  /src/sys/external/bsd/drm/dist/shared-core/
radeon_drm.h 337 unsigned int alpha; member in struct:__anon601bc9571308
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_dev.h 552 uint8_t alpha; member in struct:qxl_alpha_blend
558 uint8_t alpha; member in struct:qxl_compat_alpha_blend
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
radeon_drm.h 346 unsigned int alpha; member in struct:__anon05888ab01308
  /src/share/mk/
bsd.own.mk 104 # The alpha port does not work with it, see GCC PR's 84204 and 84353.
107 .if ${MACHINE} == "alpha" || \
234 ${MACHINE} == "alpha" || \
765 MACHINES.alpha= alpha
1500 .if ${MACHINE} == "alpha" || \
1639 .if ${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "ia64"
1642 .if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH:M*64*} != ""

Completed in 41 milliseconds