Home
last modified time | relevance | path

Searched refs:edgeflag (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DTensorProductPatch.h46 …PointVec &points, const ColorVec &colors, Color::ColorSpace cspace, int edgeflag, TensorProductPat…
48 void setPoints (const DPair points[4][4], int edgeflag, TensorProductPatch *patch);
49 void setPoints (const PointVec &points, int edgeflag, ShadingPatch *patch);
50 void setColors (const ColorVec &colors, int edgeflag, ShadingPatch *patch);
62 int numPoints (int edgeflag) const {return edgeflag == 0 ? 16 : 12;} in numPoints() argument
63 int numColors (int edgeflag) const {return edgeflag == 0 ? 4 : 2;} in numColors() argument
86 …PointVec &points, const ColorVec &colors, Color::ColorSpace cspace, int edgeflag, CoonsPatch *patc…
88 virtual void setPoints (const PointVec &points, int edgeflag, ShadingPatch *patch);
89 virtual void setColors (const ColorVec &colors, int edgeflag, ShadingPatch *patch);
91 int numPoints (int edgeflag) const {return edgeflag == 0 ? 12 : 8;} in numPoints() argument
[all …]
H A DTensorProductPatch.cpp68 if (edgeflag > 0 && !tpPatch) in setPoints()
70 if ((edgeflag == 0 && points.size() != 16) || (edgeflag > 0 && points.size() != 12)) in setPoints()
74 int i = (edgeflag == 0 ? 4 : 0); in setPoints()
88 switch (edgeflag) { in setPoints()
112 if (edgeflag > 0 && !tpPatch) in setColors()
114 if ((edgeflag == 0 && colors.size() != 4) || (edgeflag > 0 && colors.size() != 2)) in setColors()
120 switch (edgeflag) { in setColors()
499 if ((edgeflag == 0 && points.size() != 12) || (edgeflag > 0 && points.size() != 8)) in setPoints()
518 switch (edgeflag) { in setPoints()
536 if ((edgeflag == 0 && colors.size() != 4) || (edgeflag > 0 && colors.size() != 2)) in setColors()
[all …]
H A DTriangularPatch.cpp25 …PointVec &points, const ColorVec &colors, Color::ColorSpace cspace, int edgeflag, TriangularPatch … in TriangularPatch() argument
28 setPoints(points, edgeflag, patch); in TriangularPatch()
29 setColors(colors, edgeflag, patch); in TriangularPatch()
33 void TriangularPatch::setPoints (const PointVec &points, int edgeflag, ShadingPatch *patch) { in setPoints() argument
35 if (edgeflag > 0 && !triangularPatch) in setPoints()
37 if ((edgeflag == 0 && points.size() != 3) || (edgeflag > 0 && points.size() != 1)) in setPoints()
41 switch (edgeflag) { in setPoints()
64 void TriangularPatch::setColors (const ColorVec &colors, int edgeflag, ShadingPatch *patch) { in setColors() argument
66 if (edgeflag > 0 && !triangularPatch) in setColors()
68 if ((edgeflag == 0 && colors.size() != 3) || (edgeflag > 0 && colors.size() != 1)) in setColors()
[all …]
H A DTriangularPatch.h33 …PointVec &points, const ColorVec &colors, Color::ColorSpace cspace, int edgeflag, TriangularPatch …
38 void setPoints (const PointVec &points, int edgeflag, ShadingPatch *patch);
40 void setColors (const ColorVec &colors, int edgeflag, ShadingPatch *patch);
45 int numPoints (int edgeflag) const {return edgeflag == 0 ? 3 : 1;} in numPoints() argument
46 int numColors (int edgeflag) const {return edgeflag == 0 ? 3 : 1;} in numColors() argument
H A DShadingPatch.h47 virtual void setPoints (const PointVec &points, int edgeflag, ShadingPatch *patch) =0;
48 virtual void setColors (const ColorVec &colors, int edgeflag, ShadingPatch *patch) =0;
49 virtual int numPoints (int edgeflag) const =0;
50 virtual int numColors (int edgeflag) const =0;
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo_translate.c34 } edgeflag; member
53 ctx->edgeflag.value = true; in nvc0_push_context_init()
54 ctx->edgeflag.enabled = nvc0->vertprog->vp.edgeflag < PIPE_MAX_ATTRIBS; in nvc0_push_context_init()
57 ctx->edgeflag.data = NULL; in nvc0_push_context_init()
58 ctx->edgeflag.stride = 0; in nvc0_push_context_init()
59 ctx->edgeflag.width = 0; in nvc0_push_context_init()
152 uint8_t *pf = (uint8_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; in ef_value_8()
159 uint32_t *pf = (uint32_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; in ef_value_32()
166 ctx->edgeflag.value = !ctx->edgeflag.value; in ef_toggle()
167 return ctx->edgeflag.value; in ef_toggle()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo_translate.c34 } edgeflag; member
54 ctx->edgeflag.value = true; in nvc0_push_context_init()
55 ctx->edgeflag.enabled = nvc0->vertprog->vp.edgeflag < PIPE_MAX_ATTRIBS; in nvc0_push_context_init()
58 ctx->edgeflag.data = NULL; in nvc0_push_context_init()
59 ctx->edgeflag.stride = 0; in nvc0_push_context_init()
60 ctx->edgeflag.width = 0; in nvc0_push_context_init()
153 uint8_t *pf = (uint8_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; in ef_value_8()
160 uint32_t *pf = (uint32_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; in ef_value_32()
167 ctx->edgeflag.value = !ctx->edgeflag.value; in ef_toggle()
168 return ctx->edgeflag.value; in ef_toggle()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo_translate.c34 } edgeflag; member
54 ctx->edgeflag.value = true; in nvc0_push_context_init()
55 ctx->edgeflag.enabled = nvc0->vertprog->vp.edgeflag < PIPE_MAX_ATTRIBS; in nvc0_push_context_init()
58 ctx->edgeflag.data = NULL; in nvc0_push_context_init()
59 ctx->edgeflag.stride = 0; in nvc0_push_context_init()
60 ctx->edgeflag.width = 0; in nvc0_push_context_init()
153 uint8_t *pf = (uint8_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; in ef_value_8()
160 uint32_t *pf = (uint32_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; in ef_value_32()
167 ctx->edgeflag.value = !ctx->edgeflag.value; in ef_toggle()
168 return ctx->edgeflag.value; in ef_toggle()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo_translate.c34 } edgeflag; member
54 ctx->edgeflag.value = true; in nvc0_push_context_init()
55 ctx->edgeflag.enabled = nvc0->vertprog->vp.edgeflag < PIPE_MAX_ATTRIBS; in nvc0_push_context_init()
58 ctx->edgeflag.data = NULL; in nvc0_push_context_init()
59 ctx->edgeflag.stride = 0; in nvc0_push_context_init()
60 ctx->edgeflag.width = 0; in nvc0_push_context_init()
153 uint8_t *pf = (uint8_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; in ef_value_8()
160 uint32_t *pf = (uint32_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; in ef_value_32()
167 ctx->edgeflag.value = !ctx->edgeflag.value; in ef_toggle()
168 return ctx->edgeflag.value; in ef_toggle()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo_translate.c34 } edgeflag; member
54 ctx->edgeflag.value = true; in nvc0_push_context_init()
55 ctx->edgeflag.enabled = nvc0->vertprog->vp.edgeflag < PIPE_MAX_ATTRIBS; in nvc0_push_context_init()
58 ctx->edgeflag.data = NULL; in nvc0_push_context_init()
59 ctx->edgeflag.stride = 0; in nvc0_push_context_init()
60 ctx->edgeflag.width = 0; in nvc0_push_context_init()
153 uint8_t *pf = (uint8_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; in ef_value_8()
160 uint32_t *pf = (uint32_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; in ef_value_32()
167 ctx->edgeflag.value = !ctx->edgeflag.value; in ef_toggle()
168 return ctx->edgeflag.value; in ef_toggle()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo_translate.c34 } edgeflag; member
54 ctx->edgeflag.value = true; in nvc0_push_context_init()
55 ctx->edgeflag.enabled = nvc0->vertprog->vp.edgeflag < PIPE_MAX_ATTRIBS; in nvc0_push_context_init()
58 ctx->edgeflag.data = NULL; in nvc0_push_context_init()
59 ctx->edgeflag.stride = 0; in nvc0_push_context_init()
60 ctx->edgeflag.width = 0; in nvc0_push_context_init()
153 uint8_t *pf = (uint8_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; in ef_value_8()
160 uint32_t *pf = (uint32_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; in ef_value_32()
167 ctx->edgeflag.value = !ctx->edgeflag.value; in ef_toggle()
168 return ctx->edgeflag.value; in ef_toggle()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo_translate.c34 } edgeflag; member
54 ctx->edgeflag.value = true; in nvc0_push_context_init()
55 ctx->edgeflag.enabled = nvc0->vertprog->vp.edgeflag < PIPE_MAX_ATTRIBS; in nvc0_push_context_init()
58 ctx->edgeflag.data = NULL; in nvc0_push_context_init()
59 ctx->edgeflag.stride = 0; in nvc0_push_context_init()
60 ctx->edgeflag.width = 0; in nvc0_push_context_init()
153 uint8_t *pf = (uint8_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; in ef_value_8()
160 uint32_t *pf = (uint32_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; in ef_value_32()
167 ctx->edgeflag.value = !ctx->edgeflag.value; in ef_toggle()
168 return ctx->edgeflag.value; in ef_toggle()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo_translate.c34 } edgeflag; member
54 ctx->edgeflag.value = true; in nvc0_push_context_init()
55 ctx->edgeflag.enabled = nvc0->vertprog->vp.edgeflag < PIPE_MAX_ATTRIBS; in nvc0_push_context_init()
58 ctx->edgeflag.data = NULL; in nvc0_push_context_init()
59 ctx->edgeflag.stride = 0; in nvc0_push_context_init()
60 ctx->edgeflag.width = 0; in nvc0_push_context_init()
153 uint8_t *pf = (uint8_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; in ef_value_8()
160 uint32_t *pf = (uint32_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; in ef_value_32()
167 ctx->edgeflag.value = !ctx->edgeflag.value; in ef_toggle()
168 return ctx->edgeflag.value; in ef_toggle()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo_translate.c34 } edgeflag; member
54 ctx->edgeflag.value = true; in nvc0_push_context_init()
55 ctx->edgeflag.enabled = nvc0->vertprog->vp.edgeflag < PIPE_MAX_ATTRIBS; in nvc0_push_context_init()
58 ctx->edgeflag.data = NULL; in nvc0_push_context_init()
59 ctx->edgeflag.stride = 0; in nvc0_push_context_init()
60 ctx->edgeflag.width = 0; in nvc0_push_context_init()
153 uint8_t *pf = (uint8_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; in ef_value_8()
160 uint32_t *pf = (uint32_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; in ef_value_32()
167 ctx->edgeflag.value = !ctx->edgeflag.value; in ef_toggle()
168 return ctx->edgeflag.value; in ef_toggle()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo_translate.c34 } edgeflag; member
54 ctx->edgeflag.value = true; in nvc0_push_context_init()
55 ctx->edgeflag.enabled = nvc0->vertprog->vp.edgeflag < PIPE_MAX_ATTRIBS; in nvc0_push_context_init()
58 ctx->edgeflag.data = NULL; in nvc0_push_context_init()
59 ctx->edgeflag.stride = 0; in nvc0_push_context_init()
60 ctx->edgeflag.width = 0; in nvc0_push_context_init()
153 uint8_t *pf = (uint8_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; in ef_value_8()
160 uint32_t *pf = (uint32_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; in ef_value_32()
167 ctx->edgeflag.value = !ctx->edgeflag.value; in ef_toggle()
168 return ctx->edgeflag.value; in ef_toggle()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo_translate.c34 } edgeflag; member
54 ctx->edgeflag.value = true; in nvc0_push_context_init()
55 ctx->edgeflag.enabled = nvc0->vertprog->vp.edgeflag < PIPE_MAX_ATTRIBS; in nvc0_push_context_init()
58 ctx->edgeflag.data = NULL; in nvc0_push_context_init()
59 ctx->edgeflag.stride = 0; in nvc0_push_context_init()
60 ctx->edgeflag.width = 0; in nvc0_push_context_init()
153 uint8_t *pf = (uint8_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; in ef_value_8()
160 uint32_t *pf = (uint32_t *)&ctx->edgeflag.data[index * ctx->edgeflag.stride]; in ef_value_32()
167 ctx->edgeflag.value = !ctx->edgeflag.value; in ef_toggle()
168 return ctx->edgeflag.value; in ef_toggle()
[all …]
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/trivial/
H A DMakefile.am48 dlist-edgeflag \
49 dlist-edgeflag-dangling \
137 tri-edgeflag \
138 tri-edgeflag-pv \
139 tri-edgeflag-array \
178 tri-unfilled-edgeflag \
H A D.gitignore14 dlist-edgeflag
15 dlist-edgeflag-dangling
103 tri-edgeflag
104 tri-edgeflag-array
105 tri-edgeflag-pv
144 tri-unfilled-edgeflag
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/trivial/
H A DMakefile.am47 dlist-edgeflag \
48 dlist-edgeflag-dangling \
136 tri-edgeflag \
137 tri-edgeflag-pv \
138 tri-edgeflag-array \
177 tri-unfilled-edgeflag \
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_unfilled.c122 if ((header->flags & DRAW_PIPE_EDGE_FLAG_0) && v0->edgeflag) in points()
124 if ((header->flags & DRAW_PIPE_EDGE_FLAG_1) && v1->edgeflag) in points()
126 if ((header->flags & DRAW_PIPE_EDGE_FLAG_2) && v2->edgeflag) in points()
151 if ((header->flags & DRAW_PIPE_EDGE_FLAG_2) && v2->edgeflag) in lines()
153 if ((header->flags & DRAW_PIPE_EDGE_FLAG_0) && v0->edgeflag) in lines()
155 if ((header->flags & DRAW_PIPE_EDGE_FLAG_1) && v1->edgeflag) in lines()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_unfilled.c122 if ((header->flags & DRAW_PIPE_EDGE_FLAG_0) && v0->edgeflag) in points()
124 if ((header->flags & DRAW_PIPE_EDGE_FLAG_1) && v1->edgeflag) in points()
126 if ((header->flags & DRAW_PIPE_EDGE_FLAG_2) && v2->edgeflag) in points()
151 if ((header->flags & DRAW_PIPE_EDGE_FLAG_2) && v2->edgeflag) in lines()
153 if ((header->flags & DRAW_PIPE_EDGE_FLAG_0) && v0->edgeflag) in lines()
155 if ((header->flags & DRAW_PIPE_EDGE_FLAG_1) && v1->edgeflag) in lines()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_unfilled.c122 if ((header->flags & DRAW_PIPE_EDGE_FLAG_0) && v0->edgeflag) in points()
124 if ((header->flags & DRAW_PIPE_EDGE_FLAG_1) && v1->edgeflag) in points()
126 if ((header->flags & DRAW_PIPE_EDGE_FLAG_2) && v2->edgeflag) in points()
151 if ((header->flags & DRAW_PIPE_EDGE_FLAG_2) && v2->edgeflag) in lines()
153 if ((header->flags & DRAW_PIPE_EDGE_FLAG_0) && v0->edgeflag) in lines()
155 if ((header->flags & DRAW_PIPE_EDGE_FLAG_1) && v1->edgeflag) in lines()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_unfilled.c122 if ((header->flags & DRAW_PIPE_EDGE_FLAG_0) && v0->edgeflag) in points()
124 if ((header->flags & DRAW_PIPE_EDGE_FLAG_1) && v1->edgeflag) in points()
126 if ((header->flags & DRAW_PIPE_EDGE_FLAG_2) && v2->edgeflag) in points()
151 if ((header->flags & DRAW_PIPE_EDGE_FLAG_2) && v2->edgeflag) in lines()
153 if ((header->flags & DRAW_PIPE_EDGE_FLAG_0) && v0->edgeflag) in lines()
155 if ((header->flags & DRAW_PIPE_EDGE_FLAG_1) && v1->edgeflag) in lines()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/draw/
H A Ddraw_pipe_unfilled.c122 if ((header->flags & DRAW_PIPE_EDGE_FLAG_0) && v0->edgeflag) in points()
124 if ((header->flags & DRAW_PIPE_EDGE_FLAG_1) && v1->edgeflag) in points()
126 if ((header->flags & DRAW_PIPE_EDGE_FLAG_2) && v2->edgeflag) in points()
151 if ((header->flags & DRAW_PIPE_EDGE_FLAG_2) && v2->edgeflag) in lines()
153 if ((header->flags & DRAW_PIPE_EDGE_FLAG_0) && v0->edgeflag) in lines()
155 if ((header->flags & DRAW_PIPE_EDGE_FLAG_1) && v1->edgeflag) in lines()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_unfilled.c122 if ((header->flags & DRAW_PIPE_EDGE_FLAG_0) && v0->edgeflag) in points()
124 if ((header->flags & DRAW_PIPE_EDGE_FLAG_1) && v1->edgeflag) in points()
126 if ((header->flags & DRAW_PIPE_EDGE_FLAG_2) && v2->edgeflag) in points()
151 if ((header->flags & DRAW_PIPE_EDGE_FLAG_2) && v2->edgeflag) in lines()
153 if ((header->flags & DRAW_PIPE_EDGE_FLAG_0) && v0->edgeflag) in lines()
155 if ((header->flags & DRAW_PIPE_EDGE_FLAG_1) && v1->edgeflag) in lines()

12345678910>>...13