Home
last modified time | relevance | path

Searched refs:MinLineWidth (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/mesa/swrast/
Ds_lines.c65 ctx->Const.MinLineWidth, in draw_wide_line()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c247 ctx->Const.MinLineWidth, in st_update_rasterizer()
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_context.c247 ctx->Const.MinLineWidth = 1.0; in r100CreateContext()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.c291 ctx->Const.MinLineWidth = 1.0; in r200CreateContext()
Dr200_state.c655 (CLAMP(widthf, ctx->Const.MinLineWidth, ctx->Const.MaxLineWidth) * 16.0); in r200LineWidth()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.c481 ctx->Const.MinLineWidth = 1.0; in intelInitContext()
/third_party/mesa3d/src/mesa/main/
Dcontext.c486 consts->MinLineWidth = MIN_LINE_WIDTH; in _mesa_init_constants()
Dmtypes.h3809 GLfloat MinLineWidth, MaxLineWidth; /**< aliased */ member
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c648 ctx->Const.MinLineWidth = 1.0; in brw_initialize_context_constants()