/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
H A D | nouveau_dispnv50_wndw.c | 158 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 D | nouveau_dispnv50_wndwc37e.c | 99 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 D | atom.h | 237 } blend; member 248 bool blend:1; member
|
/netbsd/sys/external/bsd/drm2/dist/drm/qxl/ |
H A D | qxl_dev.h | 697 struct qxl_copy blend; member 726 struct qxl_copy blend; member
|
/netbsd/external/mit/xorg/lib/ |
H A D | libmesa.old.mk | 24 blend.c \
|
H A D | libmesa.mk | 25 blend.c \
|
/netbsd/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/xilinx/ |
H A D | zynqmp.dtsi | 870 reg-names = "dp", "blend", "av_buf", "aud";
|
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | IntrinsicsX86.td | 768 // Vector blend 1148 // Vector blend 1557 // Vector blend
|
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86InstrSSE.td | 677 // 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 D | X86InstrAVX512.td | 11489 // (1) a scalar fp operation followed by a blend
|
/netbsd/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-expand.c | 18056 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 D | i386-expand.cc | 20265 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 D | i386-expand.c | 18056 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 D | CodeGenerator.rst | 926 known as a "blend" or "bitwise select" in target assembly. This type of shuffle
|
/netbsd/share/dict/ |
H A D | web2a | 6126 blend-word 22360 flour blend 75738 y-blend
|
H A D | web2 | 23529 blend
|
/netbsd/external/gpl3/gcc/dist/gcc/doc/ |
H A D | invoke.texi | 18882 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 D | gcc.info | 17715 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 D | invoke.texi | 18882 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 D | gcc.info | 17715 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 D | ChangeLog-2007 | 18850 force op2 into xmm0 register for variable blend instructions.
|
H A D | ChangeLog-2020 | 19419 build two computation SLP nodes and a blend.
|
/netbsd/external/historical/nawk/dist/testdir/ |
H A D | funstack.in | 19071 …comment = "Transaction-based reference counting; interesting blend of marking and ref-countin…
|
/netbsd/share/terminfo/ |
H A D | terminfo | 2947 # the function keys. If I blend the entries for "vt420f" and "vt220+keypad"
|
/netbsd/games/fortune/datfiles/ |
H A D | fortunes2 | 30314 conflict between the desire to stand out and the need to blend in.
|