Lines Matching full:getwidth
52 return de::inBounds(x, 0, access.getWidth()) && de::inBounds(y, 0, access.getHeight()) && de::inBounds(z, 0, access.getDepth());
504 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coordX, prec.coordBits.x(), prec.uvwBits.x());
511 const int x = wrap(sampler.wrapS, i, level.getWidth());
529 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
544 const int x = wrap(sampler.wrapS, i, level.getWidth());
563 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
583 const int x = wrap(sampler.wrapS, i, level.getWidth());
604 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coordX, prec.coordBits.x(), prec.uvwBits.x());
609 const int w = level.getWidth();
638 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
647 const int w = level.getWidth();
693 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
705 const int w = level.getWidth();
763 const int w0 = level0.getWidth();
764 const int w1 = level1.getWidth();
799 const int w0 = level0.getWidth();
800 const int w1 = level1.getWidth();
848 const int w0 = level0.getWidth();
849 const int w1 = level1.getWidth();
915 const int w0 = level0.getWidth();
916 const int w1 = level1.getWidth();
990 const int w0 = level0.getWidth();
991 const int w1 = level1.getWidth();
1087 const int w0 = level0.getWidth();
1088 const int w1 = level1.getWidth();
1395 const int size = faces[coords.face].getWidth();
1459 const int size0 = faces0[coords.face].getWidth();
1460 const int size1 = faces1[coords.face].getWidth();
1947 out[faceNdx] = getSubregion(level, 0, 0, layerDepth + getCubeArrayFaceIndex(face), level.getWidth(), level.getHeight(), 1);
2272 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
2281 const int w = level.getWidth();
2397 const int size = texture.getLevelFace(0, coords.face).getWidth();