Home
last modified time | relevance | path

Searched refs:blend (Results 1 – 25 of 25) sorted by relevance

/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Dnouveau_dispnv50_wndw.c158 if (asyw->set.blend) wndw->func->blend_set(wndw, asyw); in nv50_wndw_flush_set()
295 asyw->blend.depth = 255 - asyw->state.normalized_zpos; in nv50_wndw_atomic_check_acquire()
296 asyw->blend.k1 = asyw->state.alpha >> 8; in nv50_wndw_atomic_check_acquire()
299 asyw->blend.src_color = 2; /* K1 */ in nv50_wndw_atomic_check_acquire()
300 asyw->blend.dst_color = 7; /* NEG_K1_TIMES_SRC */ in nv50_wndw_atomic_check_acquire()
303 asyw->blend.src_color = 5; /* K1_TIMES_SRC */ in nv50_wndw_atomic_check_acquire()
304 asyw->blend.dst_color = 7; /* NEG_K1_TIMES_SRC */ in nv50_wndw_atomic_check_acquire()
308 asyw->blend.src_color = 2; /* K1 */ in nv50_wndw_atomic_check_acquire()
309 asyw->blend.dst_color = 4; /* NEG_K1 */ in nv50_wndw_atomic_check_acquire()
312 if (memcmp(&armw->blend, &asyw->blend, sizeof(asyw->blend))) in nv50_wndw_atomic_check_acquire()
[all …]
H A Dnouveau_dispnv50_wndwc37e.c99 evo_data(push, asyw->blend.depth << 4); in wndwc37e_blend_set()
100 evo_data(push, asyw->blend.k1); in wndwc37e_blend_set()
101 evo_data(push, asyw->blend.dst_color << 12 | in wndwc37e_blend_set()
102 asyw->blend.dst_color << 8 | in wndwc37e_blend_set()
103 asyw->blend.src_color << 4 | in wndwc37e_blend_set()
104 asyw->blend.src_color); in wndwc37e_blend_set()
H A Datom.h237 } blend; member
248 bool blend:1; member
/netbsd/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_dev.h697 struct qxl_copy blend; member
726 struct qxl_copy blend; member
/netbsd/external/mit/xorg/lib/
H A Dlibmesa.old.mk24 blend.c \
H A Dlibmesa.mk25 blend.c \
/netbsd/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/xilinx/
H A Dzynqmp.dtsi870 reg-names = "dp", "blend", "av_buf", "aud";
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicsX86.td768 // Vector blend
1148 // Vector blend
1557 // Vector blend
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrSSE.td677 // end up with a movsd or blend instead of shufp.
739 // end up with a movsd or blend instead of shufp.
2696 // (1) a scalar fp operation followed by a blend
6051 /// SS41I_blend_rmi - SSE 4.1 blend with 8-bit immediate
6180 // more efficient to generate a blend with immediate instead of an insert*128.
7410 /// AVX2_blend_rmi - AVX2 blend with 8-bit immediate
7460 // more efficient to generate a blend with immediate instead of an insert*128.
H A DX86InstrAVX512.td11489 // (1) a scalar fp operation followed by a blend
/netbsd/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.c18056 rtx (*blend) (rtx, rtx, rtx, rtx) = NULL; in expand_vec_perm_vperm2f128_vblend() local
18107 blend = d->vmode == V8SFmode ? gen_avx_blendps256 : gen_avx_blendpd256; in expand_vec_perm_vperm2f128_vblend()
18108 emit_insn (blend (d->target, dfirst.target, dsecond.target, GEN_INT (msk))); in expand_vec_perm_vperm2f128_vblend()
18177 rtx (*blend) (rtx, rtx, rtx, rtx) = NULL; in expand_vec_perm2_vperm2f128_vblend() local
18258 blend = d->vmode == V8SFmode ? gen_avx_blendps256 : gen_avx_blendpd256; in expand_vec_perm2_vperm2f128_vblend()
18259 emit_insn (blend (d->target, dfirst.target, dthird.target, GEN_INT (msk))); in expand_vec_perm2_vperm2f128_vblend()
H A Di386-expand.cc20265 rtx (*blend) (rtx, rtx, rtx, rtx) = NULL; in expand_vec_perm_vperm2f128_vblend() local
20316 blend = d->vmode == V8SFmode ? gen_avx_blendps256 : gen_avx_blendpd256; in expand_vec_perm_vperm2f128_vblend()
20317 emit_insn (blend (d->target, dfirst.target, dsecond.target, GEN_INT (msk))); in expand_vec_perm_vperm2f128_vblend()
20624 rtx (*blend) (rtx, rtx, rtx, rtx) = NULL; in expand_vec_perm2_vperm2f128_vblend() local
20705 blend = d->vmode == V8SFmode ? gen_avx_blendps256 : gen_avx_blendpd256; in expand_vec_perm2_vperm2f128_vblend()
20706 emit_insn (blend (d->target, dfirst.target, dthird.target, GEN_INT (msk))); in expand_vec_perm2_vperm2f128_vblend()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c18056 rtx (*blend) (rtx, rtx, rtx, rtx) = NULL; in expand_vec_perm_vperm2f128_vblend() local
18107 blend = d->vmode == V8SFmode ? gen_avx_blendps256 : gen_avx_blendpd256; in expand_vec_perm_vperm2f128_vblend()
18108 emit_insn (blend (d->target, dfirst.target, dsecond.target, GEN_INT (msk))); in expand_vec_perm_vperm2f128_vblend()
18177 rtx (*blend) (rtx, rtx, rtx, rtx) = NULL; in expand_vec_perm2_vperm2f128_vblend() local
18258 blend = d->vmode == V8SFmode ? gen_avx_blendps256 : gen_avx_blendpd256; in expand_vec_perm2_vperm2f128_vblend()
18259 emit_insn (blend (d->target, dfirst.target, dthird.target, GEN_INT (msk))); in expand_vec_perm2_vperm2f128_vblend()
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DCodeGenerator.rst926 known as a "blend" or "bitwise select" in target assembly. This type of shuffle
/netbsd/share/dict/
H A Dweb2a6126 blend-word
22360 flour blend
75738 y-blend
H A Dweb223529 blend
/netbsd/external/gpl3/gcc/dist/gcc/doc/
H A Dinvoke.texi18882 performance for a blend of processors within architecture @var{arch}.
19547 Notice that startup code is a blend of code from libgcc and AVR-LibC.
H A Dgcc.info17715 performance for a blend of processors within architecture ARCH.
18450 startup code is a blend of code from libgcc and AVR-LibC. For the
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/
H A Dinvoke.texi18882 performance for a blend of processors within architecture @var{arch}.
19547 Notice that startup code is a blend of code from libgcc and AVR-LibC.
H A Dgcc.info17715 performance for a blend of processors within architecture ARCH.
18450 startup code is a blend of code from libgcc and AVR-LibC. For the
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200718850 force op2 into xmm0 register for variable blend instructions.
H A DChangeLog-202019419 build two computation SLP nodes and a blend.
/netbsd/external/historical/nawk/dist/testdir/
H A Dfunstack.in19071 …comment = "Transaction-based reference counting; interesting blend of marking and ref-countin…
/netbsd/share/terminfo/
H A Dterminfo2947 # the function keys. If I blend the entries for "vt420f" and "vt220+keypad"
/netbsd/games/fortune/datfiles/
H A Dfortunes230314 conflict between the desire to stand out and the need to blend in.