Searched defs:tri (Results 1 - 25 of 50) sorted by relevance

12

/external/eigen/doc/snippets/
H A DTridiagonalization_compute.cpp1 Tridiagonalization<MatrixXf> tri; variable
4 tri.compute(A);
6 cout << tri.matrixT() << endl;
7 tri.compute(2*A); // re-use tri to compute eigenvalues of 2A
9 cout << tri.matrixT() << endl;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe.h71 void (*tri)( struct draw_stage *, member in struct:draw_stage
H A Ddraw_pipe_wide_line.c65 struct prim_header tri; local
139 tri.det = header->det; /* only the sign matters */
140 tri.v[0] = v0;
141 tri.v[1] = v2;
142 tri.v[2] = v3;
143 stage->next->tri( stage->next, &tri );
145 tri.v[0] = v0;
146 tri.v[1] = v3;
147 tri
[all...]
H A Ddraw_pipe_wide_point.c129 struct prim_header tri; local
179 tri.det = header->det; /* only the sign matters */
180 tri.v[0] = v0;
181 tri.v[1] = v2;
182 tri.v[2] = v3;
183 stage->next->tri( stage->next, &tri );
185 tri.v[0] = v0;
186 tri.v[1] = v3;
187 tri
[all...]
H A Ddraw_pipe_aapoint.c583 struct prim_header tri; local
666 tri.v[0] = v[0];
667 tri.v[1] = v[1];
668 tri.v[2] = v[2];
669 stage->next->tri( stage->next, &tri );
671 tri.v[0] = v[0];
672 tri.v[1] = v[2];
673 tri.v[2] = v[3];
674 stage->next->tri( stag
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dconvexpolyeffect.cpp50 SkPath tri; variable
51 tri.moveTo(5.f, 5.f);
52 tri.lineTo(100.f, 20.f);
53 tri.lineTo(15.f, 100.f);
55 fPaths.addToTail(tri);
56 fPaths.addToTail(SkPath())->reverseAddPath(tri); variable
58 tri.close();
59 fPaths.addToTail(tri);
H A Dconvexpolyclip.cpp96 SkPath tri; variable
97 tri.moveTo(5.f, 5.f);
98 tri.lineTo(100.f, 20.f);
99 tri.lineTo(15.f, 100.f);
101 fClips.addToTail()->setPath(tri); variable
/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.h62 CoalescerPair(const TargetRegisterInfo &tri) argument
63 : TRI(tri), DstReg(0), SrcReg(0), DstIdx(0), SrcIdx(0),
69 const TargetRegisterInfo &tri)
70 : TRI(tri), DstReg(PhysReg), SrcReg(VirtReg), DstIdx(0), SrcIdx(0),
68 CoalescerPair(unsigned VirtReg, unsigned PhysReg, const TargetRegisterInfo &tri) argument
H A DCalcSpillWeights.cpp45 const TargetRegisterInfo &tri,
71 return tri.getMatchingSuperReg(hreg, sub, rc);
98 const TargetRegisterInfo &tri = *MF.getTarget().getRegisterInfo(); local
149 unsigned hint = copyHint(mi, li.reg, tri, mri);
44 copyHint(const MachineInstr *mi, unsigned reg, const TargetRegisterInfo &tri, const MachineRegisterInfo &mri) argument
H A DInterferenceCache.cpp46 const TargetRegisterInfo *tri) {
49 TRI = tri;
42 init(MachineFunction *mf, LiveIntervalUnion *liuarray, SlotIndexes *indexes, LiveIntervals *lis, const TargetRegisterInfo *tri) argument
H A DSpiller.cpp59 const TargetRegisterInfo *tri; member in class:__anon25824::SpillerBase
69 tri = mf.getTarget().getRegisterInfo();
137 tri);
146 true, ss, trc, tri);
H A DLiveRangeEdit.cpp152 const TargetRegisterInfo &tri,
155 TII.reMaterialize(MBB, MI, DestReg, 0, RM.OrigMI, tri);
148 rematerializeAt(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, unsigned DestReg, const Remat &RM, const TargetRegisterInfo &tri, bool Late) argument
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe.h71 void (*tri)( struct draw_stage *, member in struct:draw_stage
H A Ddraw_pipe_wide_line.c65 struct prim_header tri; local
139 tri.det = header->det; /* only the sign matters */
140 tri.v[0] = v0;
141 tri.v[1] = v2;
142 tri.v[2] = v3;
143 stage->next->tri( stage->next, &tri );
145 tri.v[0] = v0;
146 tri.v[1] = v3;
147 tri
[all...]
H A Ddraw_pipe_wide_point.c129 struct prim_header tri; local
179 tri.det = header->det; /* only the sign matters */
180 tri.v[0] = v0;
181 tri.v[1] = v2;
182 tri.v[2] = v3;
183 stage->next->tri( stage->next, &tri );
185 tri.v[0] = v0;
186 tri.v[1] = v3;
187 tri
[all...]
/external/skia/gm/
H A Dconvexpolyeffect.cpp56 SkPath tri; variable
57 tri.moveTo(5.f, 5.f);
58 tri.lineTo(100.f, 20.f);
59 tri.lineTo(15.f, 100.f);
61 fPaths.addToTail(tri);
62 fPaths.addToTail(SkPath())->reverseAddPath(tri); variable
64 tri.close();
65 fPaths.addToTail(tri);
H A Dconvexpolyclip.cpp95 SkPath tri; variable
96 tri.moveTo(5.f, 5.f);
97 tri.lineTo(100.f, 20.f);
98 tri.lineTo(15.f, 100.f);
100 fClips.addToTail()->setPath(tri); variable
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/
H A Du_indices_gen.py119 def tri( intype, outtype, ptr, v0, v1, v2 ): function
135 tri( intype, outtype, ptr, v0, v1, v2 )
138 tri( intype, outtype, ptr, v1, v2, v0 )
140 tri( intype, outtype, ptr, v2, v0, v1 )
/external/mesa3d/src/gallium/auxiliary/indices/
H A Du_indices_gen.py119 def tri( intype, outtype, ptr, v0, v1, v2 ): function
135 tri( intype, outtype, ptr, v0, v1, v2 )
138 tri( intype, outtype, ptr, v1, v2, v0 )
140 tri( intype, outtype, ptr, v2, v0, v1 )
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_rast_debug.c180 const struct lp_rast_triangle *tri = arg.triangle.tri; local
182 const struct lp_rast_plane *tri_plane = GET_PLANES(tri);
189 if (tri->inputs.disable) {
H A Dlp_rast_tri_tmp.h44 const struct lp_rast_triangle *tri,
61 lp_rast_shade_quads_mask(task, &tri->inputs, x, y, mask);
70 const struct lp_rast_triangle *tri,
130 TAG(do_block_4)(task, tri, plane, px, py, cx);
145 block_full_4(task, tri, px, py);
158 const struct lp_rast_triangle *tri = arg.triangle.tri; local
160 const struct lp_rast_plane *tri_plane = GET_PLANES(tri);
167 if (tri->inputs.disable) {
232 TAG(do_block_16)(task, tri, plan
43 do_block_4(struct lp_rasterizer_task *task, const struct lp_rast_triangle *tri, const struct lp_rast_plane *plane, int x, int y, const int *c) argument
69 do_block_16(struct lp_rasterizer_task *task, const struct lp_rast_triangle *tri, const struct lp_rast_plane *plane, int x, int y, const int *c) argument
260 const struct lp_rast_triangle *tri = arg.triangle.tri; local
333 const struct lp_rast_triangle *tri = arg.triangle.tri; local
[all...]
/external/eigen/Eigen/src/Core/
H A DSolveTriangular.h237 triangular_solve_retval(const TriangularType& tri, const Rhs& rhs) argument
238 : m_triangularMatrix(tri), m_rhs(rhs)
/external/eigen/Eigen/src/Core/products/
H A DTriangularSolverMatrix.h23 const Scalar* tri, Index triStride,
32 ::run(size, cols, tri, triStride, _other, otherStride, blocking);
55 const_blas_data_mapper<Scalar, Index, TriStorageOrder> tri(_tri,triStride);
121 Scalar a = (Mode & UnitDiag) ? Scalar(1) : Scalar(1)/conj(tri(i,i));
127 const Scalar* l = &tri(i,s);
139 const Scalar* l = &tri(s,i);
158 pack_lhs(blockA, &tri(startTarget,startBlock), triStride, actualPanelWidth, lengthTarget);
175 pack_lhs(blockA, &tri(i2, IsLower ? k2 : k2-kc), triStride, actual_kc, actual_mc);
21 run( Index size, Index cols, const Scalar* tri, Index triStride, Scalar* _other, Index otherStride, level3_blocking<Scalar,Scalar>& blocking) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_debug.c180 const struct lp_rast_triangle *tri = arg.triangle.tri; local
182 const struct lp_rast_plane *tri_plane = GET_PLANES(tri);
189 if (tri->inputs.disable) {
H A Dlp_rast_tri_tmp.h44 const struct lp_rast_triangle *tri,
61 lp_rast_shade_quads_mask(task, &tri->inputs, x, y, mask);
70 const struct lp_rast_triangle *tri,
130 TAG(do_block_4)(task, tri, plane, px, py, cx);
145 block_full_4(task, tri, px, py);
158 const struct lp_rast_triangle *tri = arg.triangle.tri; local
160 const struct lp_rast_plane *tri_plane = GET_PLANES(tri);
167 if (tri->inputs.disable) {
232 TAG(do_block_16)(task, tri, plan
43 do_block_4(struct lp_rasterizer_task *task, const struct lp_rast_triangle *tri, const struct lp_rast_plane *plane, int x, int y, const int *c) argument
69 do_block_16(struct lp_rasterizer_task *task, const struct lp_rast_triangle *tri, const struct lp_rast_plane *plane, int x, int y, const int *c) argument
260 const struct lp_rast_triangle *tri = arg.triangle.tri; local
333 const struct lp_rast_triangle *tri = arg.triangle.tri; local
[all...]

Completed in 536 milliseconds

12