Searched refs:maxImplSize (Results 1 – 1 of 1) sorted by relevance
480 GLfloat maxImplSize; in _mesa_fetch_state() local483 maxImplSize = ctx->Const.MaxPointSize; in _mesa_fetch_state()487 maxImplSize = ctx->Const.MaxPointSizeAA; in _mesa_fetch_state()491 maxImplSize = ctx->Const.MaxPointSize; in _mesa_fetch_state()495 value[2] = ctx->Point.MaxSize <= maxImplSize ? ctx->Point.MaxSize : maxImplSize; in _mesa_fetch_state()