Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_statevars.c480 GLfloat maxImplSize; in _mesa_fetch_state() local
483 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()