Searched refs:e2 (Results 1 - 25 of 44) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmistruct.h57 int e1, e2; /* keep these, so we don't have to do it again */ member in struct:_miDash
H A Dmizerline.c125 int e, e1, e2, e3; /* Bresenham error terms */ local in function:miZeroLine
223 e2 = e1 - (adx << 1);
259 e += (clipdy * e2) + ((clipdx - clipdy) * e1);
268 e3 = e2 - e1;
286 e2 = e1 - (ady << 1);
323 e += (clipdx * e2) + ((clipdy - clipdx) * e1);
332 e3 = e2 - e1;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmistruct.h56 int e1, e2; /* keep these, so we don't have to do it again */ member in struct:_miDash
H A Dmizerline.c121 int e, e1, e2, e3; /* Bresenham error terms */ local in function:miZeroLine
213 e2 = e1 - (adx << 1);
247 e += (clipdy * e2) + ((clipdx - clipdy) * e1);
256 e3 = e2 - e1;
272 e2 = e1 - (ady << 1);
307 e += (clipdx * e2) + ((clipdy - clipdx) * e1);
316 e3 = e2 - e1;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/
H A Dt_dd_unfilled.h37 GLuint e0, GLuint e1, GLuint e2 )
46 v[2] = (VERTEX *)GET_VERTEX(e2);
64 /* ef[e0], ef[e1], ef[e2]); */
70 if (ef[e2]) POINT( v[2] );
75 if (ef[e2]) LINE( v[2], v[0] );
82 if (ef[e2]) LINE( v[2], v[0] );
101 GLuint e2, GLuint e3 )
110 v[2] = (VERTEX *)GET_VERTEX(e2);
138 if (ef[e2]) POINT( v[2] );
145 if (ef[e2]) LIN
[all...]
H A Dt_dd_tritmp.h114 static void TAG(triangle)( struct gl_context *ctx, GLuint e0, GLuint e1, GLuint e2 )
128 v[2] = (VERTEX *)GET_VERTEX(e2);
196 VERT_SET_RGBA( v[2], vbcolor[e2] );
217 VERT_SET_SPEC( v[2], vbspec[e2] );
267 UNFILLED_TRI( ctx, GL_POINT, e0, e1, e2 );
270 UNFILLED_TRI( ctx, GL_POINT, e0, e1, e2 );
280 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 );
283 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 );
340 GLuint e0, GLuint e1, GLuint e2, GLuint e3 )
352 v[2] = (VERTEX *)GET_VERTEX(e2);
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/
H A Dt_dd_unfilled.h37 GLuint e0, GLuint e1, GLuint e2 )
46 v[2] = (VERTEX *)GET_VERTEX(e2);
64 /* ef[e0], ef[e1], ef[e2]); */
70 if (ef[e2]) POINT( v[2] );
75 if (ef[e2]) LINE( v[2], v[0] );
82 if (ef[e2]) LINE( v[2], v[0] );
101 GLuint e2, GLuint e3 )
110 v[2] = (VERTEX *)GET_VERTEX(e2);
138 if (ef[e2]) POINT( v[2] );
145 if (ef[e2]) LIN
[all...]
H A Dt_dd_tritmp.h114 static void TAG(triangle)( struct gl_context *ctx, GLuint e0, GLuint e1, GLuint e2 )
128 v[2] = (VERTEX *)GET_VERTEX(e2);
196 VERT_SET_RGBA( v[2], vbcolor[e2] );
217 VERT_SET_SPEC( v[2], vbspec[e2] );
267 UNFILLED_TRI( ctx, GL_POINT, e0, e1, e2 );
270 UNFILLED_TRI( ctx, GL_POINT, e0, e1, e2 );
280 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 );
283 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 );
340 GLuint e0, GLuint e1, GLuint e2, GLuint e3 )
352 v[2] = (VERTEX *)GET_VERTEX(e2);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast_setup/
H A Dss_triangle.c56 GLuint e2,
69 GLuint e2,
77 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
83 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
95 GLuint e2,
102 if (ef[e2]) _swrast_Point( ctx, v2 );
113 GLuint e2,
123 SWvertex *v2 = &verts[e2];
151 render(ctx, ef, e0, e1, e2, v0, v1, v2);
159 render(ctx, ef, e0, e1, e2, v
65 _swsetup_edge_render_line_tri(struct gl_context * ctx,const GLubyte * ef,GLuint e0,GLuint e1,GLuint e2,const SWvertex * v0,const SWvertex * v1,const SWvertex * v2) argument
91 _swsetup_edge_render_point_tri(struct gl_context * ctx,const GLubyte * ef,GLuint e0,GLuint e1,GLuint e2,const SWvertex * v0,const SWvertex * v1,const SWvertex * v2) argument
110 _swsetup_render_tri(struct gl_context * ctx,GLuint e0,GLuint e1,GLuint e2,GLuint facing,swsetup_edge_render_prim_tri render) argument
[all...]
H A Dss_tritmp.h33 static void TAG(triangle)(struct gl_context *ctx, GLuint e0, GLuint e1, GLuint e2 )
49 v[2] = &verts[e2];
86 SS_COLOR(v[2]->color, vbcolor[e2]);
91 COPY_4V(v[2]->attrib[VARYING_SLOT_COL0], vbcolor[e2]);
119 SS_SPEC(v[2]->attrib[VARYING_SLOT_COL1], vbspec[e2]);
162 _swsetup_render_tri(ctx, e0, e1, e2, facing, _swsetup_edge_render_point_tri);
169 _swsetup_render_tri(ctx, e0, e1, e2, facing, _swsetup_edge_render_line_tri);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast_setup/
H A Dss_triangle.c56 GLuint e2,
69 GLuint e2,
77 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
83 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
95 GLuint e2,
102 if (ef[e2]) _swrast_Point( ctx, v2 );
113 GLuint e2,
123 SWvertex *v2 = &verts[e2];
151 render(ctx, ef, e0, e1, e2, v0, v1, v2);
159 render(ctx, ef, e0, e1, e2, v
65 _swsetup_edge_render_line_tri(struct gl_context * ctx,const GLubyte * ef,GLuint e0,GLuint e1,GLuint e2,const SWvertex * v0,const SWvertex * v1,const SWvertex * v2) argument
91 _swsetup_edge_render_point_tri(struct gl_context * ctx,const GLubyte * ef,GLuint e0,GLuint e1,GLuint e2,const SWvertex * v0,const SWvertex * v1,const SWvertex * v2) argument
110 _swsetup_render_tri(struct gl_context * ctx,GLuint e0,GLuint e1,GLuint e2,GLuint facing,swsetup_edge_render_prim_tri render) argument
[all...]
H A Dss_tritmp.h33 static void TAG(triangle)(struct gl_context *ctx, GLuint e0, GLuint e1, GLuint e2 )
49 v[2] = &verts[e2];
86 SS_COLOR(v[2]->color, vbcolor[e2]);
91 COPY_4V(v[2]->attrib[VARYING_SLOT_COL0], vbcolor[e2]);
119 SS_SPEC(v[2]->attrib[VARYING_SLOT_COL1], vbspec[e2]);
162 _swsetup_render_tri(ctx, e0, e1, e2, facing, _swsetup_edge_render_point_tri);
169 _swsetup_render_tri(ctx, e0, e1, e2, facing, _swsetup_edge_render_line_tri);
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/
H A Dgtest_pred_impl.h131 const char* e2,
139 << e2 << ") evaluates to false, where"
141 << "\n" << e2 << " evaluates to " << v2;
180 const char* e2,
190 << e2 << ", "
193 << "\n" << e2 << " evaluates to " << v2
236 const char* e2,
248 << e2 << ", "
252 << "\n" << e2 << " evaluates to " << v2
299 const char* e2,
129 AssertPred2Helper(const char * pred_text,const char * e1,const char * e2,Pred pred,const T1 & v1,const T2 & v2) argument
178 AssertPred3Helper(const char * pred_text,const char * e1,const char * e2,const char * e3,Pred pred,const T1 & v1,const T2 & v2,const T3 & v3) argument
234 AssertPred4Helper(const char * pred_text,const char * e1,const char * e2,const char * e3,const char * e4,Pred pred,const T1 & v1,const T2 & v2,const T3 & v3,const T4 & v4) argument
297 AssertPred5Helper(const char * pred_text,const char * e1,const char * e2,const char * e3,const char * e4,const char * e5,Pred pred,const T1 & v1,const T2 & v2,const T3 & v3,const T4 & v4,const T5 & v5) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/
H A Dgtest_pred_impl.h132 const char* e2,
139 << pred_text << "(" << e1 << ", " << e2
143 << e2 << " evaluates to " << ::testing::PrintToString(v2);
182 const char* e2,
191 << pred_text << "(" << e1 << ", " << e2 << ", " << e3
195 << e2 << " evaluates to " << ::testing::PrintToString(v2) << "\n"
238 const char* e2,
249 << pred_text << "(" << e1 << ", " << e2 << ", " << e3 << ", " << e4
253 << e2 << " evaluates to " << ::testing::PrintToString(v2) << "\n"
300 const char* e2,
130 AssertPred2Helper(const char * pred_text,const char * e1,const char * e2,Pred pred,const T1 & v1,const T2 & v2) argument
180 AssertPred3Helper(const char * pred_text,const char * e1,const char * e2,const char * e3,Pred pred,const T1 & v1,const T2 & v2,const T3 & v3) argument
236 AssertPred4Helper(const char * pred_text,const char * e1,const char * e2,const char * e3,const char * e4,Pred pred,const T1 & v1,const T2 & v2,const T3 & v3,const T4 & v4) argument
298 AssertPred5Helper(const char * pred_text,const char * e1,const char * e2,const char * e3,const char * e4,const char * e5,Pred pred,const T1 & v1,const T2 & v2,const T3 & v3,const T4 & v4,const T5 & v5) argument
[all...]
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcdbg.c221 FcPatternElt *e1, *e2; local in function:FcPatternPrint2
239 e2 = &FcPatternElts(p2)[j];
240 if (!e2 || e1->object != e2->object)
247 e2 = &FcPatternElts(p2)[k];
248 printf ("\t%s: (None) -> ", FcObjectName (e2->object));
249 FcValueListPrint (FcPatternEltValues (e2));
268 e2 = &FcPatternElts(p2)[j];
269 FcValueListPrint (FcPatternEltValues (e2));
278 e2
[all...]
H A Dfcmatch.c185 double b1, e1, b2, e2, d; local in function:FcCompareRange
203 b2 = e2 = value2.u.i;
206 b2 = e2 = value2.u.d;
210 e2 = value2.u.r->end;
218 else if (e2 < b1)
219 d = e2;
221 d = (FC_MAX (b1, b2) + FC_MIN (e1, e2)) * .5;
227 if (e1 < b2 || e2 < b1)
228 return FC_MIN (fabs (b2 - e1), fabs (b1 - e2));
238 double b1, e1, b2, e2; local in function:FcCompareSize
[all...]
H A Dfclist.c191 FcPatternElt *e1, *e2; local in function:FcListPatternEqual
196 e2 = FcPatternObjectFindElt (p2, FcObjectFromName (os->objects[i]));
197 if (!e1 && !e2)
199 if (!e1 || !e2)
202 FcPatternEltValues(e2)))
/xsrc/external/mit/freetype/dist/src/raster/
H A Dftraster.c1023 Int e1, e2, f1, f2, size; /* XXX: is `Short' sufficient? */ local in function:Line_Up
1052 e2 = (Int)TRUNC( maxy );
1057 e2 = (Int)TRUNC( y2 );
1063 if ( e1 == e2 )
1086 size = e2 - e1 + 1;
1216 Long y1, y2, e, e2, e0; local in function:Bezier_Up
1233 e2 = FLOOR( y2 );
1235 if ( e2 > maxy )
1236 e2 = maxy;
1268 if ( e2 <
2237 Long e1, e2; local in function:Vertical_Sweep_Span
2318 Long e1, e2, pxl; local in function:Vertical_Sweep_Drop
2499 Long e1, e2; local in function:Horizontal_Sweep_Span
2571 Long e1, e2, pxl; local in function:Horizontal_Sweep_Drop
2707 Long x1, x2, xs, e1, e2; local in function:Draw_Sweep
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaFillPoly.c211 int DX1 = 0, DX2 = 0, e1 = 0, e2 = 0; local in function:XAAFillPolygonSolid
273 Setup (c,x2,vertex2,dx2,dy2,e2,sign2,step2,DX2)
278 Step(x2,dx2,dy2,e2,sign2,step2)
291 Step(x2,dx2,dy2,e2,sign2,step2)
301 x2 - 1, DX2, dy2, e2);
305 x2, DX2, dy2, e2,
310 FixError(x2,dx2,dy2,e2,sign2,step2,h);
324 Step(x2,dx2,dy2,e2,sign2,step2)
365 int DX1 = 0, DX2 = 0, e1 = 0, e2 = 0; local in function:XAAFillPolygonHelper
396 Setup (c,x2,vertex2,dx2,dy2,e2,sign
468 SolidTrapHelper(ScrnInfoPtr pScrn,int y,int h,int x1,int dx1,int dy1,int e1,int x2,int dx2,int dy2,int e2,int xorg,int yorg,XAACacheInfoPtr pCache) argument
500 Mono8x8PatternTrapHelper_ScreenOrigin(ScrnInfoPtr pScrn,int y,int h,int x1,int dx1,int dy1,int e1,int x2,int dx2,int dy2,int e2,int xorg,int yorg,XAACacheInfoPtr pCache) argument
[all...]
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/piglit/
H A Ddisable-vs_in.diff26 index 12f1614c9..9019087e2 100644
/xsrc/external/mit/glu/dist/src/libtess/
H A Dsweep.c64 * - each pair of adjacent edges e2=Succ(e1) satisfies EdgeLeq(e1,e2)
66 * - if EdgeLeq(e2,e1) as well (at any valid sweep event), then e1 and e2
122 GLUhalfEdge *e1, *e2; local in function:EdgeLeq
126 e2 = reg2->eUp;
129 if( e2->Dst == event ) {
133 if( VertLeq( e1->Org, e2->Org )) {
134 return EdgeSign( e2->Dst, e1->Org, e2
438 SpliceMergeVertices(GLUtesselator * tess,GLUhalfEdge * e1,GLUhalfEdge * e2) argument
[all...]
H A Dmesh.c662 GLUhalfEdge *e2 = &mesh2->eHead; local in function:__gl_meshUnion
679 if( e2->next != e2 ) {
680 e1->Sym->next->Sym->next = e2->next;
681 e2->next->Sym->next = e1->Sym->next;
682 e2->Sym->next->Sym->next = e1;
683 e1->Sym->next = e2->Sym->next;
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_funcs.c80 static void A(SubsequentSolidBresenhamLine)(ScrnInfoPtr pScrn, int x1, int y1, int octant, int err, int e1, int e2, int length);
81 static void A(SubsequentSolidBresenhamLine6422)(ScrnInfoPtr pScrn, int x1, int y1, int octant, int err, int e1, int e2, int length);
1027 int e2, int err, int length, int octant)
1043 SETDDA_ADSTEP(e1, e2);
1047 tmp = e1; e1 = e2; e2 = tmp;
1061 e2 = -e2;
1075 UPDATEDEST(x1 + e1 / 2, y1 + e2 / 2);
1077 UPDATEDEST(x1 + e2 /
[all...]
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_accel.c314 int error, e1, e2; local in function:S3SubsequentSolidBresenhamLine
318 e2 = minor - major;
333 SET_DESTSTP((short)e2, (short)e1);
417 int error, e1, e2;
421 e2 = absmin - absmaj;
437 SET_DESTSTP((short)e2, (short)e1);
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbseg.c350 int e, e1, e2, e3; /* bresenham error and increments */ local in function:fbSegment
370 e2 = e1 - (adx << 1);
377 e2 = e1 - (ady << 1);
388 e3 = e2 - e1;

Completed in 24 milliseconds

12