Searched refs:max_uni (Results 1 – 2 of 2) sorted by relevance
281 const unsigned max_uni = (config.max_flows >> 2) + 1; in prune_unis() local294 while ( (uni_list->get_count() > max_uni) && flow && (pruned < cleanup_flows) ) in prune_unis()
5929 GLint max_uni = 0; in test() local5932 gl.getIntegerv(GL_MAX_UNIFORM_BUFFER_BINDINGS, &max_uni); in test()5936 for (GLint i = 0; i < max_uni; ++i) in test()