Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_context.c242 ctx->Const.MinPointSize = 1.0; in r100CreateContext()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.c282 ctx->Const.MinPointSize = 1.0; in r200CreateContext()
/third_party/mesa3d/src/mesa/swrast/
Ds_points.c72 size = CLAMP(size, ctx->Const.MinPointSize, ctx->Const.MaxPointSize); in get_size()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.c487 ctx->Const.MinPointSize = 1.0; in intelInitContext()
/third_party/mesa3d/src/mesa/main/
Dcontext.c481 consts->MinPointSize = MIN_POINT_SIZE; in _mesa_init_constants()
Dmtypes.h3806 GLfloat MinPointSize, MaxPointSize; /**< aliased */ member
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c630 minImplSize = ctx->Const.MinPointSize; in fetch_state()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c667 ctx->Const.MinPointSize = 1.0; in brw_initialize_context_constants()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c138 c->MinPointSize = 1.0f; in st_init_limits()