Home
last modified time | relevance | path

Searched refs:dst4 (Results 1 – 25 of 39) sorted by relevance

12

/external/skia/src/core/
DSkMatrix44.cpp749 typedef void (*Map2Procf)(const SkMScalar mat[][4], const float src2[], int count, float dst4[]);
750 typedef void (*Map2Procd)(const SkMScalar mat[][4], const double src2[], int count, double dst4[]);
753 int count, float* SK_RESTRICT dst4) { in map2_if() argument
755 dst4[0] = src2[0]; in map2_if()
756 dst4[1] = src2[1]; in map2_if()
757 dst4[2] = 0; in map2_if()
758 dst4[3] = 1; in map2_if()
760 dst4 += 4; in map2_if()
765 int count, double* SK_RESTRICT dst4) { in map2_id() argument
767 dst4[0] = src2[0]; in map2_id()
[all …]
DSkBlitRow_D32.cpp64 auto dst4 = ( __m128i*)dst; in blit_row_s32_blend() local
67 _mm_storeu_si128(dst4, SkPMLerp_SSE2(_mm_loadu_si128(src4), in blit_row_s32_blend()
68 _mm_loadu_si128(dst4), in blit_row_s32_blend()
71 dst4++; in blit_row_s32_blend()
76 dst = ( SkPMColor*)dst4; in blit_row_s32_blend()
129 auto dst4 = ( __m128i*)dst; in blit_row_s32a_blend() local
132 _mm_storeu_si128(dst4, SkBlendARGB32_SSE2(_mm_loadu_si128(src4), in blit_row_s32a_blend()
133 _mm_loadu_si128(dst4), in blit_row_s32a_blend()
136 dst4++; in blit_row_s32a_blend()
141 dst = ( SkPMColor*)dst4; in blit_row_s32a_blend()
DSk4px.h117 dst4 = fn(Load4(src+4)); in MapSrc() local
119 dst4.store4(dst+4); in MapSrc()
147 dst4 = fn(Load4(dst+4), Load4(src+4)); in MapDstSrc() local
149 dst4.store4(dst+4); in MapDstSrc()
177 dst4 = fn(Load4(dst+4), Load4Alphas(a+4)); in MapDstAlpha() local
179 dst4.store4(dst+4); in MapDstAlpha()
209 dst4 = fn(Load4(dst+4), Load4(src+4), Load4Alphas(a+4)); in MapDstSrcAlpha() local
211 dst4.store4(dst+4); in MapDstSrcAlpha()
/external/skqp/src/core/
DSkMatrix44.cpp749 typedef void (*Map2Procf)(const SkMScalar mat[][4], const float src2[], int count, float dst4[]);
750 typedef void (*Map2Procd)(const SkMScalar mat[][4], const double src2[], int count, double dst4[]);
753 int count, float* SK_RESTRICT dst4) { in map2_if() argument
755 dst4[0] = src2[0]; in map2_if()
756 dst4[1] = src2[1]; in map2_if()
757 dst4[2] = 0; in map2_if()
758 dst4[3] = 1; in map2_if()
760 dst4 += 4; in map2_if()
765 int count, double* SK_RESTRICT dst4) { in map2_id() argument
767 dst4[0] = src2[0]; in map2_id()
[all …]
DSkBlitRow_D32.cpp64 auto dst4 = ( __m128i*)dst; in blit_row_s32_blend() local
67 _mm_storeu_si128(dst4, SkPMLerp_SSE2(_mm_loadu_si128(src4), in blit_row_s32_blend()
68 _mm_loadu_si128(dst4), in blit_row_s32_blend()
71 dst4++; in blit_row_s32_blend()
76 dst = ( SkPMColor*)dst4; in blit_row_s32_blend()
129 auto dst4 = ( __m128i*)dst; in blit_row_s32a_blend() local
132 _mm_storeu_si128(dst4, SkBlendARGB32_SSE2(_mm_loadu_si128(src4), in blit_row_s32a_blend()
133 _mm_loadu_si128(dst4), in blit_row_s32a_blend()
136 dst4++; in blit_row_s32a_blend()
141 dst = ( SkPMColor*)dst4; in blit_row_s32a_blend()
DSk4px.h117 dst4 = fn(Load4(src+4)); in MapSrc() local
119 dst4.store4(dst+4); in MapSrc()
147 dst4 = fn(Load4(dst+4), Load4(src+4)); in MapDstSrc() local
149 dst4.store4(dst+4); in MapDstSrc()
177 dst4 = fn(Load4(dst+4), Load4Alphas(a+4)); in MapDstAlpha() local
179 dst4.store4(dst+4); in MapDstAlpha()
209 dst4 = fn(Load4(dst+4), Load4(src+4), Load4Alphas(a+4)); in MapDstSrcAlpha() local
211 dst4.store4(dst+4); in MapDstSrcAlpha()
/external/libvpx/libvpx/vpx_dsp/mips/
Dvpx_convolve_avg_msa.c85 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in avg_width16_msa() local
90 LD_UB8(dst, dst_stride, dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7); in avg_width16_msa()
94 AVER_UB4_UB(src4, dst4, src5, dst5, src6, dst6, src7, dst7, dst4, dst5, in avg_width16_msa()
96 ST_UB8(dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, dst, dst_stride); in avg_width16_msa()
107 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in avg_width32_msa() local
114 LD_UB4(dst_dup, dst_stride, dst0, dst2, dst4, dst6); in avg_width32_msa()
126 AVER_UB4_UB(src4, dst4, src5, dst5, src6, dst6, src7, dst7, dst4, dst5, in avg_width32_msa()
133 ST_UB4(dst0, dst2, dst4, dst6, dst, dst_stride); in avg_width32_msa()
148 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in avg_width64_msa() local
163 LD_UB4(dst_dup, 16, dst4, dst5, dst6, dst7); in avg_width64_msa()
[all …]
Dvpx_convolve8_avg_vert_msa.c470 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in common_vt_2t_and_aver_dst_32w_msa() local
488 LD_UB4(dst + 16, dst_stride, dst4, dst5, dst6, dst7); in common_vt_2t_and_aver_dst_32w_msa()
513 PCKEV_AVG_ST_UB(tmp1, tmp0, dst4, dst + 16); in common_vt_2t_and_aver_dst_32w_msa()
542 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in common_vt_2t_and_aver_dst_64w_msa() local
560 LD_UB2(dst + 32, dst_stride, dst4, dst5); in common_vt_2t_and_aver_dst_64w_msa()
589 PCKEV_AVG_ST_UB(tmp1, tmp0, dst4, dst + 32); in common_vt_2t_and_aver_dst_64w_msa()
Didct16x16_msa.c332 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in vpx_iadst16_1d_columns_addblk_msa() local
417 dst4 = LD_UB(dst + 3 * dst_stride); in vpx_iadst16_1d_columns_addblk_msa()
419 ILVR_B2_SH(zero, dst4, zero, dst5, res4, res5); in vpx_iadst16_1d_columns_addblk_msa()
/external/llvm/test/MC/Hexagon/
Dlcomm.s4 .lcomm dst4,4,4,4
9 r0 = add(pc, ##dst4@PCREL)
14 # CHECK: 00000000 l .sbss.4 00000004 dst4
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Hexagon/
Dlcomm.s4 .lcomm dst4,4,4,4
9 r0 = add(pc, ##dst4@PCREL)
14 # CHECK: 00000000 l .sbss.4 00000004 dst4
/external/mesa3d/src/mesa/main/
Dimage.c506 GLfloat (*dst4)[4] = (GLfloat (*)[4]) (useTemp ? tempBuffer : dst); in _mesa_convert_colors() local
511 dst4[i][RCOMP] = UBYTE_TO_FLOAT(src1[i][RCOMP]); in _mesa_convert_colors()
512 dst4[i][GCOMP] = UBYTE_TO_FLOAT(src1[i][GCOMP]); in _mesa_convert_colors()
513 dst4[i][BCOMP] = UBYTE_TO_FLOAT(src1[i][BCOMP]); in _mesa_convert_colors()
514 dst4[i][ACOMP] = UBYTE_TO_FLOAT(src1[i][ACOMP]); in _mesa_convert_colors()
539 GLfloat (*dst4)[4] = (GLfloat (*)[4]) (useTemp ? tempBuffer : dst); in _mesa_convert_colors() local
544 dst4[i][RCOMP] = USHORT_TO_FLOAT(src2[i][RCOMP]); in _mesa_convert_colors()
545 dst4[i][GCOMP] = USHORT_TO_FLOAT(src2[i][GCOMP]); in _mesa_convert_colors()
546 dst4[i][BCOMP] = USHORT_TO_FLOAT(src2[i][BCOMP]); in _mesa_convert_colors()
547 dst4[i][ACOMP] = USHORT_TO_FLOAT(src2[i][ACOMP]); in _mesa_convert_colors()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c157 uint *dst4 = (uint *) dst; in logicop_quad() local
182 res4[j] = ~(src4[j] | dst4[j]); in logicop_quad()
186 res4[j] = ~src4[j] & dst4[j]; in logicop_quad()
194 res4[j] = src4[j] & ~dst4[j]; in logicop_quad()
198 res4[j] = ~dst4[j]; in logicop_quad()
202 res4[j] = dst4[j] ^ src4[j]; in logicop_quad()
206 res4[j] = ~(src4[j] & dst4[j]); in logicop_quad()
210 res4[j] = src4[j] & dst4[j]; in logicop_quad()
214 res4[j] = ~(src4[j] ^ dst4[j]); in logicop_quad()
218 res4[j] = dst4[j]; in logicop_quad()
[all …]
/external/dng_sdk/source/
Ddng_image.cpp382 dng_rect dst4 (dng_rect (splitV, in GetRepeat() local
387 if (dst4.NotEmpty ()) in GetRepeat()
392 temp.fArea = dst4 + (srcArea.TL () - in GetRepeat()
396 temp.fData = buffer.DirtyPixel (dst4.t, in GetRepeat()
397 dst4.l, in GetRepeat()
/external/skia/gm/
Dpoly2poly.cpp101 const int dst4[] = { 0, 0, 96, 0, 64, 96, 0, 64 }; in onDraw() local
102 doDraw(canvas, font, &paint, src4, dst4, 4); in onDraw()
Dimage.cpp72 SkRect dst1, dst2, dst3, dst4; in test_surface() local
76 dst4.set(0, 480, 65, 545); in test_surface()
81 canvas->drawImageRect(imgG, dst4, usePaint ? &paint : nullptr); in test_surface()
/external/skia/samplecode/
DSamplePolyToPoly.cpp150 const int dst4[] = { 0, 0, 96, 0, 64, 96, 0, 64 }; in onDrawContent() local
151 doDraw(canvas, &paint, font, src4, dst4, 4); in onDrawContent()
/external/skqp/samplecode/
DSamplePolyToPoly.cpp150 const int dst4[] = { 0, 0, 96, 0, 64, 96, 0, 64 }; in onDrawContent() local
151 doDraw(canvas, &paint, font, src4, dst4, 4); in onDrawContent()
/external/skqp/gm/
Dpoly2poly.cpp271 const int dst4[] = { 0, 0, 96, 0, 64, 96, 0, 64 }; in onDraw() local
272 doDraw(canvas, font, &paint, src4, dst4, 4); in onDraw()
Dimage.cpp72 SkRect dst1, dst2, dst3, dst4; in test_surface() local
76 dst4.set(0, 480, 65, 545); in test_surface()
81 canvas->drawImageRect(imgG, dst4, usePaint ? &paint : nullptr); in test_surface()
/external/mesa3d/src/mesa/swrast/
Ds_drawpix.c83 GLuint *dst4 = (GLuint *) dst; in fast_draw_rgb_ubyte_pixels() local
85 dst4[j] = PACK_COLOR_8888(0xff, src[j*3+0], src[j*3+1], src[j*3+2]); in fast_draw_rgb_ubyte_pixels()
130 GLuint *dst4 = (GLuint *) dst; in fast_draw_rgba_ubyte_pixels() local
132 dst4[j] = PACK_COLOR_8888(src[j*4+3], src[j*4+0], in fast_draw_rgba_ubyte_pixels()
/external/skia/include/core/
DSkMatrix44.h428 void map2(const float src2[], int count, float dst4[]) const;
429 void map2(const double src2[], int count, double dst4[]) const;
/external/skqp/include/core/
DSkMatrix44.h428 void map2(const float src2[], int count, float dst4[]) const;
429 void map2(const double src2[], int count, double dst4[]) const;
/external/v8/src/arm64/
Dsimulator-logic-arm64.cc448 LogicVRegister dst4, uint64_t addr1) { in ld4() argument
452 dst4.ClearForWrite(vform); in ld4()
461 dst4.ReadUintFromMem(vform, i, addr4); in ld4()
471 LogicVRegister dst4, int index, uint64_t addr1) { in ld4() argument
475 dst4.ClearForWrite(vform); in ld4()
482 dst4.ReadUintFromMem(vform, index, addr4); in ld4()
487 LogicVRegister dst4, uint64_t addr) { in ld4r() argument
491 dst4.ClearForWrite(vform); in ld4r()
499 dst4.ReadUintFromMem(vform, i, addr4); in ld4r()
558 LogicVRegister dst3, LogicVRegister dst4, uint64_t addr) { in st4() argument
[all …]
/external/vixl/src/aarch64/
Dlogic-aarch64.cc300 LogicVRegister dst4, in ld4() argument
305 dst4.ClearForWrite(vform); in ld4()
314 dst4.ReadUintFromMem(vform, i, addr4); in ld4()
327 LogicVRegister dst4, in ld4() argument
333 dst4.ClearForWrite(vform); in ld4()
340 dst4.ReadUintFromMem(vform, index, addr4); in ld4()
348 LogicVRegister dst4, in ld4r() argument
353 dst4.ClearForWrite(vform); in ld4r()
361 dst4.ReadUintFromMem(vform, i, addr4); in ld4r()
444 LogicVRegister dst4, in st4() argument
[all …]

12