Searched refs:src2 (Results 126 - 150 of 278) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.h870 struct ureg_src src2 ) \
890 ureg_emit_src( ureg, src2 ); \
899 struct ureg_src src2 ) \
921 ureg_emit_src( ureg, src2 ); \
931 struct ureg_src src2, \
953 ureg_emit_src( ureg, src2 ); \
963 struct ureg_src src2, \
986 ureg_emit_src( ureg, src2 ); \
997 struct ureg_src src2, \
1018 ureg_emit_src( ureg, src2 ); \
[all...]
H A Dtgsi_exec.c133 const union tgsi_exec_channel *src2)
135 dst->f[0] = src0->f[0] < src1->f[0] ? src1->f[0] : src0->f[0] > src2->f[0] ? src2->f[0] : src0->f[0];
136 dst->f[1] = src0->f[1] < src1->f[1] ? src1->f[1] : src0->f[1] > src2->f[1] ? src2->f[1] : src0->f[1];
137 dst->f[2] = src0->f[2] < src1->f[2] ? src1->f[2] : src0->f[2] > src2->f[2] ? src2->f[2] : src0->f[2];
138 dst->f[3] = src0->f[3] < src1->f[3] ? src1->f[3] : src0->f[3] > src2->f[3] ? src2->f[3] : src0->f[3];
145 const union tgsi_exec_channel *src2)
130 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
142 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
506 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
518 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
1393 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
4861 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
5013 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
5028 micro_ibfe(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
5050 micro_ubfe(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
5072 micro_bfi(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
[all...]
/external/libpng/contrib/gregbook/
H A Drpng2-x.c1386 uch *src, *src2=NULL; local
1437 src2 = bg_data + row*bg_rowbytes;
1468 bg_red = *src2++;
1469 bg_green = *src2++;
1470 bg_blue = *src2++;
1512 src2 = bg_data + row*bg_rowbytes;
1536 bg_red = *src2++;
1537 bg_green = *src2++;
1538 bg_blue = *src2++;
1627 uch *src, *src2 local
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c480 LLVMValueRef src0, src1, src2; local
589 src2 = lp_build_emit_fetch(&bld->bld_base, inst, 2, LP_CHAN_ALL);
591 dst0 = lp_build_add(&bld->bld_base.base, tmp0, src2);
597 src2 = lp_build_emit_fetch(&bld->bld_base, inst, 2, LP_CHAN_ALL);
598 tmp0 = lp_build_sub(&bld->bld_base.base, src1, src2);
600 dst0 = lp_build_add(&bld->bld_base.base, tmp0, src2);
615 src2 = lp_build_emit_fetch(&bld->bld_base, inst, 2, LP_CHAN_ALL);
617 dst0 = lp_build_min(&bld->bld_base.base, tmp0, src2);
780 src2 = lp_build_emit_fetch(&bld->bld_base, inst, 2, LP_CHAN_ALL);
782 dst0 = lp_build_select(&bld->bld_base.base, tmp0, src1, src2);
[all...]
/external/mesa3d/src/mesa/main/
H A Dimage.c523 const GLushort (*src2)[4] = (const GLushort (*)[4]) src;
528 dst1[i][RCOMP] = USHORT_TO_UBYTE(src2[i][RCOMP]);
529 dst1[i][GCOMP] = USHORT_TO_UBYTE(src2[i][GCOMP]);
530 dst1[i][BCOMP] = USHORT_TO_UBYTE(src2[i][BCOMP]);
531 dst1[i][ACOMP] = USHORT_TO_UBYTE(src2[i][ACOMP]);
538 const GLushort (*src2)[4] = (const GLushort (*)[4]) src;
544 dst4[i][RCOMP] = USHORT_TO_FLOAT(src2[i][RCOMP]);
545 dst4[i][GCOMP] = USHORT_TO_FLOAT(src2[i][GCOMP]);
546 dst4[i][BCOMP] = USHORT_TO_FLOAT(src2[i][BCOMP]);
547 dst4[i][ACOMP] = USHORT_TO_FLOAT(src2[
[all...]
/external/libvpx/libvpx/vpx_dsp/
H A Dfastssim.c104 const uint32_t *src2; local
120 src2 = _ctx->level[_l - 1].im2;
133 dst2[j * w + i] = src2[j0offs + i0] + src2[j0offs + i1] +
134 src2[j1offs + i0] + src2[j1offs + i1];
/external/v8/src/mips/
H A Dmacro-assembler-mips.h351 Condition cond, Register src1, const Operand& src2);
358 Condition cond, Register src1, const Operand& src2);
701 void Push(Register src1, Register src2) { argument
704 sw(src2, MemOperand(sp, 0 * kPointerSize));
708 void Push(Register src1, Register src2, Register src3) { argument
711 sw(src2, MemOperand(sp, 1 * kPointerSize));
716 void Push(Register src1, Register src2, Register src3, Register src4) { argument
719 sw(src2, MemOperand(sp, 2 * kPointerSize));
725 void Push(Register src1, Register src2, Register src3, Register src4, argument
729 sw(src2, MemOperan
757 Pop(Register src1, Register src2) argument
765 Pop(Register src1, Register src2, Register src3) argument
[all...]
H A Dmacro-assembler-mips.cc78 Register src1, const Operand& src2) {
79 Branch(2, NegateCondition(cond), src1, src2);
94 Register src1, const Operand& src2) {
96 Branch(2, NegateCondition(cond), src1, src2);
4412 DoubleRegister src2) {
4414 if (src2.is(f12)) {
4416 Move(f14, src2);
4420 Move(f14, src2);
4425 Move(a2, a3, src2);
4428 Move(a3, a2, src2);
75 LoadRoot(Register destination, Heap::RootListIndex index, Condition cond, Register src1, const Operand& src2) argument
91 StoreRoot(Register source, Heap::RootListIndex index, Condition cond, Register src1, const Operand& src2) argument
4411 MovToFloatParameters(DoubleRegister src1, DoubleRegister src2) argument
5774 Float32Max(FPURegister dst, FPURegister src1, FPURegister src2, Label* out_of_line) argument
5812 Float32MaxOutOfLine(FPURegister dst, FPURegister src1, FPURegister src2) argument
5817 Float32Min(FPURegister dst, FPURegister src1, FPURegister src2, Label* out_of_line) argument
5855 Float32MinOutOfLine(FPURegister dst, FPURegister src1, FPURegister src2) argument
5860 Float64Max(DoubleRegister dst, DoubleRegister src1, DoubleRegister src2, Label* out_of_line) argument
5898 Float64MaxOutOfLine(DoubleRegister dst, DoubleRegister src1, DoubleRegister src2) argument
5904 Float64Min(DoubleRegister dst, DoubleRegister src1, DoubleRegister src2, Label* out_of_line) argument
5942 Float64MinOutOfLine(DoubleRegister dst, DoubleRegister src1, DoubleRegister src2) argument
[all...]
/external/v8/src/mips64/
H A Dmacro-assembler-mips64.h384 Condition cond, Register src1, const Operand& src2);
391 Condition cond, Register src1, const Operand& src2);
745 void Push(Register src1, Register src2) { argument
748 sd(src2, MemOperand(sp, 0 * kPointerSize));
752 void Push(Register src1, Register src2, Register src3) { argument
755 sd(src2, MemOperand(sp, 1 * kPointerSize));
760 void Push(Register src1, Register src2, Register src3, Register src4) { argument
763 sd(src2, MemOperand(sp, 2 * kPointerSize));
769 void Push(Register src1, Register src2, Register src3, Register src4, argument
773 sd(src2, MemOperan
804 Pop(Register src1, Register src2) argument
812 Pop(Register src1, Register src2, Register src3) argument
[all...]
/external/curl/packages/vms/
H A Dpcsi_product_gnv_curl.com148 $ src2 = "new_gnu:[usr.include.curl],"
156 $ gnu_src = src1 + src2 + src3 + src4 + src5 + src6 + src7 + src8 + src9
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorConversion.h79 SrcPacket src2 = m_impl.template packet<LoadMode>(index + SrcPacketSize); local
80 TgtPacket result = internal::pcast<SrcPacket, TgtPacket>(src1, src2);
99 SrcPacket src2 = m_impl.template packet<LoadMode>(index + SrcPacketSize); local
102 TgtPacket result = internal::pcast<SrcPacket, TgtPacket>(src1, src2, src3, src4);
/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);
H A Di915_program.c144 GLuint saturate, GLuint src0, GLuint src1, GLuint src2)
157 if (GET_UREG_TYPE(src2) == REG_TYPE_CONST)
170 s[2] = src2;
186 src2 = s[2];
197 *(p->csr++) = (A2_SRC1(src1) | A2_SRC2(src2));
140 i915_emit_arith(struct i915_fragment_program * p, GLuint op, GLuint dest, GLuint mask, GLuint saturate, GLuint src0, GLuint src1, GLuint src2) argument
/external/opencv/cxcore/src/
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/valgrind/none/tests/ppc32/
H A Djm-insns.c6322 unsigned int *src1, *src2, *dst; local
6363 src2 = (unsigned int*)&vec_in2;
6368 printf("%08x%08x%08x%08x\n", src2[0], src2[1], src2[2], src2[3]);
6388 unsigned int *src1, *src2, *src3, *dst; local
6432 src2 = (unsigned int*)&vec_in2;
6438 src2[0], src2[
6463 unsigned int *src1, *src2, *dst; local
6661 unsigned int *src1, *src2, *dst; local
7088 unsigned int *src1, *src2, *dst; local
7155 unsigned int *src1, *src2, *src3, *dst; local
[all...]
/external/valgrind/none/tests/ppc64/
H A Djm-insns.c6322 unsigned int *src1, *src2, *dst; local
6363 src2 = (unsigned int*)&vec_in2;
6368 printf("%08x%08x%08x%08x\n", src2[0], src2[1], src2[2], src2[3]);
6388 unsigned int *src1, *src2, *src3, *dst; local
6432 src2 = (unsigned int*)&vec_in2;
6438 src2[0], src2[
6463 unsigned int *src1, *src2, *dst; local
6661 unsigned int *src1, *src2, *dst; local
7088 unsigned int *src1, *src2, *dst; local
7155 unsigned int *src1, *src2, *src3, *dst; local
[all...]
/external/boringssl/src/crypto/perlasm/
H A Dx86asm.pl151 my ($dst,$src1,$src2,$rxb)=@_;
156 $rxb&=~(0x02<<5) if($src2>=8);
/external/libvpx/libvpx/vp8/encoder/mips/msa/
H A Ddenoising_msa.c29 v16u8 src0, src1, src2, src3, src4, src5, src6, src7; local
293 LD_UB8(sig_start, sig_stride, src0, src1, src2, src3, src4, src5, src6, src7);
298 ST_UB8(src0, src1, src2, src3, src4, src5, src6, src7, running_avg_y_start,
319 int64_t dst0, dst1, src0, src1, src2, src3; local
559 LD4(sig_start, sig_stride, src0, src1, src2, src3);
561 SD4(src0, src1, src2, src3, running_avg_y_start, avg_y_stride);
564 LD4(sig_start, sig_stride, src0, src1, src2, src3);
565 SD4(src0, src1, src2, src3, running_avg_y_start, avg_y_stride);
/external/skia/gm/
H A Dpoly2poly.cpp252 const int src2[] = { 32, 32, 64, 32 }; variable
254 doDraw(canvas, &paint, src2, dst2, 2);
/external/skia/src/opts/
H A DSkBlitRow_opts.h221 uint8x8_t src2 = vld1_u8(reinterpret_cast<const uint8_t*>(src)); local
223 vst1_u8(reinterpret_cast<uint8_t*>(dst), SkPMSrcOver_neon2(dst2, src2));
/external/skqp/gm/
H A Dpoly2poly.cpp252 const int src2[] = { 32, 32, 64, 32 }; variable
254 doDraw(canvas, &paint, src2, dst2, 2);
/external/skqp/src/opts/
H A DSkBlitRow_opts.h221 uint8x8_t src2 = vld1_u8(reinterpret_cast<const uint8_t*>(src)); local
223 vst1_u8(reinterpret_cast<uint8_t*>(dst), SkPMSrcOver_neon2(dst2, src2));
/external/webp/src/dsp/
H A Denc_msa.c717 v16u8 src0, src1, src2, src3, src4, src5, src6, src7; local
721 LD_UB8(a, BPS, src0, src1, src2, src3, src4, src5, src6, src7);
724 PACK_DPADD_UB4_SW(src2, ref2, src3, ref3, out0, out1, out2, out3);
729 LD_UB8(a, BPS, src0, src1, src2, src3, src4, src5, src6, src7);
732 PACK_DPADD_UB4_SW(src2, ref2, src3, ref3, out0, out1, out2, out3);
744 v16u8 src0, src1, src2, src3, src4, src5, src6, src7; local
748 LD_UB8(a, BPS, src0, src1, src2, src3, src4, src5, src6, src7);
751 PACK_DPADD_UB4_SW(src2, ref2, src3, ref3, out0, out1, out2, out3);
763 v16u8 src0, src1, src2, src3, src4, src5, src6, src7; local
768 LD_UB8(a, BPS, src0, src1, src2, src
783 uint32_t src0, src1, src2, src3, ref0, ref1, ref2, ref3; local
[all...]
/external/mesa3d/prebuilt-intermediates/nir/
H A Dnir_constant_expressions.c1144 const uint32_t src2 = local
1147 uint32_t dst = src0 ? src1 : src2;
1162 const uint64_t src2 = local
1165 uint64_t dst = src0 ? src1 : src2;
1195 const uint32_t src2 = local
1201 unsigned mask = src0, insert = src1, base = src2;
1228 const uint32_t src2 = local
1234 unsigned mask = src0, insert = src1, base = src2;
1399 const int32_t src2 = local
1408 int offset = src2, bit
1433 const int32_t src2 = local
2707 const float32_t src2 = local
2726 const float32_t src2 = local
3735 const float32_t src2 = local
3754 const float64_t src2 = local
3987 const float32_t src2 = local
4006 const float64_t src2 = local
6023 const int32_t src2 = local
6056 const int32_t src2 = local
6103 const int32_t src2 = local
6134 const int32_t src2 = local
8167 const int32_t src2 = local
8200 const int32_t src2 = local
8247 const int32_t src2 = local
8278 const int32_t src2 = local
9784 const struct uint32_vec src2 = { local
9823 const struct uint64_vec src2 = { local
9876 const struct uint32_vec src2 = { local
9924 const struct uint64_vec src2 = { local
[all...]

Completed in 2668 milliseconds

1234567891011>>