Home | History | Annotate | Download | only in common

Lines Matching full:getwidth

526 	const Vec2	uBounds				= computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(),	coord.x(), prec.coordBits.x(), prec.uvwBits.x());
539 const int x = wrap(sampler.wrapS, i, level.getWidth());
561 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
570 const int w = level.getWidth();
631 const int w0 = level0.getWidth();
632 const int w1 = level1.getWidth();
688 const int w0 = level0.getWidth();
689 const int w1 = level1.getWidth();
863 const int size0 = texture.getLevelFace(baseLevelNdx, coords.face).getWidth();
864 const int size1 = texture.getLevelFace(baseLevelNdx+1, coords.face).getWidth();
990 const int size = texture.getLevelFace(levelNdx, coords.face).getWidth();
1221 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, texture.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
1230 const int w = texture.getWidth();
1300 const int size = texture.getLevelFace(0, coords.face).getWidth();