/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_unfilled.c | 65 struct unfilled_stage *unfilled = unfilled_stage(stage); in inject_front_face_info() local 69 int slot = unfilled->face_slot; in inject_front_face_info() 188 struct unfilled_stage *unfilled = unfilled_stage(stage); in unfilled_tri() local 190 unsigned mode = unfilled->mode[cw]; in unfilled_tri() 214 struct unfilled_stage *unfilled = unfilled_stage(stage); in unfilled_first_tri() local 217 unfilled->mode[0] = rast->front_ccw ? rast->fill_front : rast->fill_back; in unfilled_first_tri() 218 unfilled->mode[1] = rast->front_ccw ? rast->fill_back : rast->fill_front; in unfilled_first_tri() 255 struct unfilled_stage *unfilled = unfilled_stage(stage); in draw_unfilled_prepare_outputs() local 263 unfilled->face_slot = draw_alloc_extra_vertex_attrib( in draw_unfilled_prepare_outputs() 266 unfilled->face_slot = -1; in draw_unfilled_prepare_outputs() [all …]
|
D | draw_pipe.c | 46 draw->pipeline.unfilled = draw_unfilled_stage( draw ); in draw_pipeline_init() 59 !draw->pipeline.unfilled || in draw_pipeline_init() 88 if (draw->pipeline.unfilled) in draw_pipeline_destroy() 89 draw->pipeline.unfilled->destroy( draw->pipeline.unfilled ); in draw_pipeline_destroy()
|
D | draw_pipe_validate.c | 222 draw->pipeline.unfilled->next = next; in validate_pipeline() 223 next = draw->pipeline.unfilled; in validate_pipeline()
|
D | draw_private.h | 159 struct draw_stage *unfilled; member
|
D | draw_context.c | 666 draw_unfilled_prepare_outputs(draw, draw->pipeline.unfilled); in draw_prepare_shader_outputs()
|
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_swtcl.c | 276 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in radeonChooseVertexState() local 299 || unfilled) { in radeonChooseVertexState() 697 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in radeonChooseRenderState() local 706 if (unfilled) in radeonChooseRenderState() 749 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in radeonRenderPrimitive() local 753 if (prim < GL_TRIANGLES || !unfilled) in radeonRenderPrimitive()
|
D | radeon_state.c | 537 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in radeonPolygonMode() local 543 TCL_FALLBACK( ctx, RADEON_TCL_FALLBACK_UNFILLED, unfilled); in radeonPolygonMode()
|
/third_party/mesa3d/src/mesa/tnl/ |
D | t_vertex.c | 171 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in choose_interp_func() local 175 if (vtx->need_extras && (twosided || unfilled)) { in choose_interp_func() 188 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in choose_copy_pv_func() local 193 if (vtx->need_extras && (twosided || unfilled)) { in choose_copy_pv_func()
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_swtcl.c | 241 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in r200ChooseVertexState() local 260 || unfilled) { in r200ChooseVertexState() 575 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in r200ChooseRenderState() local 584 if (unfilled) in r200ChooseRenderState() 643 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in r200RenderPrimitive() local 647 if (prim < GL_TRIANGLES || !unfilled) in r200RenderPrimitive()
|
D | r200_state.c | 736 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in r200PolygonMode() local 742 TCL_FALLBACK( ctx, R200_TCL_FALLBACK_UNFILLED, unfilled); in r200PolygonMode()
|
/third_party/mesa3d/src/mesa/swrast_setup/ |
D | NOTES | 19 This module implements triangle/quad setup for offset, unfilled and
|
/third_party/openssl/doc/man3/ |
D | BIO_ADDR.pod | 36 BIO_ADDR_new() creates a new unfilled B<BIO_ADDR>, to be used
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_tris.c | 1147 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in intelRenderPrimitive() local 1162 if (reduced_prim[prim] == GL_TRIANGLES && unfilled) in intelRenderPrimitive()
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.10.3.rst | 119 - draw: fix edge flag handling in clipper (for unfilled
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0a4.rst | 673 Explain that when filling with turtle, overlap regions may be left unfilled.
|
/third_party/python/Doc/reference/ |
D | expressions.rst | 956 arguments, as follows. First, a list of unfilled slots is created for the 964 that are still unfilled are filled with the corresponding default value from the 968 corresponding slot; this should usually be avoided.) If there are any unfilled
|
/third_party/python/Doc/extending/ |
D | newtypes.rst | 448 to indicate the presence of a slot, but a slot may still be unfilled.) ::
|
/third_party/flutter/skia/site/user/api/ |
D | SkPaint_Reference.md | 1871 and to create an unfilled hole inside the shape.
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 44798 multiqueue: Add EOS status to debug output about filled/unfilled
|