Home
last modified time | relevance | path

Searched refs:LineWidthGranularity (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_context.c251 ctx->Const.LineWidthGranularity = 0.0625; in r100CreateContext()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.c295 ctx->Const.LineWidthGranularity = 0.0625; in r200CreateContext()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.c485 ctx->Const.LineWidthGranularity = 0.5; in intelInitContext()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c653 ctx->Const.LineWidthGranularity = 0.125; in brw_initialize_context_constants()
657 ctx->Const.LineWidthGranularity = 0.5; in brw_initialize_context_constants()
/third_party/mesa3d/src/mesa/main/
Dcontext.c490 consts->LineWidthGranularity = (GLfloat) LINE_WIDTH_GRANULARITY; in _mesa_init_constants()
Dmtypes.h3811 GLfloat LineWidthGranularity; member