Home
last modified time | relevance | path

Searched defs:src0 (Results 51 – 75 of 4709) sorted by relevance

12345678910>>...189

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/Scale2x/
H A Dscale2x.cpp47 static inline void scale2x_8_def_border(scale2x_uint8* dst, const scale2x_uint8* src0, const scale2… in scale2x_8_def_border()
92 static inline void scale2x_8_def_center(scale2x_uint8* dst, const scale2x_uint8* src0, const scale2… in scale2x_8_def_center()
137 static inline void scale2x_16_def_border(scale2x_uint16* dst, const scale2x_uint16* src0, const sca… in scale2x_16_def_border()
182 static inline void scale2x_16_def_center(scale2x_uint16* dst, const scale2x_uint16* src0, const sca… in scale2x_16_def_center()
227 static inline void scale2x_32_def_border(scale2x_uint32* dst, const scale2x_uint32* src0, const sca… in scale2x_32_def_border()
272 static inline void scale2x_32_def_center(scale2x_uint32* dst, const scale2x_uint32* src0, const sca… in scale2x_32_def_center()
332 void scale2x_8_def(scale2x_uint8* dst0, scale2x_uint8* dst1, const scale2x_uint8* src0, const scale… in scale2x_8_def()
353 void scale2x_16_def(scale2x_uint16* dst0, scale2x_uint16* dst1, const scale2x_uint16* src0, const s… in scale2x_16_def()
374 void scale2x_32_def(scale2x_uint32* dst0, scale2x_uint32* dst1, const scale2x_uint32* src0, const s… in scale2x_32_def()
388 …(scale2x_uint8* dst0, scale2x_uint8* dst1, scale2x_uint8* dst2, const scale2x_uint8* src0, const s… in scale2x3_8_def()
[all …]
H A Dscale3x.cpp47 static inline void scale3x_8_def_border(scale3x_uint8* dst, const scale3x_uint8* src0, const scale3… in scale3x_8_def_border()
98 static inline void scale3x_8_def_center(scale3x_uint8* dst, const scale3x_uint8* src0, const scale3… in scale3x_8_def_center()
149 static inline void scale3x_16_def_border(scale3x_uint16* dst, const scale3x_uint16* src0, const sca… in scale3x_16_def_border()
200 static inline void scale3x_16_def_center(scale3x_uint16* dst, const scale3x_uint16* src0, const sca… in scale3x_16_def_center()
251 static inline void scale3x_32_def_border(scale3x_uint32* dst, const scale3x_uint32* src0, const sca… in scale3x_32_def_border()
302 static inline void scale3x_32_def_center(scale3x_uint32* dst, const scale3x_uint32* src0, const sca… in scale3x_32_def_center()
367 …(scale3x_uint8* dst0, scale3x_uint8* dst1, scale3x_uint8* dst2, const scale3x_uint8* src0, const s… in scale3x_8_def()
390 …le3x_uint16* dst0, scale3x_uint16* dst1, scale3x_uint16* dst2, const scale3x_uint16* src0, const s… in scale3x_16_def()
413 …le3x_uint32* dst0, scale3x_uint32* dst1, scale3x_uint32* dst2, const scale3x_uint32* src0, const s… in scale3x_32_def()
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/scaler/
H A Dscale2x.cpp42 …id scale2x_8_def_single(scale2x_uint8* __restrict__ dst, const scale2x_uint8* __restrict__ src0, c… in scale2x_8_def_single()
61 … scale2x_16_def_single(scale2x_uint16* __restrict__ dst, const scale2x_uint16* __restrict__ src0, … in scale2x_16_def_single()
112 void scale2x_8_def(scale2x_uint8* dst0, scale2x_uint8* dst1, const scale2x_uint8* src0, const scale… in scale2x_8_def()
128 void scale2x_16_def(scale2x_uint16* dst0, scale2x_uint16* dst1, const scale2x_uint16* src0, const s… in scale2x_16_def()
144 void scale2x_32_def(scale2x_uint32* dst0, scale2x_uint32* dst1, const scale2x_uint32* src0, const s… in scale2x_32_def()
192 static inline void scale2x_8_mmx_single(scale2x_uint8* dst, const scale2x_uint8* src0, const scale2… in scale2x_8_mmx_single()
269 static inline void scale2x_16_mmx_single(scale2x_uint16* dst, const scale2x_uint16* src0, const sca… in scale2x_16_mmx_single()
346 static inline void scale2x_32_mmx_single(scale2x_uint32* dst, const scale2x_uint32* src0, const sca… in scale2x_32_mmx_single()
444 void scale2x_8_mmx(scale2x_uint8* dst0, scale2x_uint8* dst1, const scale2x_uint8* src0, const scale… in scale2x_8_mmx()
467 void scale2x_16_mmx(scale2x_uint16* dst0, scale2x_uint16* dst1, const scale2x_uint16* src0, const s… in scale2x_16_mmx()
[all …]
H A Dscale3x.cpp42 …id scale3x_8_def_border(scale3x_uint8* __restrict__ dst, const scale3x_uint8* __restrict__ src0, c… in scale3x_8_def_border()
63 …id scale3x_8_def_center(scale3x_uint8* __restrict__ dst, const scale3x_uint8* __restrict__ src0, c… in scale3x_8_def_center()
84 … scale3x_16_def_border(scale3x_uint16* __restrict__ dst, const scale3x_uint16* __restrict__ src0, … in scale3x_16_def_border()
105 … scale3x_16_def_center(scale3x_uint16* __restrict__ dst, const scale3x_uint16* __restrict__ src0, … in scale3x_16_def_center()
126 … scale3x_32_def_border(scale3x_uint32* __restrict__ dst, const scale3x_uint32* __restrict__ src0, … in scale3x_32_def_border()
147 … scale3x_32_def_center(scale3x_uint32* __restrict__ dst, const scale3x_uint32* __restrict__ src0, … in scale3x_32_def_center()
182 …(scale3x_uint8* dst0, scale3x_uint8* dst1, scale3x_uint8* dst2, const scale3x_uint8* src0, const s… in scale3x_8_def()
200 …le3x_uint16* dst0, scale3x_uint16* dst1, scale3x_uint16* dst2, const scale3x_uint16* src0, const s… in scale3x_16_def()
218 …le3x_uint32* dst0, scale3x_uint32* dst1, scale3x_uint32* dst2, const scale3x_uint32* src0, const s… in scale3x_32_def()
/dports/games/scummvm/scummvm-2.5.1/graphics/scaler/
H A Dscale2x.cpp42 …id scale2x_8_def_single(scale2x_uint8* __restrict__ dst, const scale2x_uint8* __restrict__ src0, c… in scale2x_8_def_single()
61 … scale2x_16_def_single(scale2x_uint16* __restrict__ dst, const scale2x_uint16* __restrict__ src0, … in scale2x_16_def_single()
112 void scale2x_8_def(scale2x_uint8* dst0, scale2x_uint8* dst1, const scale2x_uint8* src0, const scale… in scale2x_8_def()
128 void scale2x_16_def(scale2x_uint16* dst0, scale2x_uint16* dst1, const scale2x_uint16* src0, const s… in scale2x_16_def()
144 void scale2x_32_def(scale2x_uint32* dst0, scale2x_uint32* dst1, const scale2x_uint32* src0, const s… in scale2x_32_def()
192 static inline void scale2x_8_mmx_single(scale2x_uint8* dst, const scale2x_uint8* src0, const scale2… in scale2x_8_mmx_single()
269 static inline void scale2x_16_mmx_single(scale2x_uint16* dst, const scale2x_uint16* src0, const sca… in scale2x_16_mmx_single()
346 static inline void scale2x_32_mmx_single(scale2x_uint32* dst, const scale2x_uint32* src0, const sca… in scale2x_32_mmx_single()
444 void scale2x_8_mmx(scale2x_uint8* dst0, scale2x_uint8* dst1, const scale2x_uint8* src0, const scale… in scale2x_8_mmx()
467 void scale2x_16_mmx(scale2x_uint16* dst0, scale2x_uint16* dst1, const scale2x_uint16* src0, const s… in scale2x_16_mmx()
[all …]
H A Dscale3x.cpp42 …id scale3x_8_def_border(scale3x_uint8* __restrict__ dst, const scale3x_uint8* __restrict__ src0, c… in scale3x_8_def_border()
63 …id scale3x_8_def_center(scale3x_uint8* __restrict__ dst, const scale3x_uint8* __restrict__ src0, c… in scale3x_8_def_center()
84 … scale3x_16_def_border(scale3x_uint16* __restrict__ dst, const scale3x_uint16* __restrict__ src0, … in scale3x_16_def_border()
105 … scale3x_16_def_center(scale3x_uint16* __restrict__ dst, const scale3x_uint16* __restrict__ src0, … in scale3x_16_def_center()
126 … scale3x_32_def_border(scale3x_uint32* __restrict__ dst, const scale3x_uint32* __restrict__ src0, … in scale3x_32_def_border()
147 … scale3x_32_def_center(scale3x_uint32* __restrict__ dst, const scale3x_uint32* __restrict__ src0, … in scale3x_32_def_center()
182 …(scale3x_uint8* dst0, scale3x_uint8* dst1, scale3x_uint8* dst2, const scale3x_uint8* src0, const s… in scale3x_8_def()
200 …le3x_uint16* dst0, scale3x_uint16* dst1, scale3x_uint16* dst2, const scale3x_uint16* src0, const s… in scale3x_16_def()
218 …le3x_uint32* dst0, scale3x_uint32* dst1, scale3x_uint32* dst2, const scale3x_uint32* src0, const s… in scale3x_32_def()
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/effect/
H A Dscale2x.h52 static inline void scale2x_8_def_single(scale2x_Uint8* dst, const scale2x_Uint8* src0, const scale2… in scale2x_8_def_single()
96 static inline void scale2x_16_def_single(scale2x_Uint16* dst, const scale2x_Uint16* src0, const sc… in scale2x_16_def_single()
140 static inline void scale2x_32_def_single(scale2x_Uint32* dst, const scale2x_Uint32* src0, const sc… in scale2x_32_def_single()
197 …ne void scale2x_8_def(scale2x_Uint8* dst0, scale2x_Uint8* dst1, const scale2x_Uint8* src0, const s… in scale2x_8_def()
216 …oid scale2x_16_def(scale2x_Uint16* dst0, scale2x_Uint16* dst1, const scale2x_Uint16* src0, const s… in scale2x_16_def()
235 …oid scale2x_32_def(scale2x_Uint32* dst0, scale2x_Uint32* dst1, const scale2x_Uint32* src0, const s… in scale2x_32_def()
286 static inline void scale2x_8_mmx_single(scale2x_Uint8* dst, const scale2x_Uint8* src0, const scale2… in scale2x_8_mmx_single()
477 static inline void scale2x_16_mmx_single(scale2x_Uint16* dst, const scale2x_Uint16* src0, const sca… in scale2x_16_mmx_single()
668 static inline void scale2x_32_mmx_single(scale2x_Uint32* dst, const scale2x_Uint32* src0, const sca… in scale2x_32_mmx_single()
880 …ne void scale2x_8_mmx(scale2x_Uint8* dst0, scale2x_Uint8* dst1, const scale2x_Uint8* src0, const s… in scale2x_8_mmx()
[all …]
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/ngen/
H A Dngen_asm.hpp680 void brc(const InstructionModifier &mod, const RegData &src0) { in brc()
687 void brd(const InstructionModifier &mod, const RegData &src0) { in brd()
709 void cbit(const InstructionModifier &mod, const RegData &dst, const RegData &src0) { in cbit()
821 void fbh(const InstructionModifier &mod, const RegData &dst, const RegData &src0) { in fbh()
829 void fbl(const InstructionModifier &mod, const RegData &dst, const RegData &src0) { in fbl()
837 void frc(const InstructionModifier &mod, const RegData &dst, const RegData &src0) { in frc()
895 void lzd(const InstructionModifier &mod, const RegData &dst, const RegData &src0) { in lzd()
1000 void mov(const InstructionModifier &mod, const RegData &dst, const RegData &src0) { in mov()
1008 void movi(const InstructionModifier &mod, const RegData &dst, const RegData &src0) { in movi()
1051 void not(const InstructionModifier &mod, const RegData &dst, const RegData &src0) { in not()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/intf/video/scalers/
H A Dscale2x.h50 static void scale2x_8_def_single(scale2x_uint8* dst, const scale2x_uint8* src0, const scale2x_uint8… in scale2x_8_def_single()
92 static void scale2x_16_def_single(scale2x_uint16* dst, const scale2x_uint16* src0, const scale2x_ui… in scale2x_16_def_single()
134 static void scale2x_32_def_single(scale2x_uint32* dst, const scale2x_uint32* src0, const scale2x_ui… in scale2x_32_def_single()
189 …ne void scale2x_8_def(scale2x_uint8* dst0, scale2x_uint8* dst1, const scale2x_uint8* src0, const s… in scale2x_8_def()
208 …oid scale2x_16_def(scale2x_uint16* dst0, scale2x_uint16* dst1, const scale2x_uint16* src0, const s… in scale2x_16_def()
227 …oid scale2x_32_def(scale2x_uint32* dst0, scale2x_uint32* dst1, const scale2x_uint32* src0, const s… in scale2x_32_def()
278 static inline void scale2x_8_mmx_single(scale2x_uint8* dst, const scale2x_uint8* src0, const scale2… in scale2x_8_mmx_single()
469 static inline void scale2x_16_mmx_single(scale2x_uint16* dst, const scale2x_uint16* src0, const sca… in scale2x_16_mmx_single()
660 static inline void scale2x_32_mmx_single(scale2x_uint32* dst, const scale2x_uint32* src0, const sca… in scale2x_32_mmx_single()
893 static void scale2x_16_mmx(scale2x_uint16* dst0, scale2x_uint16* dst1, const scale2x_uint16* src0, … in scale2x_16_mmx()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/intf/video/scalers/
H A Dscale2x.h50 static void scale2x_8_def_single(scale2x_uint8* dst, const scale2x_uint8* src0, const scale2x_uint8… in scale2x_8_def_single()
92 static void scale2x_16_def_single(scale2x_uint16* dst, const scale2x_uint16* src0, const scale2x_ui… in scale2x_16_def_single()
134 static void scale2x_32_def_single(scale2x_uint32* dst, const scale2x_uint32* src0, const scale2x_ui… in scale2x_32_def_single()
189 …ne void scale2x_8_def(scale2x_uint8* dst0, scale2x_uint8* dst1, const scale2x_uint8* src0, const s… in scale2x_8_def()
208 …oid scale2x_16_def(scale2x_uint16* dst0, scale2x_uint16* dst1, const scale2x_uint16* src0, const s… in scale2x_16_def()
227 …oid scale2x_32_def(scale2x_uint32* dst0, scale2x_uint32* dst1, const scale2x_uint32* src0, const s… in scale2x_32_def()
278 static inline void scale2x_8_mmx_single(scale2x_uint8* dst, const scale2x_uint8* src0, const scale2… in scale2x_8_mmx_single()
469 static inline void scale2x_16_mmx_single(scale2x_uint16* dst, const scale2x_uint16* src0, const sca… in scale2x_16_mmx_single()
660 static inline void scale2x_32_mmx_single(scale2x_uint32* dst, const scale2x_uint32* src0, const sca… in scale2x_32_mmx_single()
893 static void scale2x_16_mmx(scale2x_uint16* dst0, scale2x_uint16* dst1, const scale2x_uint16* src0, … in scale2x_16_mmx()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/tests/checkasm/
H A Dfixed_dsp.c40 static void check_vector_fmul(const int *src0, const int *src1) in check_vector_fmul()
54 static void check_vector_fmul_add(const int *src0, const int *src1, const int *src2) in check_vector_fmul_add()
68 static void check_vector_fmul_window(const int32_t *src0, const int32_t *src1, const int32_t *win) in check_vector_fmul_window()
82 static void check_vector_fmul_window_scaled(const int32_t *src0, const int32_t *src1, const int32_t… in check_vector_fmul_window_scaled()
96 static void check_butterflies(const int *src0, const int *src1) in check_butterflies()
120 static void check_scalarproduct_fixed(const int *src0, const int *src1) in check_scalarproduct_fixed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tests/checkasm/
H A Dfixed_dsp.c39 static void check_vector_fmul(const int *src0, const int *src1) in check_vector_fmul()
53 static void check_vector_fmul_add(const int *src0, const int *src1, const int *src2) in check_vector_fmul_add()
67 static void check_vector_fmul_window(const int32_t *src0, const int32_t *src1, const int32_t *win) in check_vector_fmul_window()
81 static void check_vector_fmul_window_scaled(const int32_t *src0, const int32_t *src1, const int32_t… in check_vector_fmul_window_scaled()
95 static void check_butterflies(const int *src0, const int *src1) in check_butterflies()
119 static void check_scalarproduct_fixed(const int *src0, const int *src1) in check_scalarproduct_fixed()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tests/checkasm/
H A Dfixed_dsp.c39 static void check_vector_fmul(const int *src0, const int *src1) in check_vector_fmul()
53 static void check_vector_fmul_add(const int *src0, const int *src1, const int *src2) in check_vector_fmul_add()
67 static void check_vector_fmul_window(const int32_t *src0, const int32_t *src1, const int32_t *win) in check_vector_fmul_window()
81 static void check_vector_fmul_window_scaled(const int32_t *src0, const int32_t *src1, const int32_t… in check_vector_fmul_window_scaled()
95 static void check_butterflies(const int *src0, const int *src1) in check_butterflies()
119 static void check_scalarproduct_fixed(const int *src0, const int *src1) in check_scalarproduct_fixed()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tests/checkasm/
H A Dfixed_dsp.c40 static void check_vector_fmul(const int *src0, const int *src1) in check_vector_fmul()
54 static void check_vector_fmul_add(const int *src0, const int *src1, const int *src2) in check_vector_fmul_add()
68 static void check_vector_fmul_window(const int32_t *src0, const int32_t *src1, const int32_t *win) in check_vector_fmul_window()
82 static void check_vector_fmul_window_scaled(const int32_t *src0, const int32_t *src1, const int32_t… in check_vector_fmul_window_scaled()
96 static void check_butterflies(const int *src0, const int *src1) in check_butterflies()
120 static void check_scalarproduct_fixed(const int *src0, const int *src1) in check_scalarproduct_fixed()
/dports/games/openxcom/OpenXcom-1.0/src/Engine/Scalers/
H A Dscale3x.cpp64 …cale3x_uint8* restrict dst1, scale3x_uint8* restrict dst2, const scale3x_uint8* restrict src0, con… in scale3x_8_def_whole()
157 …ine void scale3x_8_def_border(scale3x_uint8* restrict dst, const scale3x_uint8* restrict src0, con… in scale3x_8_def_border()
208 …ine void scale3x_8_def_center(scale3x_uint8* restrict dst, const scale3x_uint8* restrict src0, con… in scale3x_8_def_center()
262 …le3x_uint16* restrict dst1, scale3x_uint16* restrict dst2, const scale3x_uint16* restrict src0, co… in scale3x_16_def_whole()
355 …e void scale3x_16_def_border(scale3x_uint16* restrict dst, const scale3x_uint16* restrict src0, co… in scale3x_16_def_border()
406 …e void scale3x_16_def_center(scale3x_uint16* restrict dst, const scale3x_uint16* restrict src0, co… in scale3x_16_def_center()
552 …e void scale3x_32_def_border(scale3x_uint32* restrict dst, const scale3x_uint32* restrict src0, co… in scale3x_32_def_border()
603 …e void scale3x_32_def_center(scale3x_uint32* restrict dst, const scale3x_uint32* restrict src0, co… in scale3x_32_def_center()
670 …(scale3x_uint8* dst0, scale3x_uint8* dst1, scale3x_uint8* dst2, const scale3x_uint8* src0, const s… in scale3x_8_def()
693 …le3x_uint16* dst0, scale3x_uint16* dst1, scale3x_uint16* dst2, const scale3x_uint16* src0, const s… in scale3x_16_def()
[all …]
/dports/games/openjazz/openjazz-20190106/src/io/gfx/scale2x/
H A Dscale3x.cpp53 …cale3x_uint8* restrict dst1, scale3x_uint8* restrict dst2, const scale3x_uint8* restrict src0, con… in scale3x_8_def_whole()
146 …ine void scale3x_8_def_border(scale3x_uint8* restrict dst, const scale3x_uint8* restrict src0, con… in scale3x_8_def_border()
197 …ine void scale3x_8_def_center(scale3x_uint8* restrict dst, const scale3x_uint8* restrict src0, con… in scale3x_8_def_center()
250 …le3x_uint16* restrict dst1, scale3x_uint16* restrict dst2, const scale3x_uint16* restrict src0, co… in scale3x_16_def_whole()
343 …e void scale3x_16_def_border(scale3x_uint16* restrict dst, const scale3x_uint16* restrict src0, co… in scale3x_16_def_border()
394 …e void scale3x_16_def_center(scale3x_uint16* restrict dst, const scale3x_uint16* restrict src0, co… in scale3x_16_def_center()
540 …e void scale3x_32_def_border(scale3x_uint32* restrict dst, const scale3x_uint32* restrict src0, co… in scale3x_32_def_border()
591 …e void scale3x_32_def_center(scale3x_uint32* restrict dst, const scale3x_uint32* restrict src0, co… in scale3x_32_def_center()
656 …(scale3x_uint8* dst0, scale3x_uint8* dst1, scale3x_uint8* dst2, const scale3x_uint8* src0, const s… in scale3x_8_def()
679 …le3x_uint16* dst0, scale3x_uint16* dst1, scale3x_uint16* dst2, const scale3x_uint16* src0, const s… in scale3x_16_def()
[all …]
/dports/emulators/dgen-sdl/dgen-sdl-1.33/scale2x/
H A Dscale3x.c57 …cale3x_uint8* restrict dst1, scale3x_uint8* restrict dst2, const scale3x_uint8* restrict src0, con… in scale3x_8_def_whole()
150 …ine void scale3x_8_def_border(scale3x_uint8* restrict dst, const scale3x_uint8* restrict src0, con… in scale3x_8_def_border()
201 …ine void scale3x_8_def_center(scale3x_uint8* restrict dst, const scale3x_uint8* restrict src0, con… in scale3x_8_def_center()
256 …le3x_uint16* restrict dst1, scale3x_uint16* restrict dst2, const scale3x_uint16* restrict src0, co… in scale3x_16_def_whole()
349 …e void scale3x_16_def_border(scale3x_uint16* restrict dst, const scale3x_uint16* restrict src0, co… in scale3x_16_def_border()
400 …e void scale3x_16_def_center(scale3x_uint16* restrict dst, const scale3x_uint16* restrict src0, co… in scale3x_16_def_center()
548 …e void scale3x_32_def_border(scale3x_uint32* restrict dst, const scale3x_uint32* restrict src0, co… in scale3x_32_def_border()
599 …e void scale3x_32_def_center(scale3x_uint32* restrict dst, const scale3x_uint32* restrict src0, co… in scale3x_32_def_center()
666 …(scale3x_uint8* dst0, scale3x_uint8* dst1, scale3x_uint8* dst2, const scale3x_uint8* src0, const s… in scale3x_8_def()
689 …le3x_uint16* dst0, scale3x_uint16* dst1, scale3x_uint16* dst2, const scale3x_uint16* src0, const s… in scale3x_16_def()
[all …]
/dports/games/powermanga/powermanga-0.93.1/src/
H A Dscale3x.c56 …cale3x_uint8* restrict dst1, scale3x_uint8* restrict dst2, const scale3x_uint8* restrict src0, con… in scale3x_8_def_whole()
148 …ine void scale3x_8_def_border(scale3x_uint8* restrict dst, const scale3x_uint8* restrict src0, con… in scale3x_8_def_border()
199 …ine void scale3x_8_def_center(scale3x_uint8* restrict dst, const scale3x_uint8* restrict src0, con… in scale3x_8_def_center()
251 …le3x_uint16* restrict dst1, scale3x_uint16* restrict dst2, const scale3x_uint16* restrict src0, co… in scale3x_16_def_whole()
343 …e void scale3x_16_def_border(scale3x_uint16* restrict dst, const scale3x_uint16* restrict src0, co… in scale3x_16_def_border()
394 …e void scale3x_16_def_center(scale3x_uint16* restrict dst, const scale3x_uint16* restrict src0, co… in scale3x_16_def_center()
538 …e void scale3x_32_def_border(scale3x_uint32* restrict dst, const scale3x_uint32* restrict src0, co… in scale3x_32_def_border()
589 …e void scale3x_32_def_center(scale3x_uint32* restrict dst, const scale3x_uint32* restrict src0, co… in scale3x_32_def_center()
654 …(scale3x_uint8* dst0, scale3x_uint8* dst1, scale3x_uint8* dst2, const scale3x_uint8* src0, const s… in scale3x_8_def()
677 …le3x_uint16* dst0, scale3x_uint16* dst1, scale3x_uint16* dst2, const scale3x_uint16* src0, const s… in scale3x_16_def()
[all …]
/dports/graphics/scale2x/scale2x-3.1/
H A Dscale3x.c55 …cale3x_uint8* restrict dst1, scale3x_uint8* restrict dst2, const scale3x_uint8* restrict src0, con… in scale3x_8_def_whole()
146 …ine void scale3x_8_def_border(scale3x_uint8* restrict dst, const scale3x_uint8* restrict src0, con… in scale3x_8_def_border()
197 …ine void scale3x_8_def_center(scale3x_uint8* restrict dst, const scale3x_uint8* restrict src0, con… in scale3x_8_def_center()
248 …le3x_uint16* restrict dst1, scale3x_uint16* restrict dst2, const scale3x_uint16* restrict src0, co… in scale3x_16_def_whole()
339 …e void scale3x_16_def_border(scale3x_uint16* restrict dst, const scale3x_uint16* restrict src0, co… in scale3x_16_def_border()
390 …e void scale3x_16_def_center(scale3x_uint16* restrict dst, const scale3x_uint16* restrict src0, co… in scale3x_16_def_center()
532 …e void scale3x_32_def_border(scale3x_uint32* restrict dst, const scale3x_uint32* restrict src0, co… in scale3x_32_def_border()
583 …e void scale3x_32_def_center(scale3x_uint32* restrict dst, const scale3x_uint32* restrict src0, co… in scale3x_32_def_center()
648 …(scale3x_uint8* dst0, scale3x_uint8* dst1, scale3x_uint8* dst2, const scale3x_uint8* src0, const s… in scale3x_8_def()
671 …le3x_uint16* dst0, scale3x_uint16* dst1, scale3x_uint16* dst2, const scale3x_uint16* src0, const s… in scale3x_16_def()
[all …]
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/VideoRender/
H A DScale2x.h50 static void scale2x_8_def_single(scale2x_uint8* dst, const scale2x_uint8* src0, const scale2x_uint8… in scale2x_8_def_single()
92 static void scale2x_16_def_single(scale2x_uint16* dst, const scale2x_uint16* src0, const scale2x_ui… in scale2x_16_def_single()
134 static void scale2x_32_def_single(scale2x_uint32* dst, const scale2x_uint32* src0, const scale2x_ui… in scale2x_32_def_single()
190 static void scale2x_8_def(scale2x_uint8* dst0, scale2x_uint8* dst1, const scale2x_uint8* src0, cons… in scale2x_8_def()
210 static void scale2x_16_def(scale2x_uint16* dst0, scale2x_uint16* dst1, const scale2x_uint16* src0, … in scale2x_16_def()
230 static void scale2x_32_def(scale2x_uint32* dst0, scale2x_uint32* dst1, const scale2x_uint32* src0, … in scale2x_32_def()
281 static inline void scale2x_8_mmx_single(scale2x_uint8* dst, const scale2x_uint8* src0, const scale2… in scale2x_8_mmx_single()
472 static inline void scale2x_16_mmx_single(scale2x_uint16* dst, const scale2x_uint16* src0, const sca… in scale2x_16_mmx_single()
663 static inline void scale2x_32_mmx_single(scale2x_uint32* dst, const scale2x_uint32* src0, const sca… in scale2x_32_mmx_single()
875 static void scale2x_8_mmx(scale2x_uint8* dst0, scale2x_uint8* dst1, const scale2x_uint8* src0, cons… in scale2x_8_mmx()
[all …]
/dports/emulators/mednafen/mednafen/src/drivers/
H A Dscale3x.c42 …id scale3x_8_def_border(scale3x_uint8* __restrict__ dst, const scale3x_uint8* __restrict__ src0, c… in scale3x_8_def_border()
87 …id scale3x_8_def_center(scale3x_uint8* __restrict__ dst, const scale3x_uint8* __restrict__ src0, c… in scale3x_8_def_center()
134 … scale3x_16_def_border(scale3x_uint16* __restrict__ dst, const scale3x_uint16* __restrict__ src0, … in scale3x_16_def_border()
179 … scale3x_16_def_center(scale3x_uint16* __restrict__ dst, const scale3x_uint16* __restrict__ src0, … in scale3x_16_def_center()
226 … scale3x_32_def_border(scale3x_uint32* __restrict__ dst, const scale3x_uint32* __restrict__ src0, … in scale3x_32_def_border()
271 … scale3x_32_def_center(scale3x_uint32* __restrict__ dst, const scale3x_uint32* __restrict__ src0, … in scale3x_32_def_center()
332 …(scale3x_uint8* dst0, scale3x_uint8* dst1, scale3x_uint8* dst2, const scale3x_uint8* src0, const s… in scale3x_8_def()
353 …le3x_uint16* dst0, scale3x_uint16* dst1, scale3x_uint16* dst2, const scale3x_uint16* src0, const s… in scale3x_16_def()
374 …le3x_uint32* dst0, scale3x_uint32* dst1, scale3x_uint32* dst2, const scale3x_uint32* src0, const s… in scale3x_32_def()
/dports/emulators/jzintv/jzintv-20200712-src/src/scale/
H A Dscale3x.c146 …INE void scale3x_8_def_border(scale3x_uint8* RESTRICT dst, const scale3x_uint8* RESTRICT src0, con… in scale3x_8_def_border()
197 …INE void scale3x_8_def_center(scale3x_uint8* RESTRICT dst, const scale3x_uint8* RESTRICT src0, con… in scale3x_8_def_center()
339 …E void scale3x_16_def_border(scale3x_uint16* RESTRICT dst, const scale3x_uint16* RESTRICT src0, co… in scale3x_16_def_border()
390 …E void scale3x_16_def_center(scale3x_uint16* RESTRICT dst, const scale3x_uint16* RESTRICT src0, co… in scale3x_16_def_center()
532 …E void scale3x_32_def_border(scale3x_uint32* RESTRICT dst, const scale3x_uint32* RESTRICT src0, co… in scale3x_32_def_border()
583 …E void scale3x_32_def_center(scale3x_uint32* RESTRICT dst, const scale3x_uint32* RESTRICT src0, co… in scale3x_32_def_center()
648 …(scale3x_uint8* dst0, scale3x_uint8* dst1, scale3x_uint8* dst2, const scale3x_uint8* src0, const s… in scale3x_8_def()
671 …le3x_uint16* dst0, scale3x_uint16* dst1, scale3x_uint16* dst2, const scale3x_uint16* src0, const s… in scale3x_16_def()
694 …le3x_uint32* dst0, scale3x_uint32* dst1, scale3x_uint32* dst2, const scale3x_uint32* src0, const s… in scale3x_32_def()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCISABuilder.hpp787 inline void CEncoder::Cos(CVariable* dst, CVariable* src0) in Cos()
792 inline void CEncoder::Sin(CVariable* dst, CVariable* src0) in Sin()
797 inline void CEncoder::Log(CVariable* dst, CVariable* src0) in Log()
802 inline void CEncoder::Exp(CVariable* dst, CVariable* src0) in Exp()
807 inline void CEncoder::Sqrt(CVariable* dst, CVariable* src0) in Sqrt()
817 inline void CEncoder::Ceil(CVariable* dst, CVariable* src0) in Ceil()
822 inline void CEncoder::Ctlz(CVariable* dst, CVariable* src0) in Ctlz()
847 inline void CEncoder::Inv(CVariable* dst, CVariable* src0) in Inv()
852 inline void CEncoder::Not(CVariable* dst, CVariable* src0) in Not()
857 inline void CEncoder::Frc(CVariable* dst, CVariable* src0) in Frc()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/x86-shared/
H A DAssembler-x86-shared.h2149 void vpinsrb(unsigned lane, Register src1, FloatRegister src0, in vpinsrb()
2154 void vpinsrw(unsigned lane, Register src1, FloatRegister src0, in vpinsrw()
2159 void vpinsrd(unsigned lane, Register src1, FloatRegister src0, in vpinsrd()
2184 void vpsllq(Imm32 shift, FloatRegister src0, FloatRegister dest) { in vpsllq()
2192 void vpsrlq(Imm32 shift, FloatRegister src0, FloatRegister dest) { in vpsrlq()
2450 void vcmpps(uint8_t order, Operand src1, FloatRegister src0, in vcmpps()
2491 void vcmpunordps(const Operand& src1, FloatRegister src0, in vcmpunordps()
2501 void vcmppd(uint8_t order, Operand src1, FloatRegister src0, in vcmppd()
2542 void vcmpunordpd(const Operand& src1, FloatRegister src0, in vcmpunordpd()
3959 FloatRegister src0, FloatRegister dest) { in vroundsd()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/compiler/
H A Dtest_fs_cmod_propagation.cpp114 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local
146 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local
180 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local
213 fs_reg src0 = v->vgrf(glsl_type::uint_type); in TEST_F() local
245 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local
283 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local
325 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local
364 fs_reg src0 = v->vgrf(glsl_type::float_type); in TEST_F() local
549 fs_reg src0 = v->vgrf(glsl_type::int_type); in TEST_F() local
808 fs_reg src0 = v->vgrf(glsl_type::int_type); in TEST_F() local
[all …]

12345678910>>...189