Home
last modified time | relevance | path

Searched refs:unfilled (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_unfilled.c65 struct unfilled_stage *unfilled = unfilled_stage(stage); in inject_front_face_info() local
70 int slot = unfilled->face_slot; in inject_front_face_info()
189 struct unfilled_stage *unfilled = unfilled_stage(stage); in unfilled_tri() local
191 unsigned mode = unfilled->mode[cw]; in unfilled_tri()
215 struct unfilled_stage *unfilled = unfilled_stage(stage); in unfilled_first_tri() local
218 unfilled->mode[0] = rast->front_ccw ? rast->fill_front : rast->fill_back; in unfilled_first_tri()
219 unfilled->mode[1] = rast->front_ccw ? rast->fill_back : rast->fill_front; in unfilled_first_tri()
256 struct unfilled_stage *unfilled = unfilled_stage(stage); in draw_unfilled_prepare_outputs() local
264 unfilled->face_slot = draw_alloc_extra_vertex_attrib( in draw_unfilled_prepare_outputs()
267 unfilled->face_slot = -1; in draw_unfilled_prepare_outputs()
[all …]
Ddraw_pipe.c46 draw->pipeline.unfilled = draw_unfilled_stage( draw ); in draw_pipeline_init()
58 !draw->pipeline.unfilled || in draw_pipeline_init()
86 if (draw->pipeline.unfilled) in draw_pipeline_destroy()
87 draw->pipeline.unfilled->destroy( draw->pipeline.unfilled ); in draw_pipeline_destroy()
Ddraw_pipe_validate.c218 draw->pipeline.unfilled->next = next; in validate_pipeline()
219 next = draw->pipeline.unfilled; in validate_pipeline()
Ddraw_private.h127 struct draw_stage *unfilled; member
Ddraw_context.c612 draw_unfilled_prepare_outputs(draw, draw->pipeline.unfilled); in draw_prepare_shader_outputs()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_swtcl.c276 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()
Dradeon_state.c540 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in radeonPolygonMode() local
546 TCL_FALLBACK( ctx, RADEON_TCL_FALLBACK_UNFILLED, unfilled); in radeonPolygonMode()
/external/mesa3d/src/mesa/tnl/
Dt_vertex.c169 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in choose_interp_func() local
173 if (vtx->need_extras && (twosided || unfilled)) { in choose_interp_func()
186 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in choose_copy_pv_func() local
191 if (vtx->need_extras && (twosided || unfilled)) { in choose_copy_pv_func()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c240 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in r200ChooseVertexState() local
259 || unfilled) { in r200ChooseVertexState()
574 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in r200ChooseRenderState() local
583 if (unfilled) in r200ChooseRenderState()
642 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in r200RenderPrimitive() local
646 if (prim < GL_TRIANGLES || !unfilled) in r200RenderPrimitive()
Dr200_state.c737 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/
DNOTES19 This module implements triangle/quad setup for offset, unfilled and
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c1146 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in intelRenderPrimitive() local
1161 if (reduced_prim[prim] == GL_TRIANGLES && unfilled) in intelRenderPrimitive()
/external/python/cpython2/Doc/reference/
Dexpressions.rst711 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/
Dexpressions.rst848 arguments, as follows. First, a list of unfilled slots is created for the
856 that are still unfilled are filled with the corresponding default value from the
860 corresponding slot; this should usually be avoided.) If there are any unfilled
/external/python/cpython3/Doc/extending/
Dnewtypes.rst1304 to indicate the presence of a slot, but a slot may still be unfilled.) ::
/external/python/cpython2/Doc/extending/
Dnewtypes.rst1365 to indicate the presence of a slot, but a slot may still be unfilled.) ::
/external/skia/docs/
DSkPaint_Reference.bmh1965 and to create an unfilled hole inside the shape.
/external/skqp/docs/
DSkPaint_Reference.bmh1969 and to create an unfilled hole inside the shape.
/external/skia/site/user/api/
DSkPaint_Reference.md2131 and to create an unfilled hole inside the shape.
/external/skqp/site/user/api/
DSkPaint_Reference.md2136 and to create an unfilled hole inside the shape.