Home | History | Annotate | Download | only in glsl

Lines Matching refs:MaxVarying

2004  * limit in ctx->Const.MaxVarying?
2149 if (varying_vectors > ctx->Const.MaxVarying) {
2155 varying_vectors, ctx->Const.MaxVarying);
2159 varying_vectors, ctx->Const.MaxVarying);
2165 if (float_components > ctx->Const.MaxVarying * 4) {
2171 float_components, ctx->Const.MaxVarying * 4);
2175 float_components, ctx->Const.MaxVarying * 4);