Searched defs:dst4 (Results 1 - 24 of 24) sorted by relevance

/external/skia/samplecode/
H A DSamplePolyToPoly.cpp150 const int dst4[] = { 0, 0, 96, 0, 64, 96, 0, 64 }; local
151 doDraw(canvas, &paint, src4, dst4, 4);
/external/skia/src/core/
H A DSk4px.h109 dst4 = fn(Load4(src+4)); local
111 dst4.store4(dst+4);
131 // As above, but with dst4' = fn(dst4, src4).
139 dst4 = fn(Load4(dst+4), Load4(src+4)); local
141 dst4.store4(dst+4);
161 // As above, but with dst4' = fn(dst4, alpha4).
169 dst4 = fn(Load4(dst+4), Load4Alphas(a+4)); local
171 dst4
201 dst4 = fn(Load4(dst+4), Load4(src+4), Load4Alphas(a+4)); local
[all...]
H A DSkMatrix44.cpp747 typedef void (*Map2Procf)(const SkMScalar mat[][4], const float src2[], int count, float dst4[]);
748 typedef void (*Map2Procd)(const SkMScalar mat[][4], const double src2[], int count, double dst4[]);
751 int count, float* SK_RESTRICT dst4) {
753 dst4[0] = src2[0];
754 dst4[1] = src2[1];
755 dst4[2] = 0;
756 dst4[3] = 1;
758 dst4 += 4;
763 int count, double* SK_RESTRICT dst4) {
765 dst4[
750 map2_if(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
762 map2_id(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
774 map2_tf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
789 map2_td(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
801 map2_sf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
814 map2_sd(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
826 map2_af(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
844 map2_ad(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
858 map2_pf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
873 map2_pd(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
[all...]
/external/skqp/samplecode/
H A DSamplePolyToPoly.cpp150 const int dst4[] = { 0, 0, 96, 0, 64, 96, 0, 64 }; local
151 doDraw(canvas, &paint, src4, dst4, 4);
/external/skqp/src/core/
H A DSk4px.h109 dst4 = fn(Load4(src+4)); local
111 dst4.store4(dst+4);
131 // As above, but with dst4' = fn(dst4, src4).
139 dst4 = fn(Load4(dst+4), Load4(src+4)); local
141 dst4.store4(dst+4);
161 // As above, but with dst4' = fn(dst4, alpha4).
169 dst4 = fn(Load4(dst+4), Load4Alphas(a+4)); local
171 dst4
201 dst4 = fn(Load4(dst+4), Load4(src+4), Load4Alphas(a+4)); local
[all...]
H A DSkMatrix44.cpp747 typedef void (*Map2Procf)(const SkMScalar mat[][4], const float src2[], int count, float dst4[]);
748 typedef void (*Map2Procd)(const SkMScalar mat[][4], const double src2[], int count, double dst4[]);
751 int count, float* SK_RESTRICT dst4) {
753 dst4[0] = src2[0];
754 dst4[1] = src2[1];
755 dst4[2] = 0;
756 dst4[3] = 1;
758 dst4 += 4;
763 int count, double* SK_RESTRICT dst4) {
765 dst4[
750 map2_if(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
762 map2_id(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
774 map2_tf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
789 map2_td(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
801 map2_sf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
814 map2_sd(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
826 map2_af(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
844 map2_ad(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
858 map2_pf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
873 map2_pd(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
[all...]
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dvpx_convolve_avg_msa.c85 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; local
90 LD_UB8(dst, dst_stride, dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7);
94 AVER_UB4_UB(src4, dst4, src5, dst5, src6, dst6, src7, dst7, dst4, dst5,
96 ST_UB8(dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, dst, dst_stride);
107 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; local
114 LD_UB4(dst_dup, dst_stride, dst0, dst2, dst4, dst6);
126 AVER_UB4_UB(src4, dst4, src5, dst5, src6, dst6, src7, dst7, dst4, dst5,
133 ST_UB4(dst0, dst2, dst4, dst
148 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; local
[all...]
H A Didct16x16_msa.c332 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; local
417 dst4 = LD_UB(dst + 3 * dst_stride);
419 ILVR_B2_SH(zero, dst4, zero, dst5, res4, res5);
H A Dvpx_convolve8_avg_vert_msa.c470 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; local
488 LD_UB4(dst + 16, dst_stride, dst4, dst5, dst6, dst7);
513 PCKEV_AVG_ST_UB(tmp1, tmp0, dst4, dst + 16);
542 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; local
560 LD_UB2(dst + 32, dst_stride, dst4, dst5);
589 PCKEV_AVG_ST_UB(tmp1, tmp0, dst4, dst + 32);
/external/skia/gm/
H A Dpoly2poly.cpp269 const int dst4[] = { 0, 0, 96, 0, 64, 96, 0, 64 }; variable
270 doDraw(canvas, &paint, src4, dst4, 4);
H A Dimage.cpp74 SkRect dst1, dst2, dst3, dst4; local
78 dst4.set(0, 480, 65, 545);
83 canvas->drawImageRect(imgG, dst4, usePaint ? &paint : nullptr);
/external/skqp/gm/
H A Dpoly2poly.cpp269 const int dst4[] = { 0, 0, 96, 0, 64, 96, 0, 64 }; variable
270 doDraw(canvas, &paint, src4, dst4, 4);
H A Dimage.cpp73 SkRect dst1, dst2, dst3, dst4; local
77 dst4.set(0, 480, 65, 545);
82 canvas->drawImageRect(imgG, dst4, usePaint ? &paint : nullptr);
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c157 uint *dst4 = (uint *) dst; local
182 res4[j] = ~(src4[j] | dst4[j]);
186 res4[j] = ~src4[j] & dst4[j];
194 res4[j] = src4[j] & ~dst4[j];
198 res4[j] = ~dst4[j];
202 res4[j] = dst4[j] ^ src4[j];
206 res4[j] = ~(src4[j] & dst4[j]);
210 res4[j] = src4[j] & dst4[j];
214 res4[j] = ~(src4[j] ^ dst4[j]);
218 res4[j] = dst4[
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_drawpix.c83 GLuint *dst4 = (GLuint *) dst; local
85 dst4[j] = PACK_COLOR_8888(0xff, src[j*3+0], src[j*3+1], src[j*3+2]);
130 GLuint *dst4 = (GLuint *) dst; local
132 dst4[j] = PACK_COLOR_8888(src[j*4+3], src[j*4+0],
/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc532 LogicVRegister dst4,
537 dst4.ClearForWrite(vform);
546 dst4.ReadUintFromMem(vform, i, addr4);
559 LogicVRegister dst4,
565 dst4.ClearForWrite(vform);
572 dst4.ReadUintFromMem(vform, index, addr4);
580 LogicVRegister dst4,
585 dst4.ClearForWrite(vform);
593 dst4.ReadUintFromMem(vform, i, addr4);
676 LogicVRegister dst4,
528 ld4(VectorFormat vform, LogicVRegister dst1, LogicVRegister dst2, LogicVRegister dst3, LogicVRegister dst4, uint64_t addr1) argument
555 ld4(VectorFormat vform, LogicVRegister dst1, LogicVRegister dst2, LogicVRegister dst3, LogicVRegister dst4, int index, uint64_t addr1) argument
576 ld4r(VectorFormat vform, LogicVRegister dst1, LogicVRegister dst2, LogicVRegister dst3, LogicVRegister dst4, uint64_t addr) argument
672 st4(VectorFormat vform, LogicVRegister dst, LogicVRegister dst2, LogicVRegister dst3, LogicVRegister dst4, uint64_t addr) argument
695 st4(VectorFormat vform, LogicVRegister dst, LogicVRegister dst2, LogicVRegister dst3, LogicVRegister dst4, int index, uint64_t addr) argument
[all...]
/external/v8/src/arm64/
H A Dmacro-assembler-arm64.cc913 const CPURegister& dst4, const CPURegister& dst5,
917 DCHECK(!AreAliased(dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7));
918 DCHECK(AreSameSizeAndType(dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7));
925 PopHelper(count - 4, size, dst4, dst5, dst6, dst7);
911 Pop(const CPURegister& dst0, const CPURegister& dst1, const CPURegister& dst2, const CPURegister& dst3, const CPURegister& dst4, const CPURegister& dst5, const CPURegister& dst6, const CPURegister& dst7) argument
/external/valgrind/VEX/priv/
H A Dguest_s390_toIR.c7226 IRTemp dst4 = newTemp(Ity_D32); local
7321 assign(dst4, binop(Iop_F64toD32, irrm, mkexpr(src4)));
7322 put_dpr_w0(0, mkexpr(dst4)); /* put the result in FPR 0,2 */
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1824 milliseconds