Lines Matching refs:w0
763 const int w0 = level0.getWidth();
766 const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord, prec.coordBits.x(), prec.uvwBits.x());
779 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), coordY, 0);
799 const int w0 = level0.getWidth();
804 const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), prec.coordBits.x(), prec.uvwBits.x());
827 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0, h0), coordZ);
848 const int w0 = level0.getWidth();
855 const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), prec.coordBits.x(), prec.uvwBits.x());
888 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0, h0), wrap(sampler.wrapR, k0, d0));
915 const int w0 = level0.getWidth();
918 const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coordX, prec.coordBits.x(), prec.uvwBits.x());
938 const int x0 = wrap(sampler.wrapS, i0 , w0);
939 const int x1 = wrap(sampler.wrapS, i0+1, w0);
990 const int w0 = level0.getWidth();
995 const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), prec.coordBits.x(), prec.uvwBits.x());
1023 const int x0 = wrap(sampler.wrapS, i0 , w0);
1024 const int x1 = wrap(sampler.wrapS, i0+1, w0);
1087 const int w0 = level0.getWidth();
1094 const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), prec.coordBits.x(), prec.uvwBits.x());
1130 const int x0 = wrap(sampler.wrapS, i0 , w0);
1131 const int x1 = wrap(sampler.wrapS, i0+1, w0);