Home | History | Annotate | Download | only in nvc0

Lines Matching refs:tex

309                mt->level[sf->base.u.tex.level].tile_mode);
310 PUSH_DATA(push, dst->u.tex.first_layer + sf->depth);
312 PUSH_DATA(push, dst->u.tex.first_layer);
379 PUSH_DATA (push, mt->level[sf->base.u.tex.level].tile_mode);
386 PUSH_DATA (push, (unk << 16) | (dst->u.tex.first_layer + sf->depth));
388 PUSH_DATA (push, dst->u.tex.first_layer);
503 * NVC0 doesn't like tex 3d on non-3d textures, but there should
571 * NVC0 doesn't like tex 3d on non-3d textures, but there should
748 templ.u.tex.level = level;
749 templ.u.tex.first_layer = templ.u.tex.last_layer = layer;
786 templ.u.tex.first_layer = templ.u.tex.last_layer = layer;
787 templ.u.tex.first_level = templ.u.tex.last_level = level;