Searched refs:tri (Results 1 - 25 of 105) sorted by relevance

12345

/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/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
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
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...]
H A Dlp_rast.h127 #define GET_PLANES(tri) ((struct lp_rast_plane *)((char *)(&(tri)->inputs + 1) + 3 * (tri)->inputs.stride))
151 const struct lp_rast_triangle *tri; member in struct:lp_rast_cmd_arg::__anon13807
181 arg.triangle.tri = triangle;
197 arg.triangle.tri = triangle;
H A Dlp_setup_tri.c89 struct lp_rast_triangle *tri; local
95 tri = lp_scene_alloc_aligned( scene, *tri_size, 16 );
96 if (tri == NULL)
99 tri->inputs.stride = input_array_sz;
102 char *a = (char *)tri;
103 char *b = (char *)&GET_PLANES(tri)[nr_planes];
107 return tri;
244 struct lp_rast_triangle *tri; local
301 tri = lp_setup_alloc_triangle(scene,
305 if (!tri)
559 lp_setup_bin_triangle( struct lp_setup_context *setup, struct lp_rast_triangle *tri, const struct u_rect *bbox, int nr_planes ) argument
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
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...]
H A Dlp_rast.h127 #define GET_PLANES(tri) ((struct lp_rast_plane *)((char *)(&(tri)->inputs + 1) + 3 * (tri)->inputs.stride))
151 const struct lp_rast_triangle *tri; member in struct:lp_rast_cmd_arg::__anon27218
181 arg.triangle.tri = triangle;
197 arg.triangle.tri = triangle;
H A Dlp_setup_tri.c89 struct lp_rast_triangle *tri; local
95 tri = lp_scene_alloc_aligned( scene, *tri_size, 16 );
96 if (tri == NULL)
99 tri->inputs.stride = input_array_sz;
102 char *a = (char *)tri;
103 char *b = (char *)&GET_PLANES(tri)[nr_planes];
107 return tri;
244 struct lp_rast_triangle *tri; local
301 tri = lp_setup_alloc_triangle(scene,
305 if (!tri)
559 lp_setup_bin_triangle( struct lp_setup_context *setup, struct lp_rast_triangle *tri, const struct u_rect *bbox, int nr_planes ) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
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_cull.c84 stage->next->tri( stage->next, header );
98 stage->tri = cull_tri;
99 stage->tri( stage, header );
105 stage->tri = cull_first_tri;
137 cull->stage.tri = cull_first_tri;
H A Ddraw_pipe_twoside.c74 /* Twoside tri:
93 stage->next->tri( stage->next, &tmp );
96 stage->next->tri( stage->next, header );
137 stage->tri = twoside_tri;
138 stage->tri( stage, header );
144 stage->tri = twoside_first_tri;
176 twoside->stage.tri = twoside_first_tri;
H A Ddraw_pipe_aaline.c560 struct prim_header tri; local
651 tri.v[0] = v[2]; tri.v[1] = v[1]; tri.v[2] = v[0];
652 stage->next->tri( stage->next, &tri );
654 tri.v[0] = v[3]; tri.v[1] = v[1]; tri.v[2] = v[2];
655 stage->next->tri( stag
[all...]
H A Ddraw_pipe_offset.c61 * Offset tri Z. Some hardware can handle this, but not usually when
106 stage->next->tri( stage->next, header );
135 stage->tri = offset_tri;
136 stage->tri( stage, header );
145 stage->tri = offset_first_tri;
177 offset->stage.tri = offset_first_tri;
/external/mesa3d/src/gallium/auxiliary/draw/
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_cull.c84 stage->next->tri( stage->next, header );
98 stage->tri = cull_tri;
99 stage->tri( stage, header );
105 stage->tri = cull_first_tri;
137 cull->stage.tri = cull_first_tri;
H A Ddraw_pipe_twoside.c74 /* Twoside tri:
93 stage->next->tri( stage->next, &tmp );
96 stage->next->tri( stage->next, header );
137 stage->tri = twoside_tri;
138 stage->tri( stage, header );
144 stage->tri = twoside_first_tri;
176 twoside->stage.tri = twoside_first_tri;
H A Ddraw_pipe_aaline.c560 struct prim_header tri; local
651 tri.v[0] = v[2]; tri.v[1] = v[1]; tri.v[2] = v[0];
652 stage->next->tri( stage->next, &tri );
654 tri.v[0] = v[3]; tri.v[1] = v[1]; tri.v[2] = v[2];
655 stage->next->tri( stag
[all...]
/external/chromium_org/media/formats/mp4/
H A Dtrack_run_iterator.cc248 TrackRunInfo tri; local
249 tri.track_id = traf.header.track_id;
250 tri.timescale = trak->media.header.timescale;
251 tri.start_dts = run_start_dts;
252 tri.sample_start_offset = trun.data_offset;
253 tri.sample_encryption_info = traf.sample_group_description.entries;
255 tri.is_audio = (stsd.type == kAudio);
256 if (tri.is_audio) {
260 tri.audio_description = &stsd.audio_entries[desc_idx];
265 tri
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
H A DMakefile20 tri.c \
/external/ksoap2/kobjects/org/ksoap2/kobjects/base64/
H A DBase64.java142 int tri =
148 os.write((tri >> 16) & 255);
151 os.write((tri >> 8) & 255);
154 os.write(tri & 255);
/external/mesa3d/src/gallium/tests/trivial/
H A DMakefile20 tri.c \
/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);
/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);

Completed in 398 milliseconds

12345