Searched refs:v1 (Results 476 - 500 of 1357) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aatriangle.c43 * Compute coefficients of a plane using the X,Y coords of the v0, v1, v2
48 compute_plane(const GLfloat v0[], const GLfloat v1[], const GLfloat v2[], argument
51 const GLfloat px = v1[0] - v0[0];
52 const GLfloat py = v1[1] - v0[1];
167 compute_coveragef(const GLfloat v0[3], const GLfloat v1[3], argument
209 const GLfloat dx0 = v1[0] - v0[0];
210 const GLfloat dy0 = v1[1] - v0[1];
211 const GLfloat dx1 = v2[0] - v1[0];
212 const GLfloat dy1 = v2[1] - v1[1];
237 cross = (dx1 * (sy - v1[
267 rgba_aa_tri(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1, const SWvertex *v2) argument
278 general_aa_tri(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1, const SWvertex *v2) argument
[all...]
H A Ds_aalinetemp.h106 NAME(line)(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1) argument
117 line.x1 = v1->attrib[FRAG_ATTRIB_WPOS][0];
118 line.y1 = v1->attrib[FRAG_ATTRIB_WPOS][1];
138 v0->attrib[FRAG_ATTRIB_WPOS][2], v1->attrib[FRAG_ATTRIB_WPOS][2], line.zPlane);
143 v0->color[RCOMP], v1->color[RCOMP], line.rPlane);
145 v0->color[GCOMP], v1->color[GCOMP], line.gPlane);
147 v0->color[BCOMP], v1->color[BCOMP], line.bPlane);
149 v0->color[ACOMP], v1->color[ACOMP], line.aPlane);
152 constant_plane(v1->color[RCOMP], line.rPlane);
153 constant_plane(v1
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
H A Dt_dd_triemit.h40 VERTEX *v1,
51 PRINT_VERTEX(v1);
57 COPY_DWORDS( j, vb, vertsize, v1 );
64 VERTEX *v1,
75 PRINT_VERTEX(v1);
81 COPY_DWORDS( j, vb, vertsize, v1 );
83 COPY_DWORDS( j, vb, vertsize, v1 );
92 VERTEX *v1,
102 PRINT_VERTEX(v1);
107 COPY_DWORDS( j, vb, vertsize, v1 );
38 quad( CTX_ARG, VERTEX *v0, VERTEX *v1, VERTEX *v2, VERTEX *v3 ) argument
62 quad( CTX_ARG, VERTEX *v0, VERTEX *v1, VERTEX *v2, VERTEX *v3 ) argument
90 triangle( CTX_ARG, VERTEX *v0, VERTEX *v1, VERTEX *v2 ) argument
[all...]
/external/chromium_org/tools/telemetry/telemetry/value/
H A Dlist_of_scalar_values_unittest.py30 v1 = list_of_scalar_values.ListOfScalarValues(
33 self.assertTrue(v1.IsMergableWith(v0))
36 MergeLikeValuesFromSamePage([v0, v1]))
49 v1 = list_of_scalar_values.ListOfScalarValues(
52 self.assertTrue(v1.IsMergableWith(v0))
55 MergeLikeValuesFromSamePage([v0, v1]))
69 v1 = list_of_scalar_values.ListOfScalarValues(
72 self.assertTrue(v1.IsMergableWith(v0))
75 MergeLikeValuesFromDifferentPages([v0, v1]))
88 v1
[all...]
H A Dlist_of_string_values_unittest.py30 v1 = list_of_string_values.ListOfStringValues(
33 self.assertTrue(v1.IsMergableWith(v0))
36 MergeLikeValuesFromSamePage([v0, v1]))
49 v1 = list_of_string_values.ListOfStringValues(
52 self.assertTrue(v1.IsMergableWith(v0))
55 MergeLikeValuesFromSamePage([v0, v1]))
69 v1 = list_of_string_values.ListOfStringValues(
72 self.assertTrue(v1.IsMergableWith(v0))
75 MergeLikeValuesFromDifferentPages([v0, v1]))
88 v1
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_aatriangle.c43 * Compute coefficients of a plane using the X,Y coords of the v0, v1, v2
48 compute_plane(const GLfloat v0[], const GLfloat v1[], const GLfloat v2[], argument
51 const GLfloat px = v1[0] - v0[0];
52 const GLfloat py = v1[1] - v0[1];
167 compute_coveragef(const GLfloat v0[3], const GLfloat v1[3], argument
209 const GLfloat dx0 = v1[0] - v0[0];
210 const GLfloat dy0 = v1[1] - v0[1];
211 const GLfloat dx1 = v2[0] - v1[0];
212 const GLfloat dy1 = v2[1] - v1[1];
237 cross = (dx1 * (sy - v1[
267 rgba_aa_tri(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1, const SWvertex *v2) argument
278 general_aa_tri(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1, const SWvertex *v2) argument
[all...]
H A Ds_aalinetemp.h106 NAME(line)(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1) argument
117 line.x1 = v1->attrib[FRAG_ATTRIB_WPOS][0];
118 line.y1 = v1->attrib[FRAG_ATTRIB_WPOS][1];
138 v0->attrib[FRAG_ATTRIB_WPOS][2], v1->attrib[FRAG_ATTRIB_WPOS][2], line.zPlane);
143 v0->color[RCOMP], v1->color[RCOMP], line.rPlane);
145 v0->color[GCOMP], v1->color[GCOMP], line.gPlane);
147 v0->color[BCOMP], v1->color[BCOMP], line.bPlane);
149 v0->color[ACOMP], v1->color[ACOMP], line.aPlane);
152 constant_plane(v1->color[RCOMP], line.rPlane);
153 constant_plane(v1
[all...]
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_triemit.h40 VERTEX *v1,
51 PRINT_VERTEX(v1);
57 COPY_DWORDS( j, vb, vertsize, v1 );
64 VERTEX *v1,
75 PRINT_VERTEX(v1);
81 COPY_DWORDS( j, vb, vertsize, v1 );
83 COPY_DWORDS( j, vb, vertsize, v1 );
92 VERTEX *v1,
102 PRINT_VERTEX(v1);
107 COPY_DWORDS( j, vb, vertsize, v1 );
38 quad( CTX_ARG, VERTEX *v0, VERTEX *v1, VERTEX *v2, VERTEX *v3 ) argument
62 quad( CTX_ARG, VERTEX *v0, VERTEX *v1, VERTEX *v2, VERTEX *v3 ) argument
90 triangle( CTX_ARG, VERTEX *v0, VERTEX *v1, VERTEX *v2 ) argument
[all...]
/external/libhevc/common/arm64/
H A Dihevc_intra_pred_luma_mode_3_to_9.s170 sqxtn v1.8b, v22.8h
178 sub v1.8b, v1.8b , v2.8b //ref_main_idx (sub row)
179 sub v1.8b, v26.8b , v1.8b //ref_main_idx (row 0)
180 add v1.8b, v1.8b , v27.8b //t0 compensate the pu1_src idx incremented by 8
181 sub v19.8b, v1.8b , v2.8b //ref_main_idx + 1 (row 0)
182 tbl v12.8b, {v0.16b},v1.8b //load from ref_main_idx (row 0)
186 sub v4.8b, v1
[all...]
H A Dihevc_intra_pred_chroma_horz.s129 dup v1.8h, v0.4h[4]
138 st1 { v1.8h},[x2],x3
139 st1 { v1.8h},[x9],x3
145 dup v1.8h, v0.4h[0]
154 st1 { v1.8h},[x2],x3
155 st1 { v1.8h},[x9],x3
161 dup v1.8h, v18.4h[4]
170 st1 { v1.8h},[x2],x3
171 st1 { v1.8h},[x9],x3
178 dup v1
[all...]
H A Dihevc_intra_pred_filters_chroma_mode_11_to_17.s161 ld1 {v0.16b, v1.16b},[x1]
164 ld1 {v0.16b, v1.16b},[x1],#32
171 rev64 v1.4h, v1.4h
179 st1 {v1.8b},[x6],#8
187 ld1 {v0.8b, v1.8b, v2.8b},[x1]
190 rev64 v1.4h, v1.4h
194 st1 {v1.8b},[x6],#8
275 ld1 {v0.16b, v1
[all...]
H A Dihevc_itrans_recon_4x4.s136 ld1 {v1.4h},[x9] //loading pi2_src 2nd row
143 smull v6.4s, v1.4h, v4.4h[1] //83 * pi2_src[1]
145 smull v5.4s, v1.4h, v4.4h[3] //36 * pi2_src[1]
170 trn1 v1.2s, v25.2s, v27.2s
176 smull v6.4s, v1.4h, v4.4h[1] //83 * pi2_src[1]
179 smull v5.4s, v1.4h, v4.4h[3] //36 * pi2_src[1]
206 trn1 v1.2s, v25.2s, v27.2s
214 mov v0.d[1],v1.d[0]
220 sqxtun v1.8b, v2.8h // clip_u8(pi2_out(16bit) + pu1_pred(8bit))
225 st1 {v1
[all...]
/external/eigen/test/eigen2/
H A Deigen2_geometry.cpp41 v1 = Vector3::Random(), local
49 VERIFY_IS_MUCH_SMALLER_THAN(v1.cross(v2).eigen2_dot(v1), Scalar(1));
52 (v0.cross(v1)).normalized(),
53 (v0.cross(v1).cross(v0)).normalized();
78 q2 = AngleAxisx(a, v1.normalized());
99 VERIFY_IS_APPROX(q1*v1,q2*v1);
104 VERIFY_IS_APPROX(matrot1 * v1,
107 * (AngleAxisx(Scalar(0.3), Vector3(0,0,1)).toRotationMatrix() * v1)));
[all...]
H A Deigen2_geometry_with_eigen2_prefix.cpp43 v1 = Vector3::Random(), local
51 VERIFY_IS_MUCH_SMALLER_THAN(v1.cross(v2).eigen2_dot(v1), Scalar(1));
54 (v0.cross(v1)).normalized(),
55 (v0.cross(v1).cross(v0)).normalized();
80 q2 = AngleAxisx(a, v1.normalized());
101 VERIFY_IS_APPROX(q1*v1,q2*v1);
106 VERIFY_IS_APPROX(matrot1 * v1,
109 * (AngleAxisx(Scalar(0.3), Vector3(0,0,1)).toRotationMatrix() * v1)));
[all...]
H A Dproduct.h52 RowVectorType v1 = RowVectorType::Random(rows), local
84 VERIFY_IS_APPROX(v1, identity*v1);
85 VERIFY_IS_APPROX(v1.transpose(), v1.transpose() * identity);
108 vcres += (m1.transpose() * v1).lazy();
109 VERIFY_IS_APPROX(vcres, vc2 + m1.transpose() * v1);
111 VERIFY_IS_APPROX(tm1.transpose() * v1, m1.transpose() * v1);
112 VERIFY_IS_APPROX(v1
[all...]
/external/chromium_org/base/
H A Dversion_unittest.cc17 Version v1("1.2.3.4");
18 EXPECT_TRUE(v1.IsValid());
22 Version v2(v1);
25 EXPECT_TRUE(v1.Equals(v2));
27 EXPECT_TRUE(v3.Equals(v1));
/external/chromium_org/ui/webui/resources/js/
H A Dwebui_resource_test.js80 var v1 = Array.prototype.slice.call(expected);
82 var equal = v1.length == v2.length;
84 for (var i = 0; i < v1.length; i++) {
85 if (v1[i] !== v2[i]) {
93 ['Assertion Failed', 'Observed: ' + v2, 'Expected: ' + v1].join('\n ');
/external/eigen/test/
H A Dexceptions.cpp99 VectorType v0(n), v1(n);
101 v0.setOnes(); v1.setOnes();
103 CHECK_MEMLEAK(v0 = m0 * m1 * v1);
105 CHECK_MEMLEAK((v0+v1).dot(v0+v1));
/external/fio/crc/
H A Dxxhash.c178 uint32_t v1 = seed + PRIME32_1 + PRIME32_2; local
185 v1 += XXH_readLE32_align((const uint32_t*)p, endian, align) * PRIME32_2; v1 = XXH_rotl32(v1, 13); v1 *= PRIME32_1; p+=4;
191 h32 = XXH_rotl32(v1, 1) + XXH_rotl32(v2, 7) + XXH_rotl32(v3, 12) + XXH_rotl32(v4, 18);
267 state->v1 = seed + PRIME32_1 + PRIME32_2;
309 state->v1 += XXH_readLE32(p32, endian) * PRIME32_2; state->v1 = XXH_rotl32(state->v1, 1
321 uint32_t v1 = state->v1; local
[all...]
/external/libunwind/tests/
H A Dppc64-test-altivec.c31 register vector signed int v1; local
121 v1 = vec_init ();
130 vec_nor (v1, vec_add (v2, vec_sub (v3, vec_and (v4, vec_or (v5, v6)))));
143 vec_nor (v1,
148 printf ("v1 - ");
149 vec_print (v1);
H A DGia64-test-stack.c58 unw_word_t ip, sp, bsp, v0, v1, v2, v3, n0, n1, n2, n3, cfm, sof, sol, r32; local
82 v0 = v1 = v2 = v3 = 0;
87 || (ret = unw_get_reg (&c, UNW_IA64_GR + reg + 1, &v1)) < 0
98 n0 ? '*' : ' ', v0, n1 ? '*' : ' ', v1,
146 v1 = ((unw_word_t) (i - NSTACKS) << 32) + l;
147 if (v0 != v1)
149 l, v1, v0);
/external/pixman/pixman/
H A Dpixman-mips-memcpy-asm.S97 sgtu v1, a0, t9
98 bgtz v1, $loop16w /* skip "pref 30, 64(a0)" for too short arrays */
105 bgtz v1, $skip_pref30_96 /* skip "pref 30, 96(a0)" */
127 bgtz v1, $skip_pref30_128 /* skip "pref 30, 128(a0)" */
149 sgtu v1, a0, t9
202 lb v1, 0(a1)
206 sb v1, -1(a0)
221 LWHI v1, 0(a1)
222 LWLO v1, 3(a1)
224 SWHI v1,
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscosASM.S44 STMFD sp!,{a2,v1-v6,sl,fp,lr}
51 LDR v1,[ip],#4
53 STR v1,[lr],#4
54 LDRHI v1,[ip],#4
62 LDRHI v1,[sp,#Arg6]
70 ADD ip,ip,v1
77 LDR v1,[ip],#4
85 STR v1,[lr],#4
96 LDR v1,[ip],#4
104 STR v1,[l
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/
H A Du_indices_gen.py115 def line( intype, outtype, ptr, v0, v1 ):
117 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';'
119 def tri( intype, outtype, ptr, v0, v1, v2 ):
121 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';'
127 def do_line( intype, outtype, ptr, v0, v1, inpv, outpv ):
129 line( intype, outtype, ptr, v0, v1 )
131 line( intype, outtype, ptr, v1, v0 )
133 def do_tri( intype, outtype, ptr, v0, v1, v2, inpv, outpv ):
135 tri( intype, outtype, ptr, v0, v1, v2 )
138 tri( intype, outtype, ptr, v1, v
[all...]
/external/llvm/test/MC/AArch64/
H A Dneon-mov.s10 movi v1.2s, #0
24 // CHECK: movi v1.2s, #{{0x0|0}} // encoding: [0x01,0x04,0x00,0x0f]
41 mvni v1.2s, #0
55 // CHECK: mvni v1.2s, #{{0x0|0}} // encoding: [0x01,0x04,0x00,0x2f]
72 bic v1.2s, #0
86 // CHECK: bic v1.2s, #{{0x0|0}} // encoding: [0x01,0x14,0x00,0x2f]
103 orr v1.2s, #0
117 // CHECK: orr v1.2s, #{{0x0|0}} // encoding: [0x01,0x14,0x00,0x0f]
134 movi v1.2s, #1, msl #16
139 // CHECK: movi v1
[all...]

Completed in 2980 milliseconds

<<11121314151617181920>>