/external/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 | 128 struct draw_stage *unfilled; member
|
D | draw_context.c | 672 draw_unfilled_prepare_outputs(draw, draw->pipeline.unfilled); in draw_prepare_shader_outputs()
|
/external/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()
|
/external/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()
|
/external/rust/crates/textwrap/src/ |
D | lib.rs | 701 let mut unfilled = String::with_capacity(text.len()); in unfill() localVariable 704 unfilled.push_str(&line[options.initial_indent.len()..]); in unfill() 706 unfilled.push(' '); in unfill() 707 unfilled.push_str(&line[options.subsequent_indent.len()..]); in unfill() 711 unfilled.push_str(&text[trimmed.len()..]); in unfill() 712 (unfilled, options) in unfill()
|
/external/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 | 737 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in r200PolygonMode() local 743 TCL_FALLBACK( ctx, R200_TCL_FALLBACK_UNFILLED, unfilled); in r200PolygonMode()
|
/external/mesa3d/src/mesa/swrast_setup/ |
D | NOTES | 19 This module implements triangle/quad setup for offset, unfilled and
|
/external/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()
|
/external/mesa3d/docs/relnotes/ |
D | 7.10.3.rst | 119 - draw: fix edge flag handling in clipper (for unfilled
|
/external/skqp/docs/ |
D | spelling.txt | 237 underlines underlying unequal unfilled uniform uniformly uninitialized union unions unique
|
D | SkPaint_Reference.bmh | 1005 and to create an unfilled hole inside the shape.
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0a4.rst | 673 Explain that when filling with turtle, overlap regions may be left unfilled.
|
/external/python/cpython2/Doc/reference/ |
D | expressions.rst | 711 arguments, as follows. First, a list of unfilled slots is created for the 719 that are still unfilled are filled with the corresponding default value from the 723 corresponding slot; this should usually be avoided.) If there are any unfilled
|
/external/python/cpython3/Doc/reference/ |
D | expressions.rst | 946 arguments, as follows. First, a list of unfilled slots is created for the 954 that are still unfilled are filled with the corresponding default value from the 958 corresponding slot; this should usually be avoided.) If there are any unfilled
|
/external/python/cpython3/Doc/extending/ |
D | newtypes.rst | 431 to indicate the presence of a slot, but a slot may still be unfilled.) ::
|
/external/python/cpython2/Doc/extending/ |
D | newtypes.rst | 1369 to indicate the presence of a slot, but a slot may still be unfilled.) ::
|
/external/skqp/site/user/api/ |
D | SkPaint_Reference.md | 1898 and to create an unfilled hole inside the shape.
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | words.shakespeare.txt.gz | 1a
2A
3Aaron
4AARON
5abaissiez
6abandon
7abandoned
8abase
9Abase
10 ... |
D | ospd.txt.gz |
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 203576 unfilled %20937 ənfˈɪld
|