Lines Matching refs:k1
882 for (int k1 = minK1; k1 <= maxK1; k1++)
889 const Vec4 c1 = lookup<float>(level1, sampler, wrap(sampler.wrapS, i1, w1), wrap(sampler.wrapT, j1, h1), wrap(sampler.wrapR, k1, d1));
1152 for (int k1 = minK1; k1 <= maxK1; k1++)
1166 const int z0 = wrap(sampler.wrapR, k1 , d1);
1167 const int z1 = wrap(sampler.wrapR, k1+1, d1);
1181 const float minC1 = de::clamp((wBounds1.x()-0.5f)-float(k1), 0.0f, 1.0f);
1182 const float maxC1 = de::clamp((wBounds1.y()-0.5f)-float(k1), 0.0f, 1.0f);