Home | History | Annotate | Download | only in libagl

Lines Matching defs:tmu

492                 int width = c->textures.tmu[i].texture->surface.width;
497 int height = c->textures.tmu[i].texture->surface.height;
704 const int w = c->textures.tmu[i].texture->surface.width;
705 const int h = c->textures.tmu[i].texture->surface.height;
721 const texture_t& tmu = c->rasterizer.state.texture[i];
722 if (!tmu.enable)
733 const GLenum min_filter = c->textures.tmu[i].texture->min_filter;
737 &c->textures.tmu[i].texture->mip(lod));
741 if (tmu.s_wrap == GGL_CLAMP) {
742 const int width = tmu.surface.width;
747 if (tmu.t_wrap == GGL_CLAMP) {
748 const int height = tmu.surface.height;
778 const texture_t& tmu = c->rasterizer.state.texture[i];
779 if (!tmu.enable)
790 const GLenum min_filter = c->textures.tmu[i].texture->min_filter;
794 &c->textures.tmu[i].texture->mip(lod));
798 if (tmu.s_wrap == GGL_CLAMP) {
799 const int width = tmu.surface.width;
804 if (tmu.t_wrap == GGL_CLAMP) {
805 const int height = tmu.surface.height;