HomeSort by: relevance | last modified time | path
    Searched defs:polygon (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/indices/
u_unfilled_gen.py 37 'polygon',
176 def polygon(intype, outtype): function
177 preamble(intype, outtype, prim='polygon')
224 polygon(intype, outtype)
u_indices_gen.py 44 'polygon',
305 def polygon(intype, outtype, inpv, outpv, pr): function
306 preamble(intype, outtype, inpv, outpv, pr, prim='polygon')
404 polygon(intype, outtype, inpv, outpv, pr)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/indices/
u_unfilled_gen.py 39 'polygon',
178 def polygon(intype, outtype): function
179 preamble(intype, outtype, prim='polygon')
226 polygon(intype, outtype)
u_indices_gen.py 46 'polygon',
269 def polygon(intype, outtype, inpv, outpv, pr): function
270 preamble(intype, outtype, inpv, outpv, pr, prim='polygon')
436 polygon(intype, outtype, inpv, outpv, pr)
  /xsrc/external/mit/xedit/dist/lisp/modules/
psql.c 134 "(DEFSTRUCT PG-POLYGON SIZE NUM-POINTS BOUNDBOX POINTS)\n");
530 else if (strcmp(typestring, "PG-POLYGON") == 0)
544 POLYGON *polygon; local
548 polygon = (POLYGON*)(string - sizeof(int));
551 /* get polygon->boundbox */
554 CONS(REAL(polygon->boundbox.high.x),
556 CONS(REAL(polygon->boundbox.high.y), NIL))))));
559 CONS(REAL(polygon->boundbox.low.x)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
attrib.c 47 #include "polygon.h"
339 attr->CullFace = ctx->Polygon.CullFlag;
375 attr->PolygonOffsetPoint = ctx->Polygon.OffsetPoint;
376 attr->PolygonOffsetLine = ctx->Polygon.OffsetLine;
377 attr->PolygonOffsetFill = ctx->Polygon.OffsetFill;
378 attr->PolygonSmooth = ctx->Polygon.SmoothFlag;
379 attr->PolygonStipple = ctx->Polygon.StippleFlag;
486 (void*)&ctx->Polygon))
631 TEST_AND_UPDATE(ctx->Polygon.CullFlag, enable->CullFace, GL_CULL_FACE);
701 TEST_AND_UPDATE(ctx->Polygon.OffsetPoint, enable->PolygonOffsetPoint
1334 const struct gl_polygon_attrib *polygon; local
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_trapezoids_mono.c 79 struct mono_polygon polygon; member in struct:mono
152 mono_polygon_init(struct mono_polygon *polygon, BoxPtr box, int num_edges)
156 polygon->y_buckets = polygon->y_buckets_embedded;
157 if (h > ARRAY_SIZE (polygon->y_buckets_embedded)) {
158 polygon->y_buckets = malloc (h * sizeof (struct mono_edge *));
159 if (unlikely (NULL == polygon->y_buckets))
163 polygon->num_edges = 0;
164 polygon->edges = polygon->edges_embedded
195 struct mono_polygon *polygon = &mono->polygon; local
697 struct mono_polygon *polygon = &mono->polygon; local
    [all...]
sna_trapezoids_imprecise.c 158 /* A collection of sorted and vertically clipped edges of the polygon.
159 * Edges are moved from the polygon to an active list while scan
161 struct polygon { struct
166 * into bucket EDGE_BUCKET_INDEX(edge->ytop, polygon->ymin) when
167 * it is added to the polygon. */
176 /* A cell records the effect on pixel coverage of polygon edges
180 * Consider the effects of a polygon edge on the coverage of a pixel
212 * The heights and areas are signed, with left edges of the polygon
247 struct polygon polygon[1] member in struct:tor
1180 struct polygon *polygon = converter->polygon; local
1550 struct polygon *polygon = converter->polygon; local
    [all...]
sna_trapezoids_precise.c 172 /* A collection of sorted and vertically clipped edges of the polygon.
173 * Edges are moved from the polygon to an active list while scan
175 struct polygon { struct
180 * into bucket EDGE_BUCKET_INDEX(edge->ytop, polygon->ymin) when
181 * it is added to the polygon. */
190 /* A cell records the effect on pixel coverage of polygon edges
194 * Consider the effects of a polygon edge on the coverage of a pixel
226 * The heights and areas are signed, with left edges of the polygon
261 struct polygon polygon[1] member in struct:tor
1193 struct polygon *polygon = converter->polygon; local
1521 struct polygon *polygon = converter->polygon; local
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_trapezoids_mono.c 78 struct mono_polygon polygon; member in struct:mono
151 mono_polygon_init(struct mono_polygon *polygon, BoxPtr box, int num_edges)
155 polygon->y_buckets = polygon->y_buckets_embedded;
156 if (h > ARRAY_SIZE (polygon->y_buckets_embedded)) {
157 polygon->y_buckets = malloc (h * sizeof (struct mono_edge *));
158 if (unlikely (NULL == polygon->y_buckets))
162 polygon->num_edges = 0;
163 polygon->edges = polygon->edges_embedded
194 struct mono_polygon *polygon = &mono->polygon; local
645 struct mono_polygon *polygon = &mono->polygon; local
    [all...]
sna_trapezoids_imprecise.c 158 /* A collection of sorted and vertically clipped edges of the polygon.
159 * Edges are moved from the polygon to an active list while scan
161 struct polygon { struct
166 * into bucket EDGE_BUCKET_INDEX(edge->ytop, polygon->ymin) when
167 * it is added to the polygon. */
176 /* A cell records the effect on pixel coverage of polygon edges
180 * Consider the effects of a polygon edge on the coverage of a pixel
212 * The heights and areas are signed, with left edges of the polygon
247 struct polygon polygon[1] member in struct:tor
1170 struct polygon *polygon = converter->polygon; local
1540 struct polygon *polygon = converter->polygon; local
    [all...]
sna_trapezoids_precise.c 172 /* A collection of sorted and vertically clipped edges of the polygon.
173 * Edges are moved from the polygon to an active list while scan
175 struct polygon { struct
180 * into bucket EDGE_BUCKET_INDEX(edge->ytop, polygon->ymin) when
181 * it is added to the polygon. */
190 /* A cell records the effect on pixel coverage of polygon edges
194 * Consider the effects of a polygon edge on the coverage of a pixel
226 * The heights and areas are signed, with left edges of the polygon
261 struct polygon polygon[1] member in struct:tor
1183 struct polygon *polygon = converter->polygon; local
1511 struct polygon *polygon = converter->polygon; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
pan_cmdstream.c 2450 DEFINE_CASE(POLYGON);
2719 bool polygon = (prim == PIPE_PRIM_TRIANGLES); local
2744 cfg.cull_front_face = polygon && (rast->cull_face & PIPE_FACE_FRONT);
2745 cfg.cull_back_face = polygon && (rast->cull_face & PIPE_FACE_BACK);
3602 /* Returns the polygon list's GPU address if available, or otherwise allocates
3603 * the polygon list. It's perfectly fast to use allocate/free BO directly,
3621 * we need to write the polygon list manually because there's not WRITE_VALUE
3628 "Polygon list");
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
genX_state_upload.c 101 * Polygon stipple packet
109 if (!ctx->Polygon.StippleFlag)
113 /* Polygon stipple is provided in OpenGL order, i.e. bottom
140 * Polygon stipple offset packet
148 if (!ctx->Polygon.StippleFlag)
475 const bool uses_edge_flag = (ctx->Polygon.FrontMode != GL_FILL ||
476 ctx->Polygon.BackMode != GL_FILL);
1403 if (ctx->Polygon.CullFlag) {
1404 switch (ctx->Polygon.CullFaceMode) {
1571 sf.GlobalDepthOffsetEnableSolid = ctx->Polygon.OffsetFill
4526 const struct gl_polygon_attrib *polygon = &ctx->Polygon; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
genX_state_upload.c 107 * Polygon stipple packet
115 if (!ctx->Polygon.StippleFlag)
119 /* Polygon stipple is provided in OpenGL order, i.e. bottom
146 * Polygon stipple offset packet
154 if (!ctx->Polygon.StippleFlag)
481 const bool uses_edge_flag = (ctx->Polygon.FrontMode != GL_FILL ||
482 ctx->Polygon.BackMode != GL_FILL);
1413 if (ctx->Polygon.CullFlag) {
1414 switch (ctx->Polygon.CullFaceMode) {
1581 sf.GlobalDepthOffsetEnableSolid = ctx->Polygon.OffsetFill
4604 const struct gl_polygon_attrib *polygon = &ctx->Polygon; local
    [all...]

Completed in 16 milliseconds