Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_statevars.c490 GLfloat maxImplSize; in fetch_state() local
493 maxImplSize = ctx->Const.MaxPointSize; in fetch_state()
497 maxImplSize = ctx->Const.MaxPointSizeAA; in fetch_state()
501 maxImplSize = ctx->Const.MaxPointSize; in fetch_state()
505 value[2] = ctx->Point.MaxSize <= maxImplSize ? ctx->Point.MaxSize : maxImplSize; in fetch_state()