Home
last modified time | relevance | path

Searched refs:MaxPointSizeAA (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dpoints.c227 = MAX2(ctx->Const.MaxPointSize, ctx->Const.MaxPointSizeAA); in _mesa_init_point()
Dcontext.c484 consts->MaxPointSizeAA = MAX_POINT_SIZE; in _mesa_init_constants()
Dmtypes.h3807 GLfloat MinPointSizeAA, MaxPointSizeAA; /**< antialiased */ member
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_context.c245 ctx->Const.MaxPointSizeAA = 1.0; in r100CreateContext()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.c284 ctx->Const.MaxPointSizeAA = 1.0; in r200CreateContext()
/third_party/mesa3d/src/mesa/swrast/
Ds_points.c70 size = CLAMP(size, ctx->Const.MinPointSizeAA, ctx->Const.MaxPointSizeAA); in get_size()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.c490 ctx->Const.MaxPointSizeAA = 3.0; in intelInitContext()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c786 ctx->Const.MaxPointSizeAA); in st_create_context_priv()
Dst_extensions.c135 c->MaxPointSizeAA = in st_init_limits()
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c627 maxImplSize = ctx->Const.MaxPointSizeAA; in fetch_state()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c670 ctx->Const.MaxPointSizeAA = 255.0; in brw_initialize_context_constants()