HomeSort by relevance Sort by last modified time
    Searched refs:tri (Results 26 - 50 of 119) sorted by null

12 3 4 5

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RenderMachineFunction.cpp 195 const TargetRegisterInfo *tri,
199 this->tri = tri;
248 for (TargetRegisterInfo::regclass_iterator rcItr = tri->regclass_begin(),
249 rcEnd = tri->regclass_end();
315 const TargetRegisterInfo *tri,
319 this->tri = tri;
348 for (unsigned preg = 1; preg < tri->getNumRegs(); ++preg) {
351 for (TargetRegisterInfo::regclass_iterator rcItr = tri->regclass_begin()
    [all...]
RenderMachineFunction.h 62 void setup(MachineFunction *mf, const TargetRegisterInfo *tri,
118 const TargetRegisterInfo *tri; member in class:llvm::MFRenderingOptions
142 const TargetRegisterInfo *tri, LiveIntervals *lis);
170 const TargetRegisterInfo *tri; member in class:llvm::TargetRegisterExtraInfo
247 const TargetRegisterInfo *tri; member in class:llvm::RenderMachineFunction
Spiller.cpp 60 const TargetRegisterInfo *tri; member in class:__anon36010::SpillerBase
70 tri = mf.getTarget().getRegisterInfo();
140 tri);
154 true, ss, trc, tri);
  /external/deqp/modules/gles2/functional/
es2fRasterizationTests.cpp     [all...]
  /external/skia/gm/
multipicturedraw.cpp 144 SkPath tri; local
145 tri.moveTo(originX, originY);
146 tri.rLineTo(SkScalarHalf(kTriSide), 1.5f * kTriSide / kRoot3);
147 tri.rLineTo(-kTriSide, 0);
148 tri.close();
149 return tri;
153 SkPath tri = make_tri_path(SkScalarHalf(kTriSide), 0); local
169 SkRect r = tri.getBounds();
174 canvas->drawPath(tri, fill);
175 canvas->drawPath(tri, stroke)
    [all...]
convexpolyclip.cpp 99 SkPath tri; variable
100 tri.moveTo(5.f, 5.f);
101 tri.lineTo(100.f, 20.f);
102 tri.lineTo(15.f, 100.f);
104 fClips.addToTail()->setPath(tri); variable
  /external/skqp/gm/
multipicturedraw.cpp 144 SkPath tri; local
145 tri.moveTo(originX, originY);
146 tri.rLineTo(SkScalarHalf(kTriSide), 1.5f * kTriSide / kRoot3);
147 tri.rLineTo(-kTriSide, 0);
148 tri.close();
149 return tri;
153 SkPath tri = make_tri_path(SkScalarHalf(kTriSide), 0); local
169 SkRect r = tri.getBounds();
174 canvas->drawPath(tri, fill);
175 canvas->drawPath(tri, stroke)
    [all...]
convexpolyclip.cpp 99 SkPath tri; variable
100 tri.moveTo(5.f, 5.f);
101 tri.lineTo(100.f, 20.f);
102 tri.lineTo(15.f, 100.f);
104 fClips.addToTail()->setPath(tri); variable
  /external/toybox/kconfig/
confdata.c 152 sym->def[def].tri = no;
189 sym->def[def].tri = no;
229 sym->def[def].tri = mod;
235 sym->def[def].tri = yes;
240 sym->def[def].tri = no;
291 switch (sym->def[def].tri) {
295 if (cs->def[def].tri == yes) {
301 if (cs->def[def].tri != no) {
308 cs->def[def].tri = E_OR(cs->def[def].tri, sym->def[def].tri)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_flatshade.c 89 * Flatshade tri. Not required for clipping which handles this on its own,
107 stage->next->tri( stage->next, &tmp );
125 stage->next->tri( stage->next, &tmp );
261 stage->tri = flatshade_tri_0;
265 stage->tri = flatshade_tri_2;
273 stage->tri( stage, header );
287 stage->tri = flatshade_first_tri;
320 flatshade->stage.tri = flatshade_first_tri;
draw_pipe_cull.c 182 stage->next->tri( stage->next, header );
226 stage->tri = cull_tri;
227 stage->tri( stage, header );
235 stage->tri = cull_first_tri;
267 cull->stage.tri = cull_first_tri;
draw_pipe_offset.c 62 * Offset tri Z. Some hardware can handle this, but not usually when
127 stage->next->tri( stage->next, header );
200 stage->tri = offset_tri;
201 stage->tri( stage, header );
210 stage->tri = offset_first_tri;
242 offset->stage.tri = offset_first_tri;
draw_pipe_unfilled.c 178 /* Unfilled tri:
198 stage->next->tri( stage->next, header );
221 stage->tri = unfilled_tri;
222 stage->tri( stage, header );
232 stage->tri = unfilled_first_tri;
287 unfilled->stage.tri = unfilled_first_tri;
draw_pipe_aapoint.c 447 struct prim_header tri; local
530 tri.v[0] = v[0];
531 tri.v[1] = v[1];
532 tri.v[2] = v[2];
533 stage->next->tri( stage->next, &tri );
535 tri.v[0] = v[0];
536 tri.v[1] = v[2];
537 tri.v[2] = v[3];
538 stage->next->tri( stage->next, &tri )
    [all...]
draw_pipe_pstipple.c 195 stage->tri = draw_pipe_passthrough_tri;
196 stage->tri(stage, header);
223 stage->tri = draw_pipe_passthrough_tri;
224 stage->tri(stage, header);
235 stage->tri = pstip_first_tri;
299 pstip->stage.tri = pstip_first_tri;
draw_pipe.h 72 void (*tri)( struct draw_stage *, member in struct:draw_stage
draw_pipe_util.c 54 stage->next->tri(stage->next, header);
draw_pipe_vbuf.c 292 stage->tri = vbuf_tri;
293 stage->tri( stage, prim );
354 /* Reset point/line/tri function pointers.
362 vbuf->stage.tri = vbuf_first_tri;
445 vbuf->stage.tri = vbuf_first_tri;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
ImageGradientColorizer.java 55 int tri = Color.red(backgroundColor); local
59 float tr = tri / 255f;
67 lr, lg, lb, 0, tri - cLum,
  /external/deqp/external/vulkancts/modules/vulkan/rasterization/
vktRasterizationTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fRasterizationTests.cpp     [all...]
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 47 const TargetRegisterInfo &tri,
73 return tri.getMatchingSuperReg(hreg, sub, rc);
133 const TargetRegisterInfo &tri = *MF.getSubtarget().getRegisterInfo(); local
185 unsigned hint = copyHint(mi, li.reg, tri, mri);
  /external/llvm/lib/Target/Hexagon/
HexagonBitTracker.h 26 HexagonEvaluator(const HexagonRegisterInfo &tri, MachineRegisterInfo &mri,
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
Transform.java 118 public void lookAt(TriData tri, int w, int h) {
119 mViewMatrix.lookAt(tri, mVoxelDim, w, h);
123 public void look(char dir, TriData tri, int w, int h) {
124 mViewMatrix.look(dir, tri, mVoxelDim, w, h);
  /external/eigen/Eigen/src/Core/products/
TriangularSolverMatrix.h 23 const Scalar* tri, Index triStride,
32 ::run(size, cols, tri, triStride, _other, otherStride, blocking);
58 TriMapper tri(_tri, triStride);
124 Scalar a = (Mode & UnitDiag) ? Scalar(1) : Scalar(1)/conj(tri(i,i));
130 const Scalar* l = &tri(i,s);
141 const Scalar* l = &tri(s,i);
160 pack_lhs(blockA, tri.getSubMapper(startTarget,startBlock), actualPanelWidth, lengthTarget);
177 pack_lhs(blockA, tri.getSubMapper(i2, IsLower ? k2 : k2-kc), actual_kc, actual_mc);

Completed in 675 milliseconds

12 3 4 5