Searched defs:src1 (Results 51 - 75 of 124) sorted by relevance

12345

/external/mesa3d/src/mesa/swrast/
H A Ds_blit.c659 GLubyte *src1 = srcMap + srcY1 * srcRowStride + srcXpos * bpp; local
664 src1, srcBuffer1);
668 _mesa_unpack_rgba_row(readFormat, srcWidth, src1, srcBuffer1);
H A Ds_texfetch_tmp.h1443 const GLushort *src1 = src0 + 1; /* odd */ local
1446 const GLubyte y1 = (*src1 >> 8) & 0xff; /* luminance */
1447 const GLubyte cr = *src1 & 0xff; /* chroma V */
1473 const GLushort *src1 = src0 + 1; /* odd */ local
1476 const GLubyte y1 = *src1 & 0xff; /* luminance */
1477 const GLubyte cb = (*src1 >> 8) & 0xff; /* chroma U */
/external/opencv/cv/src/
H A Dcvderiv.cpp575 const int *src0 = src[-1], *src1 = src[0], *src2 = src[1]; local
580 int s0 = src0[i] - src1[i]*2 + src2[i] + src1[i+width];
581 int s1 = src0[i+1] - src1[i+1]*2 + src2[i+1] + src1[i+width+1];
586 dst[i] = (short)(src0[i] - src1[i]*2 + src2[i] + src1[i+width]);
591 int s0 = src0[i] - src1[i]*2 + src2[i] +
592 src0[i+width] + src1[i+width]*2 + src2[i+width];
593 int s1 = src0[i+1] - src1[
609 const int *src0 = src[-2], *src1 = src[-1], *src2 = src[0], *src3 = src[1], *src4 = src[2]; local
643 const int* src1 = src[k] + i, *src2 = src[-k] + i; local
659 const int* src1 = src[k] + i, *src2 = src[-k] + i; local
675 const int* src1 = src[k] + i, *src2 = src[-k] + i; local
717 const float *src0 = src[-1], *src1 = src[0], *src2 = src[1]; local
751 const float *src0 = src[-2], *src1 = src[-1], *src2 = src[0], *src3 = src[1], *src4 = src[2]; local
772 const float* src1 = src[k] + i, *src2 = src[-k] + i; local
788 const float* src1 = src[k] + i, *src2 = src[-k] + i; local
[all...]
/external/opencv/cxcore/src/
H A Dcxcopy.cpp304 CvSparseMat* src1 = (CvSparseMat*)src; local
309 dst1->dims = src1->dims;
310 memcpy( dst1->size, src1->size, src1->dims*sizeof(src1->size[0]));
311 dst1->valoffset = src1->valoffset;
312 dst1->idxoffset = src1->idxoffset;
315 if( src1->heap->active_count >= dst1->hashsize*CV_SPARSE_HASH_RATIO )
318 dst1->hashsize = src1->hashsize;
325 for( node = cvInitSparseMatIterator( src1,
841 const uchar* src1 = src + (size.height - 1)*srcstep; local
[all...]
H A Dcxarithm.cpp60 worktype t0 = __op__((src1)[i], (src2)[i]); \
61 worktype t1 = __op__((src1)[i+1], (src2)[i+1]); \
66 t0 = __op__((src1)[i+2],(src2)[i+2]); \
67 t1 = __op__((src1)[i+3],(src2)[i+3]); \
75 worktype t0 = __op__((src1)[i],(src2)[i]); \
82 ( const type* src1, int step1, const type* src2, int step2, \
84 (src1, step1, src2, step2, dst, step, size) ) \
86 step1/=sizeof(src1[0]); step2/=sizeof(src2[0]); step/=sizeof(dst[0]); \
90 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
92 worktype t0 = __op__((src1)[
286 CvMat srcstub1, srcstub2, *src1, *src2; local
761 CvMat srcstub1, *src1 = (CvMat*)srcarr1; local
1321 CvMat srcstub1, *src1 = (CvMat*)srcarr1; local
1669 CvMat srcstub1, *src1 = (CvMat*)srcarr1; local
1869 icvAddWeighted_8u_fast_C1R( const uchar* src1, int step1, double alpha, const uchar* src2, int step2, double beta, double gamma, uchar* dst, int step, CvSize size ) argument
[all...]
H A Dcxcmp.cpp57 worktype a1 = _toggle_macro_(src1[x]), \
67 worktype a1 = _toggle_macro_(src1[x*2]), \
70 a1 = _toggle_macro_(src1[x*2+1]); \
81 worktype a1 = _toggle_macro_(src1[x*3]), \
84 a1 = _toggle_macro_(src1[x*3+1]); \
88 a1 = _toggle_macro_(src1[x*3+2]); \
99 worktype a1 = _toggle_macro_(src1[x*4]), \
102 a1 = _toggle_macro_(src1[x*4+1]); \
106 a1 = _toggle_macro_(src1[x*4+2]); \
110 a1 = _toggle_macro_(src1[
256 CvMat srcstub1, *src1 = (CvMat*)srcarr1; local
355 CvMat srcstub1, *src1 = (CvMat*)srcarr; local
567 CvMat srcstub1, *src1 = (CvMat*)srcarr1; local
705 CvMat srcstub1, *src1 = (CvMat*)srcarr; local
975 CvMat srcstub1, *src1 = (CvMat*)srcarr1; local
1076 CvMat srcstub1, *src1 = (CvMat*)srcarr; local
1425 CvMat srcstub1, *src1 = (CvMat*)srcarr1; local
[all...]
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Image.cpp202 FX_DWORD src0, src1, src, dest, s1, s2, m1, m2, m3; local
375 src1 = *srcPtr++;
377 dest |= src1 >> s1;
382 src0 = src1;
383 src1 = *srcPtr++;
384 src = (((src0 << 8) | src1) >> s1) & 0xff;
389 src0 = src1;
391 src1 = *srcPtr++;
393 src1 = 0;
395 src = (((src0 << 8) | src1) >> s
[all...]
/external/skia/src/core/
H A DSkGeometry.cpp731 const SkScalar src1[] = { 0, 0 }; local
743 { TEST_COLLAPS_ENTRY(src1), 1 },
/external/v8/test/cctest/
H A Dtest-assembler-arm.cc1225 uint32_t src1; member in struct:__anon14910
1294 t.src1 = 0x11121314;
1349 uint32_t src1; member in struct:__anon14911
1367 __ ldr(r1, MemOperand(r4, OFFSET_OF(T, src1)));
1397 t.src1 = 0x11121314;
/external/bison/lib/
H A Debitset.c1029 ebitset_op3_cmp (bitset dst, bitset src1, bitset src2, enum bitset_ops op) argument
1045 ebitset_resize (dst, max (BITSET_NBITS_ (src1), BITSET_NBITS_ (src2)));
1047 ssize1 = EBITSET_SIZE (src1);
1054 selts1 = EBITSET_ELTS (src1);
1177 ebitset_and_cmp (bitset dst, bitset src1, bitset src2) argument
1188 else if (EBITSET_ZERO_P (src1))
1195 return ebitset_op3_cmp (dst, src1, src2, BITSET_OP_AND);
1200 ebitset_and (bitset dst, bitset src1, bitset src2) argument
1202 ebitset_and_cmp (dst, src1, src2);
1207 ebitset_andn_cmp (bitset dst, bitset src1, bitse argument
1227 ebitset_andn(bitset dst, bitset src1, bitset src2) argument
1234 ebitset_or_cmp(bitset dst, bitset src1, bitset src2) argument
1249 ebitset_or(bitset dst, bitset src1, bitset src2) argument
1256 ebitset_xor_cmp(bitset dst, bitset src1, bitset src2) argument
1271 ebitset_xor(bitset dst, bitset src1, bitset src2) argument
[all...]
H A Dvasnprintf.c343 multiply (mpn_t src1, mpn_t src2, mpn_t *dest) argument
350 if (src1.nlimbs <= src2.nlimbs)
352 len1 = src1.nlimbs;
353 p1 = src1.limbs;
361 len2 = src1.nlimbs;
362 p2 = src1.limbs;
367 /* src1 or src2 is zero. */
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_lowering_nv50.cpp800 Value *src1 = bld.getSSA(); local
813 bld.mkMov(src1, v1)->setPredicate(CC_EQ, pred);
814 bld.mkOp2(OP_UNION, i->dType, i->getDef(0), src0, src1);
831 Value *src1 = bld.getSSA(); local
841 bld.mkMov(src1, v1)->setPredicate(CC_EQ, i->getSrc(2));
842 bld.mkOp2(OP_UNION, i->dType, i->getDef(0), src0, src1);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_alu.c279 struct rc_src_register src1 = inst->U.I.SrcReg[1]; local
283 src1.Negate &= ~(RC_MASK_Z | RC_MASK_W);
284 src1.Swizzle &= ~(63 << (3 * 2));
285 src1.Swizzle |= (RC_SWIZZLE_ZERO << (3 * 2)) | (RC_SWIZZLE_ZERO << (3 * 3));
286 emit2(c, inst->Prev, RC_OPCODE_DP3, &inst->U.I, inst->U.I.DstReg, src0, src1);
302 * [1, src0.y*src1.y, src0.z, src1.w]
708 * CMP is defined as dst = src0 < 0.0 ? src1 : src2
714 * LRP dst, tmp0, src1, src2
724 /* LRP dst, tmp0, src1, src
745 struct rc_src_register src1 = inst->U.I.SrcReg[1]; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_emit.c255 /* Required to set some fields in src1 as well:
331 /* Only src1 can be immediate in two-argument instructions.
744 struct brw_reg src1 )
749 brw_set_src1(p, insn, src1);
768 struct brw_reg src1,
799 assert(src1.file == BRW_GENERAL_REGISTER_FILE);
800 assert(src1.address_mode == BRW_ADDRESS_DIRECT);
801 assert(src1.nr < 128);
802 assert(src1.type == BRW_REGISTER_TYPE_F);
803 insn->bits2.da3src.src1_swizzle = src1
764 brw_alu3(struct brw_compile *p, GLuint opcode, struct brw_reg dest, struct brw_reg src0, struct brw_reg src1, struct brw_reg src2) argument
933 brw_AVG(struct brw_compile *p, struct brw_reg dest, struct brw_reg src0, struct brw_reg src1) argument
955 brw_MUL(struct brw_compile *p, struct brw_reg dest, struct brw_reg src0, struct brw_reg src1) argument
1007 brw_JMPI(struct brw_compile *p, struct brw_reg dest, struct brw_reg src0, struct brw_reg src1) argument
1123 gen6_IF(struct brw_compile *p, uint32_t conditional, struct brw_reg src0, struct brw_reg src1) argument
1609 brw_CMP(struct brw_compile *p, struct brw_reg dest, GLuint conditional, struct brw_reg src0, struct brw_reg src1) argument
1722 brw_math2(struct brw_compile *p, struct brw_reg dest, GLuint function, struct brw_reg src0, struct brw_reg src1) argument
[all...]
H A Dbrw_fs.cpp100 fs_inst::fs_inst(enum opcode opcode, fs_reg dst, fs_reg src0, fs_reg src1) argument
106 this->src[1] = src1;
117 fs_reg src0, fs_reg src1, fs_reg src2)
123 this->src[1] = src1;
342 fs_visitor::emit(enum opcode opcode, fs_reg dst, fs_reg src0, fs_reg src1) argument
344 return emit(fs_inst(opcode, dst, src0, src1));
349 fs_reg src0, fs_reg src1, fs_reg src2)
351 return emit(fs_inst(opcode, dst, src0, src1, src2));
831 fs_visitor::emit_math(enum opcode opcode, fs_reg dst, fs_reg src0, fs_reg src1) argument
847 inst = emit(opcode, dst, src0, src1);
116 fs_inst(enum opcode opcode, fs_reg dst, fs_reg src0, fs_reg src1, fs_reg src2) argument
348 emit(enum opcode opcode, fs_reg dst, fs_reg src0, fs_reg src1, fs_reg src2) argument
[all...]
H A Dbrw_fs_visitor.cpp242 fs_reg src1 = this->result; local
248 emit(BRW_OPCODE_MAD, this->result, src0, src1, src2);
364 * of one of the operands (src0 on gen6, src1 on gen7). The
2122 fs_reg src1 = this->dual_src_output; local
2135 "FB write src1");
2138 fs_reg(MRF, color_mrf + 4 + i, src1.type),
2139 src1);
2140 src1.reg_offset++;
2253 * CMP null<d> src0<f> src1<f>
2255 * will do src1
[all...]
H A Dbrw_wm_emit.c470 struct brw_reg src0, src1; local
483 src1 = brw_reg(arg0[i].file, arg0[i].nr, 0,
496 src1 = brw_reg(arg0[i].file, arg0[i].nr, 2,
504 brw_ADD(p, dst[i], src1, negate(src0));
506 brw_ADD(p, dst[i], src0, negate(src1));
963 struct brw_reg src1 = arg1[0]; local
982 brw_MOV(p, temp, src1);
983 src1 = temp;
992 src1);
999 sechalf(src1));
[all...]
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp508 int *L, *a, *b, *red, *green, *blue, *src0, *src1, *src2; local
547 a = src1 = image->comps[1].data;
576 FX_Free(src1);
/external/v8/src/arm/
H A Dmacro-assembler-arm.h128 void Mls(Register dst, Register src1, Register src2, Register srcA,
130 void And(Register dst, Register src1, const Operand& src2,
320 void Push(Register src1, Register src2, Condition cond = al) { argument
321 DCHECK(!src1.is(src2));
322 if (src1.code() > src2.code()) {
323 stm(db_w, sp, src1.bit() | src2.bit(), cond);
325 str(src1, MemOperand(sp, 4, NegPreIndex), cond);
331 void Push(Register src1, Register src2, Register src3, Condition cond = al) { argument
332 DCHECK(!src1.is(src2));
334 DCHECK(!src1
349 Push(Register src1, Register src2, Register src3, Register src4, Condition cond = al) argument
382 Pop(Register src1, Register src2, Condition cond = al) argument
393 Pop(Register src1, Register src2, Register src3, Condition cond = al) argument
411 Pop(Register src1, Register src2, Register src3, Register src4, Condition cond = al) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.c701 const u8 *src1, size_t src1_len,
708 if (src1) {
710 os_memcpy(res, src1, res_len);
714 os_memcpy(res, src1, src1_len);
700 merge_byte_arrays(u8 *res, size_t res_len, const u8 *src1, size_t src1_len, const u8 *src2, size_t src2_len) argument
/external/wpa_supplicant_8/src/utils/
H A Dcommon.c701 const u8 *src1, size_t src1_len,
708 if (src1) {
710 os_memcpy(res, src1, res_len);
714 os_memcpy(res, src1, src1_len);
700 merge_byte_arrays(u8 *res, size_t res_len, const u8 *src1, size_t src1_len, const u8 *src2, size_t src2_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.c701 const u8 *src1, size_t src1_len,
708 if (src1) {
710 os_memcpy(res, src1, res_len);
714 os_memcpy(res, src1, src1_len);
700 merge_byte_arrays(u8 *res, size_t res_len, const u8 *src1, size_t src1_len, const u8 *src2, size_t src2_len) argument
/external/libdrm/intel/
H A Dintel_decode.c870 char dst[100], src0[100], src1[100]; local
874 i915_get_instruction_src1(ctx->data, i, src1);
877 op_name, dst, src0, src1);
886 char dst[100], src0[100], src1[100], src2[100]; local
890 i915_get_instruction_src1(ctx->data, i, src1);
894 op_name, dst, src0, src1, src2);
/external/libyuv/files/source/
H A Dscale.cc2696 const uint8* src1 = (yi < src_height - 1) ? src0 + src_stride : src0; local
2705 a = src1[xi];
2706 b = src1[x1];
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c115 const union tgsi_exec_channel *src1,
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];
127 const union tgsi_exec_channel *src1,
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
346 micro_seq(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
357 micro_sge(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
388 micro_sgt(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
409 micro_sle(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
420 micro_slt(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
431 micro_sne(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
891 micro_add(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) 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
970 micro_max(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
981 micro_min(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
992 micro_mul(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
1033 micro_sub(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3140 micro_shl(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3151 micro_and(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3162 micro_or(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3173 micro_xor(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3184 micro_mod(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3205 micro_idiv(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3216 micro_imax(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3227 micro_imin(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3238 micro_isge(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3249 micro_ishr(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3260 micro_islt(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3291 micro_uadd(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3302 micro_udiv(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) 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
3325 micro_umax(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3336 micro_umin(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3347 micro_umod(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3358 micro_umul(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3369 micro_useq(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3380 micro_usge(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3391 micro_ushr(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3402 micro_uslt(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3413 micro_usne(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) 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...]

Completed in 6768 milliseconds

12345