Home | History | Annotate | Download | only in nv30

Lines Matching defs:lvl

40    struct nv30_miptree_level *lvl = &mt->level[level];
43 return (layer * mt->layer_size) + lvl->offset;
45 return lvl->offset + (layer * lvl->zslice_size);
93 struct nv30_miptree_level *lvl = &mt->level[level];
108 rect->pitch = lvl->pitch;
323 struct nv30_miptree_level *lvl = &mt->level[l];
327 lvl->offset = size;
328 lvl->pitch = mt->uniform_pitch;
329 if (!lvl->pitch)
330 lvl->pitch = nbx * blocksz;
332 lvl->zslice_size = lvl->pitch * nby;
333 size += lvl->zslice_size * d;
403 struct nv30_miptree_level *lvl = &mt->level[tmpl->u.tex.level];
426 ns->pitch = lvl->pitch;