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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_statevars.c490 GLfloat maxImplSize; local in function:_mesa_fetch_state
493 maxImplSize = ctx->Const.MaxPointSize;
497 maxImplSize = ctx->Const.MaxPointSizeAA;
501 maxImplSize = ctx->Const.MaxPointSize;
505 value[2] = ctx->Point.MaxSize <= maxImplSize ? ctx->Point.MaxSize : maxImplSize;
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_statevars.c620 GLfloat maxImplSize; local in function:fetch_state
623 maxImplSize = ctx->Const.MaxPointSize;
627 maxImplSize = ctx->Const.MaxPointSizeAA;
631 maxImplSize = ctx->Const.MaxPointSize;
635 value[2] = ctx->Point.MaxSize <= maxImplSize ? ctx->Point.MaxSize : maxImplSize;

Completed in 5 milliseconds