Lines Matching defs:coordX

568 										const float							coordX,
574 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coordX, prec.coordBits.x(), prec.uvwBits.x());
670 const float coordX,
674 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coordX, prec.coordBits.x(), prec.uvwBits.x());
1022 const float coordX,
1033 const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coordX, prec.coordBits.x(), prec.uvwBits.x());
1034 const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coordX, prec.coordBits.x(), prec.uvwBits.x());
1333 const float coordX,
1338 return isLinearSampleResultValid(level, sampler, prec, coordX, coordY, result);
1340 return isNearestSampleResultValid(level, sampler, prec, coordX, coordY, result);
1362 const float coordX,
1368 return isLinearMipmapLinearSampleResultValid(level0, level1, sampler, prec, coordX, coordY, fBounds, result);
1370 return isNearestMipmapLinearSampleResultValid(level0, level1, sampler, prec, coordX, coordY, fBounds, result);
1857 const float coordX = coord.x();
1869 if (isLevelSampleResultValid(texture.getLevel(0), sampler, sampler.magFilter, prec, coordX, layer, result))
1894 if (isMipmapLinearSampleResultValid(texture.getLevel(level), texture.getLevel(level+1), sampler, getLevelFilter(sampler.minFilter), prec, coordX, layer, Vec2(minF, maxF), result))
1909 if (isLevelSampleResultValid(texture.getLevel(level), sampler, getLevelFilter(sampler.minFilter), prec, coordX, layer, result))
1915 if (isLevelSampleResultValid(texture.getLevel(0), sampler, sampler.minFilter, prec, coordX, layer, result))
2329 const float coordX,
2334 return isLevelSampleResultValid(access, sampler, filterMode, prec, coordX, coordY, result);
2341 const float coordX,
2347 return isNearestSampleResultValid(access, sampler, prec, coordX, coordY, result);
2354 const float coordX,
2360 return isNearestSampleResultValid(access, sampler, prec, coordX, coordY, result);