Home | History | Annotate | Download | only in svga

Lines Matching full:levels

225          unsigned levels = SVGA_MAX_TEXTURE_LEVELS;
227 levels = MIN2(util_logbase2(result.u) + 1, levels);
229 levels = 12 /* 2048x2048 */;
231 levels = MIN2(util_logbase2(result.u) + 1, levels);
233 levels = 12 /* 2048x2048 */;
234 return levels;