| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | partitionY.h | 83 /*given a set of simple polygons where the interior 91 directedLine* partitionY(directedLine *polygons, sampledLine **retSampledLines); 95 directedLine** DBGfindDiagonals(directedLine *polygons, Int& num_diagonals);
|
| H A D | monoChain.h | 46 monoChain* nextPolygon; //a list of polygons 101 directedLine* MC_partitionY(directedLine *polygons, sampledLine **retSampledLines);
|
| H A D | partitionY.cc | 426 directedLine** DBGfindDiagonals(directedLine *polygons, Int& num_diagonals) argument 429 directedLine** array = polygons->toArrayAllPolygons(total_num_edges); 446 /*partition into Y-monotone polygons*/ 447 directedLine* partitionY(directedLine *polygons, sampledLine **retSampledLines) argument 450 directedLine** array = polygons->toArrayAllPolygons(total_num_edges); 482 directedLine* ret_polygons = polygons; 678 /*if temp1 and temp2 are in different polygons, 717 /*given a set of simple polygons where the interior
|
| H A D | monoChain.cc | 647 directedLine* MC_partitionY(directedLine *polygons, sampledLine **retSampledLines) argument 651 monoChain* loopList = directedLineLoopListToMonoChainLoopList(polygons); 659 return polygons; 690 directedLine* ret_polygons = polygons; 895 /*if temp1 and temp2 are in different polygons,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/ |
| H A D | rasterizer.rst | 98 Indicates whether the window order of front-facing polygons is 102 Indicates which faces of polygons to cull, either PIPE_FACE_NONE 103 (cull no polygons), PIPE_FACE_FRONT (cull front-facing polygons), 104 PIPE_FACE_BACK (cull back-facing polygons), or 105 PIPE_FACE_FRONT_AND_BACK (cull all polygons). 108 Indicates how to fill front-facing polygons, either 112 Indicates how to fill back-facing polygons, either 122 If set, point-filled polygons will have polygon offset factors applied 124 If set, line-filled polygons wil [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/gallium/cso/ |
| H A D | rasterizer.rst | 98 Indicates whether the window order of front-facing polygons is 102 Indicates which faces of polygons to cull, either PIPE_FACE_NONE 103 (cull no polygons), PIPE_FACE_FRONT (cull front-facing polygons), 104 PIPE_FACE_BACK (cull back-facing polygons), or 105 PIPE_FACE_FRONT_AND_BACK (cull all polygons). 108 Indicates how to fill front-facing polygons, either 112 Indicates how to fill back-facing polygons, either 122 If set, point-filled polygons will have polygon offset factors applied 124 If set, line-filled polygons wil [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | glossary.rst | 10 smooth the edges of polygons.
|
| H A D | tgsi.rst | 3070 Back-facing colors are only used for back-facing polygons, and are only valid 3071 in vertex shader outputs. After rasterization, all polygons are front-facing 3169 drawn when the polygon mode converts triangles/quads/polygons into
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | glossary.rst | 10 smooth the edges of polygons.
|
| H A D | tgsi.rst | 3134 Back-facing colors are only used for back-facing polygons, and are only valid 3135 in vertex shader outputs. After rasterization, all polygons are front-facing 3233 drawn when the polygon mode converts triangles/quads/polygons into
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | perf.rst | 28 #. Textured polygons are fastest when: using a 3-component (RGB), 2-D
|
| H A D | viewperf.rst | 232 and all that's rendered is plain white polygons. Ideally, the test would 260 that's rendered is plain white polygons.
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | projtex.c | 396 GLint polygons[12][5] = local in function:drawDodecahedron 418 p0 = &vertexes[polygons[i][0]][0]; 419 p1 = &vertexes[polygons[i][1]][0]; 420 p2 = &vertexes[polygons[i][2]][0]; 444 glVertex3fv(vertexes[polygons[i][3]]); 445 glVertex3fv(vertexes[polygons[i][4]]);
|
| /xsrc/external/mit/ico/dist/ |
| H A D | ico.c | 109 static Polyinfo polygons[] = { variable in typeref:typename:Polyinfo[] 112 #define NumberPolygons sizeof(polygons)/sizeof(polygons[0]) 1137 Polyinfo *poly = polygons+i; 1152 Polyinfo *poly = polygons+i;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.3.5.rst | 52 - panfrost: Only cull polygons
|
| H A D | 7.10.3.rst | 120 tris/quads/polygons)
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/ |
| H A D | vc4.rst | 56 VC4 doesn't support reducing triangles/quads/polygons to lines and
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 10831 "description": "panfrost: Only cull polygons", [all...] |