HomeSort by relevance Sort by last modified time
    Searched refs:uBounds (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 504 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coordX, prec.coordBits.x(), prec.uvwBits.x());
506 const int minI = deFloorFloatToInt32(uBounds.x());
507 const int maxI = deFloorFloatToInt32(uBounds.y());
529 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
533 const int minI = deFloorFloatToInt32(uBounds.x());
534 const int maxI = deFloorFloatToInt32(uBounds.y());
563 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
568 const int minI = deFloorFloatToInt32(uBounds.x());
569 const int maxI = deFloorFloatToInt32(uBounds.y());
604 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coordX, prec.coord (…)
    [all...]
tcuTexCompareVerifier.cpp 526 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
530 const int minI = deFloorFloatToInt32(uBounds.x());
531 const int maxI = deFloorFloatToInt32(uBounds.y());
561 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
565 const int minI = deFloorFloatToInt32(uBounds.x()-0.5f);
566 const int maxI = deFloorFloatToInt32(uBounds.y()-0.5f);
586 const float minA = de::clamp((uBounds.x()-0.5f)-float(i), 0.0f, 1.0f);
587 const float maxA = de::clamp((uBounds.y()-0.5f)-float(i), 0.0f, 1.0f);
    [all...]
  /external/skia/src/ports/
SkFontConfigInterface_android.cpp 688 int* lBounds, int* uBounds) {
733 if (uBounds) {
734 *uBounds = upperBounds;
    [all...]

Completed in 68 milliseconds