Home
last modified time | relevance | path

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

12

/netbsd-src/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-src/external/bsd/file/dist/magic/magdir/
H A Dblender12 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/b/blend.trid.xml
19 !:ext blend
21 #!:ext blend/blender
H A Dcompress77 # trees.blend http://fileformats.archiveteam.org/wiki/BLEND
82 !:ext gz/tgz/tpz/ipk/vbox-extpack/svgz/blend/dia/gnucash/rdata/xoj
/netbsd-src/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_dev.h697 struct qxl_copy blend; member
726 struct qxl_copy blend; member
/netbsd-src/external/mit/xorg/lib/
H A Dlibmesa.mk25 blend.c \
H A Dlibmesa.old.mk24 blend.c \
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/xilinx/
H A Dzynqmp.dtsi870 reg-names = "dp", "blend", "av_buf", "aud";
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicsX86.td768 // Vector blend
1148 // Vector blend
1557 // Vector blend
/netbsd-src/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-src/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()
H A Dsse.md17021 ;; Mapping of immediate bits for blend instructions
17033 blend<ssemodesuffix>\t{%3, %2, %0|%0, %2, %3}
17034 blend<ssemodesuffix>\t{%3, %2, %0|%0, %2, %3}
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc20301 rtx (*blend) (rtx, rtx, rtx, rtx) = NULL; in expand_vec_perm_vperm2f128_vblend() local
20352 blend = d->vmode == V8SFmode ? gen_avx_blendps256 : gen_avx_blendpd256; in expand_vec_perm_vperm2f128_vblend()
20353 emit_insn (blend (d->target, dfirst.target, dsecond.target, GEN_INT (msk))); in expand_vec_perm_vperm2f128_vblend()
20660 rtx (*blend) (rtx, rtx, rtx, rtx) = NULL; in expand_vec_perm2_vperm2f128_vblend() local
20741 blend = d->vmode == V8SFmode ? gen_avx_blendps256 : gen_avx_blendpd256; in expand_vec_perm2_vperm2f128_vblend()
20742 emit_insn (blend (d->target, dfirst.target, dthird.target, GEN_INT (msk))); in expand_vec_perm2_vperm2f128_vblend()
H A Dsse.md21086 ;; Mapping of immediate bits for blend instructions
21098 blend<ssemodesuffix>\t{%3, %2, %0|%0, %2, %3}
21099 blend<ssemodesuffix>\t{%3, %2, %0|%0, %2, %3}
/netbsd-src/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-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog1702 (_S_blend_avx512): Resolve FIXME. Implement blend using __movm
/netbsd-src/share/dict/
H A Dweb2a6126 blend-word
22360 flour blend
75738 y-blend
/netbsd-src/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.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dinvoke.texi21112 performance for a blend of processors within architecture @var{arch}.
21796 Notice that startup code is a blend of code from libgcc and AVR-LibC.
H A Dgcc.info19734 performance for a blend of processors within architecture ARCH.
20505 startup code is a blend of code from libgcc and AVR-LibC. For the
/netbsd-src/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-src/external/historical/nawk/dist/testdir/
H A Dfunstack.in19071 …comment = "Transaction-based reference counting; interesting blend of marking and ref-countin…

12