Searched refs:dst4 (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkMatrix44.cpp701 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[
704 map2_if(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
716 map2_id(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
728 map2_tf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
743 map2_td(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
755 map2_sf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
768 map2_sd(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
780 map2_af(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
798 map2_ad(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
812 map2_pf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
827 map2_pd(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
[all...]
/external/skia/src/utils/
H A DSkMatrix44.cpp701 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[
704 map2_if(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
716 map2_id(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
728 map2_tf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
743 map2_td(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
755 map2_sf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
768 map2_sd(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
780 map2_af(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
798 map2_ad(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
812 map2_pf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, int count, float* SK_RESTRICT dst4) argument
827 map2_pd(const SkMScalar mat[][4], const double* SK_RESTRICT src2, int count, double* SK_RESTRICT dst4) argument
[all...]
/external/skia/gm/
H A Dimage.cpp96 SkRect dst1, dst2, dst3, dst4; local
100 dst4.set(0, 480, 65, 545);
105 imgG->draw(canvas, NULL, dst4, usePaint ? &paint : NULL);
H A Dpoly2poly.cpp260 const int dst4[] = { 0, 0, 96, 0, 64, 96, 0, 64 }; variable
261 doDraw(canvas, &paint, src4, dst4, 4);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimage.c492 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[
[all...]
H A Dreadpix.c283 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/mesa/main/
H A Dimage.c492 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[
[all...]
H A Dreadpix.c283 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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_drawpix.c81 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/mesa3d/src/mesa/swrast/
H A Ds_drawpix.c81 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/chromium_org/third_party/skia/include/utils/
H A DSkMatrix44.h371 * @param dst4 array of [x', y', z', w'] quads as the output.
373 void map2(const float src2[], int count, float dst4[]) const;
374 void map2(const double src2[], int count, double dst4[]) const;
/external/skia/include/utils/
H A DSkMatrix44.h371 * @param dst4 array of [x', y', z', w'] quads as the output.
373 void map2(const float src2[], int count, float dst4[]) const;
374 void map2(const double src2[], int count, double dst4[]) const;
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm.cc1259 uint32_t dst4; member in struct:__anon15620
1319 t.dst4 = 0;
1335 CHECK_EQ(0x41424344, t.dst4);
1361 uint32_t dst4; member in struct:__anon15621
1389 __ str(r2, MemOperand(r4, OFFSET_OF(T, dst4)));
1411 t.dst4 = 0;
1418 CHECK_EQ(0x11121313, t.dst4);

Completed in 418 milliseconds