Searched refs:src2 (Results 201 - 225 of 278) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_ir_fs.h334 const fs_reg &src0, const fs_reg &src1, const fs_reg &src2);
H A Dbrw_ir_vec4.h274 const src_reg &src2 = src_reg());
H A Dbrw_eu.h147 struct brw_reg src2);
H A Dbrw_vec4.h181 const src_reg &src2);
H A Dtest_fs_saturate_propagation.cpp526 fs_reg src2 = v->vgrf(glsl_type::vec2_type); local
528 bld.emit(SHADER_OPCODE_TEX, dst0, src2)
535 * 1: tex(8) rlen 4 dst0+0 src2
/external/skia/tests/
H A DMatrix44Test.cpp199 SkMScalar src2[] = { 1, 2 }; local
200 SkMScalar src4[] = { src2[0], src2[1], 0, 1 };
208 mat.map2(src2, 1, dstA);
/external/skqp/tests/
H A DMatrix44Test.cpp199 SkMScalar src2[] = { 1, 2 }; local
200 SkMScalar src4[] = { src2[0], src2[1], 0, 1 };
208 mat.map2(src2, 1, dstA);
/external/opencv/cv/src/
H A D_cvipp.h111 ( const arrtype* src1, int srcstep1, const arrtype* src2, int srcstep2, \
128 ( const arrtype* src1, int srcstep1, const arrtype* src2, int srcstep2, \
145 ( const arrtype* src1, int srcstep1, const arrtype* src2, int srcstep2, \
H A Dcvpyramids.cpp501 const arrtype* src2; \
535 src2 = src + (H-1)*src_step; \
637 src = src2; \
/external/v8/src/ia32/
H A Dassembler-ia32.cc2748 const Operand& src2) {
2753 emit_sse_operand(dst, src2);
2758 const Operand& src2) {
2763 emit_sse_operand(dst, src2);
2768 const Operand& src2) {
2773 emit_sse_operand(dst, src2);
2778 const Operand& src2) {
2783 emit_sse_operand(dst, src2);
2788 const Operand& src2) {
2793 emit_sse_operand(dst, src2);
2747 vfmasd(byte op, XMMRegister dst, XMMRegister src1, const Operand& src2) argument
2757 vfmass(byte op, XMMRegister dst, XMMRegister src1, const Operand& src2) argument
2767 vsd(byte op, XMMRegister dst, XMMRegister src1, const Operand& src2) argument
2777 vss(byte op, XMMRegister dst, XMMRegister src1, const Operand& src2) argument
2787 vps(byte op, XMMRegister dst, XMMRegister src1, const Operand& src2) argument
2797 vpd(byte op, XMMRegister dst, XMMRegister src1, const Operand& src2) argument
[all...]
/external/v8/src/arm64/
H A Dmacro-assembler-arm64.h610 const CPURegister& src2 = NoReg, const CPURegister& src3 = NoReg);
612 const CPURegister& src2, const CPURegister& src3,
730 // Poke 'src1' and 'src2' onto the stack. The values written will be adjacent
731 // with 'src2' at a higher address than 'src1'. The offset is in bytes.
735 void PokePair(const CPURegister& src1, const CPURegister& src2, int offset);
979 inline void SmiTagAndPush(Register src1, Register src2);
1937 const CPURegister& src2, const CPURegister& src3);
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc774 Register src1, const Operand& src2) {
808 __ Branch(&skip, NegateCondition(condition), src1, src2);
822 __ Call(entry, RelocInfo::RUNTIME_ENTRY, condition, src1, src2);
833 __ Branch(&jump_table_.last().label, condition, src1, src2);
839 const Operand& src2) {
843 DeoptimizeIf(condition, instr, deopt_reason, bailout_type, src1, src2);
1848 const Operand& src2) {
1857 NegateCondition(condition), src1, src2);
1859 __ Branch(chunk_->GetAssemblyLabel(left_block), condition, src1, src2);
1861 __ Branch(chunk_->GetAssemblyLabel(left_block), condition, src1, src2);
771 DeoptimizeIf(Condition condition, LInstruction* instr, DeoptimizeReason deopt_reason, Deoptimizer::BailoutType bailout_type, Register src1, const Operand& src2) argument
837 DeoptimizeIf(Condition condition, LInstruction* instr, DeoptimizeReason deopt_reason, Register src1, const Operand& src2) argument
1845 EmitBranch(InstrType instr, Condition condition, Register src1, const Operand& src2) argument
1868 EmitBranchF(InstrType instr, Condition condition, FPURegister src1, FPURegister src2) argument
1893 EmitTrueBranch(InstrType instr, Condition condition, Register src1, const Operand& src2) argument
1901 EmitFalseBranch(InstrType instr, Condition condition, Register src1, const Operand& src2) argument
1909 EmitFalseBranchF(InstrType instr, Condition condition, FPURegister src1, FPURegister src2) argument
[all...]
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc762 Register src1, const Operand& src2) {
796 __ Branch(&skip, NegateCondition(condition), src1, src2);
810 __ Call(entry, RelocInfo::RUNTIME_ENTRY, condition, src1, src2);
822 __ Branch(&jump_table_.last()->label, condition, src1, src2);
828 const Operand& src2) {
832 DeoptimizeIf(condition, instr, deopt_reason, bailout_type, src1, src2);
1969 const Operand& src2) {
1978 NegateCondition(condition), src1, src2);
1980 __ Branch(chunk_->GetAssemblyLabel(left_block), condition, src1, src2);
1982 __ Branch(chunk_->GetAssemblyLabel(left_block), condition, src1, src2);
759 DeoptimizeIf(Condition condition, LInstruction* instr, DeoptimizeReason deopt_reason, Deoptimizer::BailoutType bailout_type, Register src1, const Operand& src2) argument
826 DeoptimizeIf(Condition condition, LInstruction* instr, DeoptimizeReason deopt_reason, Register src1, const Operand& src2) argument
1966 EmitBranch(InstrType instr, Condition condition, Register src1, const Operand& src2) argument
1989 EmitBranchF(InstrType instr, Condition condition, FPURegister src1, FPURegister src2) argument
2014 EmitTrueBranch(InstrType instr, Condition condition, Register src1, const Operand& src2) argument
2022 EmitFalseBranch(InstrType instr, Condition condition, Register src1, const Operand& src2) argument
2030 EmitFalseBranchF(InstrType instr, Condition condition, FPURegister src1, FPURegister src2) argument
[all...]
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc861 const std::string src2("Hi");
862 const String dest2 = src2;
882 const String src2("Hi");
883 const std::string dest2 = src2;
902 const ::string src2("Hi");
903 const String dest2 = src2;
923 const String src2("Hi");
924 const ::string dest2 = src2;
1108 const String src2("x\0y", 3);
1110 dest2 = src2;
[all...]
/external/webp/src/dsp/
H A Denc_sse2.c301 const __m128i src2 = _mm_loadl_epi64((const __m128i*)&src[2 * BPS]); local
309 const __m128i src_1 = _mm_unpacklo_epi16(src2, src3);
346 const __m128i src2 = _mm_loadl_epi64((const __m128i*)&src[2 * BPS]); local
350 const __m128i src_2 = _mm_unpacklo_epi8(src2, zero);
392 const __m128i src2 = _mm_loadl_epi64((__m128i*)&in[2 * 16]); local
395 const __m128i A23 = _mm_unpacklo_epi16(src2, src3); // A2 A3 | ...
/external/icu/icu4c/source/test/cintltst/
H A Didnatest.c658 UChar* src2 = NULL; local
666 src2 = dest1;
668 dest2Len = uidna_toUnicode(src2, src2Len, dest2, dest2Len, UIDNA_DEFAULT, &ps, &status);
/external/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp136 AMDGPU::OpName::src2
/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c573 struct ureg src2,
611 emit_arg( &inst->SrcReg[2], src2 );
619 #define emit_op3(p, op, dst, mask, src0, src1, src2) \
620 emit_op3fn(p, op, dst, mask, src0, src1, src2, __func__, __LINE__)
567 emit_op3fn(struct tnl_program *p, enum prog_opcode op, struct ureg dest, GLuint mask, struct ureg src0, struct ureg src1, struct ureg src2, const char *fn, GLuint line) argument
/external/v8/src/s390/
H A Dcode-stubs-s390.h416 // src1 and src2 will be cloberred.
420 // - src2: lower (mantissa) part of the double value.
423 // - src2: contains 1.
426 Register src2, Register dst,
/external/boringssl/src/crypto/perlasm/
H A Dx86_64-xlate.pl1081 my ($dst,$src1,$src2,$rxb)=@_;
1086 $rxb&=~(0x02<<5) if($src2>=8);
/external/valgrind/VEX/priv/
H A Dhost_mips_defs.h551 HReg src2; member in struct:__anon28398::__anon28399::__anon28422
652 HReg src2, HReg src3 );
H A Dhost_mips_defs.c1083 MIPSInstr *MIPSInstr_FpTernary ( MIPSFpOp op, HReg dst, HReg src1, HReg src2, argument
1091 i->Min.FpTernary.src2 = src2;
1453 ppHRegMIPS(i->Min.FpTernary.src2, mode64);
1746 addHRegUse(u, HRmRead, i->Min.FpTernary.src2);
1900 mapReg(m, &i->Min.FpTernary.src2);
3514 UInt fr_src2 = fregNo(i->Min.FpTernary.src2, mode64);
3522 UInt fr_src2 = dregNo(i->Min.FpTernary.src2);
3530 UInt fr_src2 = fregNo(i->Min.FpTernary.src2, mode64);
3538 UInt fr_src2 = dregNo(i->Min.FpTernary.src2);
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c386 * dst.x = src0.x \times src1.x + (1.0 - src0.x) \times src2.x
387 * dst.y = src0.y \times src1.y + (1.0 - src0.y) \times src2.y
388 * dst.z = src0.z \times src1.z + (1.0 - src0.z) \times src2.z
389 * dst.w = src0.w \times src1.w + (1.0 - src0.w) \times src2.w
391 * This becomes: src0 \times src1 + src2 - src0 \times src2, which
392 * can then become: src0 \times src1 - (src0 \times src2 - src2)
395 * MAD tmpA, src0, src2, -src2
408 struct tgsi_full_src_register *src2 = &inst->Src[2]; local
952 struct tgsi_full_src_register *src2 = &inst->Src[2]; /* only DP2A */ local
[all...]
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp283 src_reg src0, src_reg src1, src_reg src2);
355 src_reg src0, src_reg src1, src_reg src2)
367 num_reladdr += src2.reladdr != NULL;
369 reladdr_to_temp(ir, &src2, &num_reladdr);
383 inst->src[2] = src2;
353 emit(ir_instruction *ir, enum prog_opcode op, dst_reg dst, src_reg src0, src_reg src1, src_reg src2) argument
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc995 const std::string src2("Hi");
996 const String dest2 = src2;
1016 const String src2("Hi");
1017 const std::string dest2 = src2;
1036 const ::string src2("Hi");
1037 const String dest2 = src2;
1057 const String src2("Hi");
1058 const ::string dest2 = src2;
1242 const String src2("x\0y", 3);
1244 dest2 = src2;
[all...]

Completed in 760 milliseconds

1234567891011>>