Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_statevars.c479 GLfloat minImplSize; in _mesa_fetch_state() local
482 minImplSize = ctx->Const.MinPointSizeAA; in _mesa_fetch_state()
486 minImplSize = ctx->Const.MinPointSizeAA; in _mesa_fetch_state()
490 minImplSize = ctx->Const.MinPointSize; in _mesa_fetch_state()
494 value[1] = ctx->Point.MinSize >= minImplSize ? ctx->Point.MinSize : minImplSize; in _mesa_fetch_state()