HomeSort by relevance Sort by last modified time
    Searched refs:tri (Results 51 - 75 of 97) sorted by null

1 23 4

  /external/mesa3d/src/gallium/auxiliary/indices/
u_indices_gen.py 119 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/drivers/llvmpipe/
lp_setup_context.h 194 struct lp_rast_triangle *tri,
lp_rast_debug.c 180 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) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 583 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( stage->next, &tri )
    [all...]
draw_pipe_clip.c 243 debug_printf("Clipped tri: (flat-shade-first = %d)\n",
256 stage->next->tri( stage->next, &header );
557 stage->next->tri( stage->next, header );
656 stage->tri = clip_tri;
666 stage->tri( stage, header );
680 stage->tri = clip_first_tri;
713 clipper->stage.tri = clip_first_tri;
draw_pipe_pstipple.c 533 stage->tri = draw_pipe_passthrough_tri;
534 stage->tri(stage, header);
557 stage->tri = draw_pipe_passthrough_tri;
558 stage->tri(stage, header);
569 stage->tri = pstip_first_tri;
629 pstip->stage.tri = pstip_first_tri;
draw_pipe_stipple.c 195 stage->next->tri(stage->next, header);
246 stipple->stage.tri = stipple_reset_tri;
draw_pipe_validate.c 293 pipeline->tri( pipeline, header );
346 stage->tri = validate_tri;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 583 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( stage->next, &tri )
    [all...]
draw_pipe_clip.c 243 debug_printf("Clipped tri: (flat-shade-first = %d)\n",
256 stage->next->tri( stage->next, &header );
557 stage->next->tri( stage->next, header );
656 stage->tri = clip_tri;
666 stage->tri( stage, header );
680 stage->tri = clip_first_tri;
713 clipper->stage.tri = clip_first_tri;
draw_pipe_pstipple.c 533 stage->tri = draw_pipe_passthrough_tri;
534 stage->tri(stage, header);
557 stage->tri = draw_pipe_passthrough_tri;
558 stage->tri(stage, header);
569 stage->tri = pstip_first_tri;
629 pstip->stage.tri = pstip_first_tri;
draw_pipe_stipple.c 195 stage->next->tri(stage->next, header);
246 stipple->stage.tri = stipple_reset_tri;
draw_pipe_validate.c 293 pipeline->tri( pipeline, header );
346 stage->tri = validate_tri;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast_debug.c 180 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) {
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
TempVars.java 176 public final Vector3f[] tri = {new Vector3f(), field in class:TempVars
  /external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 137 const TargetRegisterInfo *tri);
  /external/llvm/lib/CodeGen/
BranchFolding.h 30 const TargetRegisterInfo *tri,
91 const TargetRegisterInfo *TRI;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_feedback.c 191 fs->stage.tri = feedback_tri;
264 fs->stage.tri = select_tri;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_feedback.c 191 fs->stage.tri = feedback_tri;
264 fs->stage.tri = select_tri;
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
BatchNode.java 477 for (int tri = 0; tri < geomTriCount; tri++) {
479 int idx = inIdx.get(tri * components + comp) + globalVertIndex;
480 outIdx.put((globalTriIndex + tri) * components + comp, idx);
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
GeometryBatchFactory.java 198 for (int tri = 0; tri < geomTriCount; tri++) {
200 int idx = inIdx.get(tri * components + comp) + globalVertIndex;
201 outIdx.put((globalTriIndex + tri) * components + comp, idx);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_prim_emit.c 219 setup->stage.tri = setup_tri;
  /external/mesa3d/src/gallium/drivers/i915/
i915_prim_emit.c 219 setup->stage.tri = setup_tri;
  /external/pixman/pixman/
pixman-trap.c 579 triangle_to_trapezoids (const pixman_triangle_t *tri, pixman_trapezoid_t *traps)
583 top = &tri->p1;
584 left = &tri->p2;
585 right = &tri->p3;
  /external/eigen/Eigen/src/Core/
SolveTriangular.h 237 triangular_solve_retval(const TriangularType& tri, const Rhs& rhs)
238 : m_triangularMatrix(tri), m_rhs(rhs)

Completed in 643 milliseconds

1 23 4