Searched refs:unfilled (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_unfilled.c65 struct unfilled_stage *unfilled = unfilled_stage(stage); local in function:inject_front_face_info
69 int slot = unfilled->face_slot;
188 struct unfilled_stage *unfilled = unfilled_stage(stage); local in function:unfilled_tri
190 unsigned mode = unfilled->mode[cw];
214 struct unfilled_stage *unfilled = unfilled_stage(stage); local in function:unfilled_first_tri
217 unfilled->mode[0] = rast->front_ccw ? rast->fill_front : rast->fill_back;
218 unfilled->mode[1] = rast->front_ccw ? rast->fill_back : rast->fill_front;
255 struct unfilled_stage *unfilled = unfilled_stage(stage); local in function:draw_unfilled_prepare_outputs
263 unfilled->face_slot = draw_alloc_extra_vertex_attrib(
266 unfilled
276 struct unfilled_stage *unfilled = CALLOC_STRUCT(unfilled_stage); local in function:draw_unfilled_stage
[all...]
H A Ddraw_pipe.c46 draw->pipeline.unfilled = draw_unfilled_stage( draw );
58 !draw->pipeline.unfilled ||
86 if (draw->pipeline.unfilled)
87 draw->pipeline.unfilled->destroy( draw->pipeline.unfilled );
H A Ddraw_pipe_validate.c68 * pipeline *anyway* if unfilled mode is active.
109 /* unfilled polygons */
219 draw->pipeline.unfilled->next = next;
220 next = draw->pipeline.unfilled;
H A Ddraw_private.h127 struct draw_stage *unfilled; member in struct:draw_context::__anon406ac0650108
440 * These flags are used by the pipeline when unfilled and/or line stipple modes
H A Ddraw_context.c611 draw_unfilled_prepare_outputs(draw, draw->pipeline.unfilled);
913 * disabled culling, stippling, unfilled tris, etc.
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_unfilled.c65 struct unfilled_stage *unfilled = unfilled_stage(stage); local in function:inject_front_face_info
69 int slot = unfilled->face_slot;
188 struct unfilled_stage *unfilled = unfilled_stage(stage); local in function:unfilled_tri
190 unsigned mode = unfilled->mode[cw];
214 struct unfilled_stage *unfilled = unfilled_stage(stage); local in function:unfilled_first_tri
217 unfilled->mode[0] = rast->front_ccw ? rast->fill_front : rast->fill_back;
218 unfilled->mode[1] = rast->front_ccw ? rast->fill_back : rast->fill_front;
255 struct unfilled_stage *unfilled = unfilled_stage(stage); local in function:draw_unfilled_prepare_outputs
263 unfilled->face_slot = draw_alloc_extra_vertex_attrib(
266 unfilled
276 struct unfilled_stage *unfilled = CALLOC_STRUCT(unfilled_stage); local in function:draw_unfilled_stage
[all...]
H A Ddraw_pipe.c46 draw->pipeline.unfilled = draw_unfilled_stage( draw );
59 !draw->pipeline.unfilled ||
88 if (draw->pipeline.unfilled)
89 draw->pipeline.unfilled->destroy( draw->pipeline.unfilled );
H A Ddraw_pipe_validate.c68 * pipeline *anyway* if unfilled mode is active.
112 /* unfilled polygons */
222 draw->pipeline.unfilled->next = next;
223 next = draw->pipeline.unfilled;
H A Ddraw_private.h159 struct draw_stage *unfilled; member in struct:draw_context::__anone553aa980108
531 * These flags are used by the pipeline when unfilled and/or line stipple modes
H A Ddraw_context.c666 draw_unfilled_prepare_outputs(draw, draw->pipeline.unfilled);
1046 * disabled culling, stippling, unfilled tris, etc.
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A DMakefile.am92 poly-flat-unfilled-clip \
93 poly-unfilled \
101 quad-offset-unfilled \
113 quad-unfilled \
114 quad-unfilled-clip \
115 quad-unfilled-stipple \
142 trifan-flat-unfilled-clip \
143 trifan-unfilled \
175 tri-unfilled \
176 tri-unfilled
[all...]
H A DMakefile.in153 @HAVE_GLUT_TRUE@ poly-flat-unfilled-clip$(EXEEXT) \
154 @HAVE_GLUT_TRUE@ poly-unfilled$(EXEEXT) quad$(EXEEXT) \
160 @HAVE_GLUT_TRUE@ quad-offset-unfilled$(EXEEXT) \
167 @HAVE_GLUT_TRUE@ quad-unfilled$(EXEEXT) \
168 @HAVE_GLUT_TRUE@ quad-unfilled-clip$(EXEEXT) \
169 @HAVE_GLUT_TRUE@ quad-unfilled-stipple$(EXEEXT) \
185 @HAVE_GLUT_TRUE@ trifan-flat-unfilled-clip$(EXEEXT) \
186 @HAVE_GLUT_TRUE@ trifan-unfilled$(EXEEXT) tri-fbo$(EXEEXT) \
203 @HAVE_GLUT_TRUE@ tri-tri$(EXEEXT) tri-unfilled$(EXEEXT) \
204 @HAVE_GLUT_TRUE@ tri-unfilled
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vertex.c170 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local in function:choose_interp_func
174 if (vtx->need_extras && (twosided || unfilled)) {
187 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local in function:choose_copy_pv_func
192 if (vtx->need_extras && (twosided || unfilled)) {
288 /* if two-sided lighting changes or filled/unfilled polygon state changes */
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vertex.c171 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local in function:choose_interp_func
175 if (vtx->need_extras && (twosided || unfilled)) {
188 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local in function:choose_copy_pv_func
193 if (vtx->need_extras && (twosided || unfilled)) {
289 /* if two-sided lighting changes or filled/unfilled polygon state changes */
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_swtcl.c241 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local in function:r200ChooseVertexState
260 || unfilled) {
487 * Helpers for rendering unfilled primitives *
575 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local in function:r200ChooseRenderState
584 if (unfilled)
643 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local in function:r200RenderPrimitive
647 if (prim < GL_TRIANGLES || !unfilled)
H A Dr200_state.c737 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local in function:r200PolygonMode
740 /* Can't generally do unfilled via tcl, but some good special
743 TCL_FALLBACK( ctx, R200_TCL_FALLBACK_UNFILLED, unfilled);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_swtcl.c277 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local in function:radeonChooseVertexState
300 || unfilled) {
609 * Helpers for rendering unfilled primitives *
698 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local in function:radeonChooseRenderState
707 if (unfilled)
750 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local in function:radeonRenderPrimitive
754 if (prim < GL_TRIANGLES || !unfilled)
H A Dradeon_state.c538 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local in function:radeonPolygonMode
541 /* Can't generally do unfilled via tcl, but some good special
544 TCL_FALLBACK( ctx, RADEON_TCL_FALLBACK_UNFILLED, unfilled);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_swtcl.c241 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local in function:r200ChooseVertexState
260 || unfilled) {
487 * Helpers for rendering unfilled primitives *
575 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local in function:r200ChooseRenderState
584 if (unfilled)
643 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local in function:r200RenderPrimitive
647 if (prim < GL_TRIANGLES || !unfilled)
H A Dr200_state.c736 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local in function:r200PolygonMode
739 /* Can't generally do unfilled via tcl, but some good special
742 TCL_FALLBACK( ctx, R200_TCL_FALLBACK_UNFILLED, unfilled);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_swtcl.c276 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local in function:radeonChooseVertexState
299 || unfilled) {
608 * Helpers for rendering unfilled primitives *
697 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local in function:radeonChooseRenderState
706 if (unfilled)
749 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local in function:radeonRenderPrimitive
753 if (prim < GL_TRIANGLES || !unfilled)
H A Dradeon_state.c537 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local in function:radeonPolygonMode
540 /* Can't generally do unfilled via tcl, but some good special
543 TCL_FALLBACK( ctx, RADEON_TCL_FALLBACK_UNFILLED, unfilled);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_tris.c666 * Helpers for rendering unfilled primitives *
1147 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local in function:intelRenderPrimitive
1158 /* Shortcircuit this when called for unfilled triangles. The rasterized
1162 if (reduced_prim[prim] == GL_TRIANGLES && unfilled)
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_tris.c666 * Helpers for rendering unfilled primitives *
1147 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local in function:intelRenderPrimitive
1158 /* Shortcircuit this when called for unfilled triangles. The rasterized
1162 if (reduced_prim[prim] == GL_TRIANGLES && unfilled)
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.10.3.rst119 - draw: fix edge flag handling in clipper (for unfilled

Completed in 41 milliseconds

12