Home
last modified time | relevance | path

Searched refs:StippleFactor (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dlines.c121 if (ctx->Line.StippleFactor == factor && in _mesa_LineStipple()
127 ctx->Line.StippleFactor = factor; in _mesa_LineStipple()
150 ctx->Line.StippleFactor = 1; in _mesa_init_line()
Dattrib.c1041 TEST_AND_CALL2(Line.StippleFactor, Line.StipplePattern, LineStipple); in _mesa_PopAttrib()
Dmtypes.h634 GLint StippleFactor; /**< Stipple repeat factor */ member
/third_party/mesa3d/src/mesa/swrast/
Ds_lines.c46 GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf; in compute_stipple_mask()
Ds_aalinetemp.h199 const GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf; in NAME()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c257 raster->line_stipple_factor = ctx->Line.StippleFactor - 1; in st_update_rasterizer()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c190 line.LineStippleInverseRepeatCount = 1.0f / ctx->Line.StippleFactor; in genX()
191 line.LineStippleRepeatCount = ctx->Line.StippleFactor; in genX()