Lines Matching refs:MaxViewports
112 for (unsigned i = 0; i < ctx->Const.MaxViewports; i++) in viewport()
207 if ((first + count) > ctx->Const.MaxViewports) { in _mesa_ViewportArrayv()
211 first, count, ctx->Const.MaxViewports); in _mesa_ViewportArrayv()
237 if (index >= ctx->Const.MaxViewports) { in viewport_indexed_err()
240 function, index, ctx->Const.MaxViewports); in viewport_indexed_err()
340 for (i = 0; i < ctx->Const.MaxViewports; i++) in _mesa_DepthRange()
393 if ((first + count) > ctx->Const.MaxViewports) { in _mesa_DepthRangeArrayv()
396 first, count, ctx->Const.MaxViewports); in _mesa_DepthRangeArrayv()
412 if ((first + count) > ctx->Const.MaxViewports) { in _mesa_DepthRangeArrayfvOES()
415 first, count, ctx->Const.MaxViewports); in _mesa_DepthRangeArrayfvOES()
453 if (index >= ctx->Const.MaxViewports) { in _mesa_DepthRangeIndexed()
456 index, ctx->Const.MaxViewports); in _mesa_DepthRangeIndexed()