Searched refs:unfilled (Results 1 – 14 of 14) sorted by relevance
65 struct unfilled_stage *unfilled = unfilled_stage(stage); in inject_front_face_info() local70 int slot = unfilled->face_slot; in inject_front_face_info()189 struct unfilled_stage *unfilled = unfilled_stage(stage); in unfilled_tri() local191 unsigned mode = unfilled->mode[cw]; in unfilled_tri()215 struct unfilled_stage *unfilled = unfilled_stage(stage); in unfilled_first_tri() local218 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() local264 unfilled->face_slot = draw_alloc_extra_vertex_attrib( in draw_unfilled_prepare_outputs()267 unfilled->face_slot = -1; in draw_unfilled_prepare_outputs()[all …]
46 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()
218 draw->pipeline.unfilled->next = next; in validate_pipeline()219 next = draw->pipeline.unfilled; in validate_pipeline()
127 struct draw_stage *unfilled; member
612 draw_unfilled_prepare_outputs(draw, draw->pipeline.unfilled); in draw_prepare_shader_outputs()
276 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in radeonChooseVertexState() local299 || unfilled) { in radeonChooseVertexState()697 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in radeonChooseRenderState() local706 if (unfilled) in radeonChooseRenderState()749 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in radeonRenderPrimitive() local753 if (prim < GL_TRIANGLES || !unfilled) in radeonRenderPrimitive()
540 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in radeonPolygonMode() local546 TCL_FALLBACK( ctx, RADEON_TCL_FALLBACK_UNFILLED, unfilled); in radeonPolygonMode()
169 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in choose_interp_func() local173 if (vtx->need_extras && (twosided || unfilled)) { in choose_interp_func()186 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in choose_copy_pv_func() local191 if (vtx->need_extras && (twosided || unfilled)) { in choose_copy_pv_func()
240 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in r200ChooseVertexState() local259 || unfilled) { in r200ChooseVertexState()574 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in r200ChooseRenderState() local583 if (unfilled) in r200ChooseRenderState()642 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in r200RenderPrimitive() local646 if (prim < GL_TRIANGLES || !unfilled) in r200RenderPrimitive()
737 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in r200PolygonMode() local743 TCL_FALLBACK( ctx, R200_TCL_FALLBACK_UNFILLED, unfilled); in r200PolygonMode()
19 This module implements triangle/quad setup for offset, unfilled and
1146 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in intelRenderPrimitive() local1161 if (reduced_prim[prim] == GL_TRIANGLES && unfilled) in intelRenderPrimitive()
711 arguments, as follows. First, a list of unfilled slots is created for the719 that are still unfilled are filled with the corresponding default value from the723 corresponding slot; this should usually be avoided.) If there are any unfilled
1365 to indicate the presence of a slot, but a slot may still be unfilled.) ::