Lines Matching refs:wrapS
41 isWrapModeSupported(sampler.wrapS) &&
560 const int x = wrap(sampler.wrapS, i, level.getWidth());
601 const int x0 = wrap(sampler.wrapS, i , w);
602 const int x1 = wrap(sampler.wrapS, i+1, w);
676 const float depth0 = lookupDepth(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0, h0), coordZ);
682 const float depth1 = lookupDepth(level1, sampler, wrap(sampler.wrapS, i1, w1), wrap(sampler.wrapT, j1, h1), coordZ);
740 const int x0 = wrap(sampler.wrapS, i0 , w0);
741 const int x1 = wrap(sampler.wrapS, i0+1, w0);
762 const int x0 = wrap(sampler.wrapS, i1 , w1);
763 const int x1 = wrap(sampler.wrapS, i1+1, w1);
1263 const int x = wrap(sampler.wrapS, i+offsets[offNdx].x(), w);