HomeSort by relevance Sort by last modified time
    Searched refs:dst4 (Results 1 - 19 of 19) sorted by null

  /external/skia/src/opts/
SkBlitRow_opts_SSE4.cpp 23 __m128i* dst4 = (__m128i*)dst; local
42 _mm_storeu_si128(dst4+i+0, s0);
43 _mm_storeu_si128(dst4+i+1, s1);
44 _mm_storeu_si128(dst4+i+2, s2);
45 _mm_storeu_si128(dst4+i+3, s3);
49 _mm_storeu_si128(dst4+i+0, SkPMSrcOver_SSE2(s0, _mm_loadu_si128(dst4+i+0)));
50 _mm_storeu_si128(dst4+i+1, SkPMSrcOver_SSE2(s1, _mm_loadu_si128(dst4+i+1)));
51 _mm_storeu_si128(dst4+i+2, SkPMSrcOver_SSE2(s2, _mm_loadu_si128(dst4+i+2)))
    [all...]
SkBlitRow_opts_SSE2.cpp 149 __m128i* dst4 = (__m128i*)dst; local
170 _mm_storeu_si128(dst4+i+0, s0);
171 _mm_storeu_si128(dst4+i+1, s1);
172 _mm_storeu_si128(dst4+i+2, s2);
173 _mm_storeu_si128(dst4+i+3, s3);
177 _mm_storeu_si128(dst4+i+0, SkPMSrcOver_SSE2(s0, _mm_loadu_si128(dst4+i+0)));
178 _mm_storeu_si128(dst4+i+1, SkPMSrcOver_SSE2(s1, _mm_loadu_si128(dst4+i+1)));
179 _mm_storeu_si128(dst4+i+2, SkPMSrcOver_SSE2(s2, _mm_loadu_si128(dst4+i+2)))
    [all...]
  /external/skia/src/utils/
SkMatrix44.cpp 701 typedef void (*Map2Procf)(const SkMScalar mat[][4], const float src2[], int count, float dst4[]);
702 typedef void (*Map2Procd)(const SkMScalar mat[][4], const double src2[], int count, double dst4[]);
705 int count, float* SK_RESTRICT dst4) {
707 dst4[0] = src2[0];
708 dst4[1] = src2[1];
709 dst4[2] = 0;
710 dst4[3] = 1;
712 dst4 += 4;
717 int count, double* SK_RESTRICT dst4) {
719 dst4[0] = src2[0]
    [all...]
  /external/skia/src/core/
Sk4px.h 77 dst4 = fn(Load4(src+4)); local
79 dst4.store4(dst+4);
99 // As above, but with dst4' = fn(dst4, src4).
105 dst4 = fn(Load4(dst+4), Load4(src+4)); local
107 dst4.store4(dst+4);
127 // As above, but with dst4' = fn(dst4, src4, alpha4).
136 dst4 = fn(Load4(dst+4), Load4(src+4), alpha4); local
138 dst4.store4(dst+4)
    [all...]
SkXfermode.cpp     [all...]
  /external/skia/samplecode/
SamplePolyToPoly.cpp 156 const int dst4[] = { 0, 0, 96, 0, 64, 96, 0, 64 }; local
157 doDraw(canvas, &paint, src4, dst4, 4);
  /external/mesa3d/src/mesa/main/
image.c 492 GLfloat (*dst4)[4] = (GLfloat (*)[4]) (useTemp ? tempBuffer : dst);
497 dst4[i][RCOMP] = UBYTE_TO_FLOAT(src1[i][RCOMP]);
498 dst4[i][GCOMP] = UBYTE_TO_FLOAT(src1[i][GCOMP]);
499 dst4[i][BCOMP] = UBYTE_TO_FLOAT(src1[i][BCOMP]);
500 dst4[i][ACOMP] = UBYTE_TO_FLOAT(src1[i][ACOMP]);
525 GLfloat (*dst4)[4] = (GLfloat (*)[4]) (useTemp ? tempBuffer : dst);
530 dst4[i][RCOMP] = USHORT_TO_FLOAT(src2[i][RCOMP]);
531 dst4[i][GCOMP] = USHORT_TO_FLOAT(src2[i][GCOMP]);
532 dst4[i][BCOMP] = USHORT_TO_FLOAT(src2[i][BCOMP]);
533 dst4[i][ACOMP] = USHORT_TO_FLOAT(src2[i][ACOMP])
    [all...]
readpix.c 283 GLuint *dst4 = (GLuint *) dst, *map4 = (GLuint *) map; local
285 dst4[i] = (pixel & 0xff00ff00)
295 GLuint *dst4 = (GLuint *) dst, *map4 = (GLuint *) map; local
298 dst4[i] = map4[i] | 0xff000000; /* set A=0xff */
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 157 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[j]
    [all...]
  /external/skia/gm/
image.cpp 89 SkRect dst1, dst2, dst3, dst4; local
93 dst4.set(0, 480, 65, 545);
98 canvas->drawImageRect(imgG, NULL, dst4, usePaint ? &paint : NULL);
poly2poly.cpp 263 const int dst4[] = { 0, 0, 96, 0, 64, 96, 0, 64 }; variable
264 doDraw(canvas, &paint, src4, dst4, 4);
  /external/mesa3d/src/mesa/swrast/
s_drawpix.c 81 GLuint *dst4 = (GLuint *) dst; local
83 dst4[j] = PACK_COLOR_8888(0xff, src[j*3+0], src[j*3+1], src[j*3+2]);
128 GLuint *dst4 = (GLuint *) dst; local
130 dst4[j] = PACK_COLOR_8888(src[j*4+3], src[j*4+0],
  /external/skia/include/utils/
SkMatrix44.h 409 * @param dst4 array of [x', y', z', w'] quads as the output.
411 void map2(const float src2[], int count, float dst4[]) const;
412 void map2(const double src2[], int count, double dst4[]) const;
  /external/skia/src/effects/
SkColorMatrixFilter.cpp 323 Sk4f dst4 = c0 * r4 + c1 * g4 + c2 * b4 + c3 * a4 + c4; local
326 dst[i] = SkPMFloat(premul(clamp_0_255(dst4))).round();
  /external/v8/test/cctest/
test-assembler-arm.cc 1236 uint32_t dst4; member in struct:__anon19219
1355 uint32_t dst4; member in struct:__anon19220
    [all...]
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 183 final float dst4 = (atmp1 * src1 + atmp2 * src2 + atmp5 * src3) local
239 mInv[ 4 + mInvOffset] = dst4 * invdet;
  /external/vixl/src/vixl/a64/
logic-a64.cc 520 LogicVRegister dst4,
525 dst4.ClearForWrite(vform);
534 dst4.ReadUintFromMem(vform, i, addr4);
547 LogicVRegister dst4,
553 dst4.ClearForWrite(vform);
560 dst4.ReadUintFromMem(vform, index, addr4);
568 LogicVRegister dst4,
573 dst4.ClearForWrite(vform);
581 dst4.ReadUintFromMem(vform, i, addr4);
666 LogicVRegister dst4,
    [all...]
simulator-a64.h     [all...]
  /external/valgrind/VEX/priv/
guest_s390_toIR.c 7216 IRTemp dst4 = newTemp(Ity_D32); local
    [all...]

Completed in 366 milliseconds