Searched refs:src2 (Results 76 - 100 of 237) sorted by relevance

12345678910

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c460 LLVMValueRef src0, src1, src2; local
569 src2 = lp_build_emit_fetch(&bld->bld_base, inst, 2, LP_CHAN_ALL);
571 dst0 = lp_build_add(&bld->bld_base.base, tmp0, src2);
583 src2 = lp_build_emit_fetch(&bld->bld_base, inst, 2, LP_CHAN_ALL);
584 tmp0 = lp_build_sub(&bld->bld_base.base, src1, src2);
586 dst0 = lp_build_add(&bld->bld_base.base, tmp0, src2);
592 src2 = lp_build_emit_fetch(&bld->bld_base, inst, 2, LP_CHAN_ALL);
594 tmp0 = lp_build_cmp(&bld->bld_base.base, PIPE_FUNC_GREATER, src2, tmp1);
610 src2 = lp_build_emit_fetch(&bld->bld_base, inst, 2, LP_CHAN_ALL);
612 dst0 = lp_build_min(&bld->bld_base.base, tmp0, src2);
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dimage.cpp84 SkRect src1, src2, src3; local
86 src2.iset(-surf->width() / 2, -surf->height() / 2,
97 canvas->drawImageRect(imgG, &src2, dst2, usePaint ? &paint : NULL);
H A Dpoly2poly.cpp249 const int src2[] = { 32, 32, 64, 32 }; variable
251 doDraw(canvas, &paint, src2, dst2, 2);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c460 LLVMValueRef src0, src1, src2; local
569 src2 = lp_build_emit_fetch(&bld->bld_base, inst, 2, LP_CHAN_ALL);
571 dst0 = lp_build_add(&bld->bld_base.base, tmp0, src2);
583 src2 = lp_build_emit_fetch(&bld->bld_base, inst, 2, LP_CHAN_ALL);
584 tmp0 = lp_build_sub(&bld->bld_base.base, src1, src2);
586 dst0 = lp_build_add(&bld->bld_base.base, tmp0, src2);
592 src2 = lp_build_emit_fetch(&bld->bld_base, inst, 2, LP_CHAN_ALL);
594 tmp0 = lp_build_cmp(&bld->bld_base.base, PIPE_FUNC_GREATER, src2, tmp1);
610 src2 = lp_build_emit_fetch(&bld->bld_base, inst, 2, LP_CHAN_ALL);
612 dst0 = lp_build_min(&bld->bld_base.base, tmp0, src2);
[all...]
/external/skia/gm/
H A Dimage.cpp90 SkRect src1, src2, src3; local
92 src2.iset(-surf->width() / 2, -surf->height() / 2,
103 imgG->draw(canvas, &src2, dst2, usePaint ? &paint : NULL);
/external/opencv/cxcore/src/
H A Dcxmatmul.cpp572 const void* src2, size_t step2, const void* src3, size_t step3,
577 const void* src2, size_t step2, void* dst, size_t dststep,
581 const void* src2, size_t step2, void* dst, size_t dststep,
2118 #define ICV_DEF_MULADDC_CASE_C1( arrtype, temptype, src1, src2, dst, len ) \
2124 temptype t0 = (src1)[i]*s0 + (src2)[i]; \
2125 temptype t1 = (src1)[i+1]*s0 + (src2)[i+1]; \
2130 t0 = (src1)[i+2]*s0 + (src2)[i+2]; \
2131 t1 = (src1)[i+3]*s0 + (src2)[i+3]; \
2139 temptype t0 = (src1)[i]*s0 + (src2)[i]; \
2145 #define ICV_DEF_MULADDC_CASE_C2( arrtype, temptype, src1, src2, ds
[all...]
H A D_cxipp.h93 ( const uchar* src1, int srcstep1, const uchar* src2, int srcstep2, \
97 ( const ushort* src1, int srcstep1, const ushort* src2, int srcstep2,\
101 ( const short* src1, int srcstep1, const short* src2, int srcstep2, \
105 ( const int* src1, int srcstep1, const int* src2, int srcstep2, \
109 ( const float* src1, int srcstep1, const float* src2, int srcstep2, \
113 ( const double* src1, int srcstep1, const double* src2, int srcstep2,\
129 ( const uchar* src1, int srcstep1, const uchar* src2, int srcstep2, \
432 const arrtype* src2, int srcstep2, \
449 ( const arrtype* src1, int srcstep1, const arrtype* src2, int srcstep2, \
/external/pcre/dist/sljit/
H A DsljitNativeARM_64.c1400 sljit_si src2, sljit_sw src2w)
1405 check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w);
1408 ADJUST_LOCAL_OFFSET(src2, src2w);
1433 if (src2 & SLJIT_MEM) {
1434 if (getput_arg_fast(compiler, mem_flags, TMP_REG2, src2, src2w))
1441 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
1442 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG2, src2, src2w, src1, src1w));
1446 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG1, src1, src1w, src2, src2w));
1447 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG2, src2, src2w, dst, dstw));
1453 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG2, src2, src2
1397 sljit_emit_op2(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w) argument
1622 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_si op, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w) argument
1689 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w) argument
[all...]
H A DsljitNativeARM_T2_32.c1432 sljit_si src2, sljit_sw src2w)
1437 check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w);
1440 ADJUST_LOCAL_OFFSET(src2, src2w);
1457 if (src2 & SLJIT_MEM) {
1458 if (getput_arg_fast(compiler, WORD_SIZE, TMP_REG2, src2, src2w))
1465 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
1466 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG2, src2, src2w, src1, src1w));
1470 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG1, src1, src1w, src2, src2w));
1471 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG2, src2, src2w, dst, dstw));
1477 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG2, src2, src2
1429 sljit_emit_op2(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w) argument
1657 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_si op, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w) argument
1723 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w) argument
[all...]
/external/jpeg/
H A Djccolor.c324 UINT32 src2 = *in++; local
326 *out0++ = PACK(B0(src0), B3(src0), B2(src1), B1(src2));
327 *out1++ = PACK(B1(src0), B0(src1), B3(src1), B2(src2));
328 *out2++ = PACK(B2(src0), B1(src1), B0(src2), B3(src2));
/external/opencv/cvaux/src/
H A Dcvdpstereo.cpp82 void icvFindStereoCorrespondenceByBirchfieldDP( uchar* src1, uchar* src2, argument
116 uchar* srcdata2 = src2 + widthStep * y;
506 CvMat *src1, *src2;
513 CV_CALL( src2 = cvGetMat( rightImage, &src2_stub, &coi ));
520 CV_MAT_TYPE( src2->type ) != CV_8UC1 ||
524 if( !CV_ARE_SIZES_EQ( src1, src2 ) || !CV_ARE_SIZES_EQ( src1, dst ) )
540 src2->data.ptr, dst->data.ptr,
/external/libpng/contrib/gregbook/
H A Drpng2-x.c1353 uch *src, *src2=NULL; local
1404 src2 = bg_data + row*bg_rowbytes;
1435 bg_red = *src2++;
1436 bg_green = *src2++;
1437 bg_blue = *src2++;
1479 src2 = bg_data + row*bg_rowbytes;
1503 bg_red = *src2++;
1504 bg_green = *src2++;
1505 bg_blue = *src2++;
1594 uch *src, *src2 local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimage.c509 const GLushort (*src2)[4] = (const GLushort (*)[4]) src;
514 dst1[i][RCOMP] = USHORT_TO_UBYTE(src2[i][RCOMP]);
515 dst1[i][GCOMP] = USHORT_TO_UBYTE(src2[i][GCOMP]);
516 dst1[i][BCOMP] = USHORT_TO_UBYTE(src2[i][BCOMP]);
517 dst1[i][ACOMP] = USHORT_TO_UBYTE(src2[i][ACOMP]);
524 const GLushort (*src2)[4] = (const GLushort (*)[4]) src;
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[
[all...]
/external/mesa3d/src/mesa/main/
H A Dimage.c509 const GLushort (*src2)[4] = (const GLushort (*)[4]) src;
514 dst1[i][RCOMP] = USHORT_TO_UBYTE(src2[i][RCOMP]);
515 dst1[i][GCOMP] = USHORT_TO_UBYTE(src2[i][GCOMP]);
516 dst1[i][BCOMP] = USHORT_TO_UBYTE(src2[i][BCOMP]);
517 dst1[i][ACOMP] = USHORT_TO_UBYTE(src2[i][ACOMP]);
524 const GLushort (*src2)[4] = (const GLushort (*)[4]) src;
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[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c116 const union tgsi_exec_channel *src2)
118 dst->f[0] = src0->f[0] < src1->f[0] ? src1->f[0] : src0->f[0] > src2->f[0] ? src2->f[0] : src0->f[0];
119 dst->f[1] = src0->f[1] < src1->f[1] ? src1->f[1] : src0->f[1] > src2->f[1] ? src2->f[1] : src0->f[1];
120 dst->f[2] = src0->f[2] < src1->f[2] ? src1->f[2] : src0->f[2] > src2->f[2] ? src2->f[2] : src0->f[2];
121 dst->f[3] = src0->f[3] < src1->f[3] ? src1->f[3] : src0->f[3] > src2->f[3] ? src2->f[3] : src0->f[3];
128 const union tgsi_exec_channel *src2)
113 micro_clamp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
125 micro_cmp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
137 micro_cnd(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
270 micro_lrp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
282 micro_mad(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
956 micro_lt( union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2, const union tgsi_exec_channel *src3 ) argument
3313 micro_umad(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
3434 micro_ucmp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
[all...]
H A Dtgsi_ureg.h727 struct ureg_src src2 ) \
744 ureg_emit_src( ureg, src2 ); \
754 struct ureg_src src2, \
774 ureg_emit_src( ureg, src2 ); \
785 struct ureg_src src2, \
803 ureg_emit_src( ureg, src2 ); \
814 struct ureg_src src2, \
833 ureg_emit_src( ureg, src2 ); \
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c116 const union tgsi_exec_channel *src2)
118 dst->f[0] = src0->f[0] < src1->f[0] ? src1->f[0] : src0->f[0] > src2->f[0] ? src2->f[0] : src0->f[0];
119 dst->f[1] = src0->f[1] < src1->f[1] ? src1->f[1] : src0->f[1] > src2->f[1] ? src2->f[1] : src0->f[1];
120 dst->f[2] = src0->f[2] < src1->f[2] ? src1->f[2] : src0->f[2] > src2->f[2] ? src2->f[2] : src0->f[2];
121 dst->f[3] = src0->f[3] < src1->f[3] ? src1->f[3] : src0->f[3] > src2->f[3] ? src2->f[3] : src0->f[3];
128 const union tgsi_exec_channel *src2)
113 micro_clamp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
125 micro_cmp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
137 micro_cnd(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
270 micro_lrp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
282 micro_mad(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
956 micro_lt( union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2, const union tgsi_exec_channel *src3 ) argument
3313 micro_umad(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
3434 micro_ucmp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader.h218 struct sh_srcreg src2; member in struct:sh_trinaryop
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_program.h125 GLuint src0, GLuint src1, GLuint src2);
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader.h218 struct sh_srcreg src2; member in struct:sh_trinaryop
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_program.h125 GLuint src0, GLuint src1, GLuint src2);
/external/valgrind/main/none/tests/ppc32/
H A Djm-insns.c6310 unsigned int *src1, *src2, *dst; local
6351 src2 = (unsigned int*)&vec_in2;
6356 printf("%08x%08x%08x%08x\n", src2[0], src2[1], src2[2], src2[3]);
6376 unsigned int *src1, *src2, *src3, *dst; local
6420 src2 = (unsigned int*)&vec_in2;
6426 src2[0], src2[
6451 unsigned int *src1, *src2, *dst; local
6649 unsigned int *src1, *src2, *dst; local
7067 unsigned int *src1, *src2, *dst; local
7134 unsigned int *src1, *src2, *src3, *dst; local
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Djm-insns.c6310 unsigned int *src1, *src2, *dst; local
6351 src2 = (unsigned int*)&vec_in2;
6356 printf("%08x%08x%08x%08x\n", src2[0], src2[1], src2[2], src2[3]);
6376 unsigned int *src1, *src2, *src3, *dst; local
6420 src2 = (unsigned int*)&vec_in2;
6426 src2[0], src2[
6451 unsigned int *src1, *src2, *dst; local
6649 unsigned int *src1, *src2, *dst; local
7067 unsigned int *src1, *src2, *dst; local
7134 unsigned int *src1, *src2, *src3, *dst; local
[all...]
/external/chromium_org/ppapi/generators/
H A Didl_lexer.py290 open('tokenized.txt', 'w').write(src2)
296 print "****************\n%s\n%s***************\n" % (src1, src2)
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
H A Dx86asm.pl136 my ($dst,$src1,$src2,$rxb)=@_;
141 $rxb&=~(0x02<<5) if($src2>=8);

Completed in 592 milliseconds

12345678910