Home | History | Annotate | Download | only in llvmpipe

Lines Matching defs:lvl

1386    unsigned lvl, size = 0;
1388 for (lvl = 0; lvl <= lpr->base.last_level; lvl++) {
1389 if (lpr->linear[lvl].data)
1390 size += tex_image_size(lpr, lvl, LP_TEX_LAYOUT_LINEAR);
1392 if (lpr->tiled[lvl].data)
1393 size += tex_image_size(lpr, lvl, LP_TEX_LAYOUT_TILED);