Lines Matching defs:consts
243 link_util_check_uniform_resources(const struct gl_constants *consts,
256 consts->Program[i].MaxUniformComponents) {
257 if (consts->GLSLSkipStrictMaxUniformLimitCheck) {
271 consts->Program[i].MaxCombinedUniformComponents) {
272 if (consts->GLSLSkipStrictMaxUniformLimitCheck) {
287 if (total_uniform_blocks > consts->MaxCombinedUniformBlocks) {
289 total_uniform_blocks, consts->MaxCombinedUniformBlocks);
292 if (total_shader_storage_blocks > consts->MaxCombinedShaderStorageBlocks) {
295 consts->MaxCombinedShaderStorageBlocks);
300 consts->MaxUniformBlockSize) {
304 consts->MaxUniformBlockSize);
310 consts->MaxShaderStorageBlockSize) {
314 consts->MaxShaderStorageBlockSize);