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

  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 529 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coordX, prec.coordBits.x(), prec.uvwBits.x());
531 const int minI = deFloorFloatToInt32(uBounds.x());
532 const int maxI = deFloorFloatToInt32(uBounds.y());
554 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
558 const int minI = deFloorFloatToInt32(uBounds.x());
559 const int maxI = deFloorFloatToInt32(uBounds.y());
588 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
593 const int minI = deFloorFloatToInt32(uBounds.x());
594 const int maxI = deFloorFloatToInt32(uBounds.y());
629 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coordX, prec.coord (…)
    [all...]
tcuTexCompareVerifier.cpp 549 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
553 const int minI = deFloorFloatToInt32(uBounds.x());
554 const int maxI = deFloorFloatToInt32(uBounds.y());
584 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
588 const int minI = deFloorFloatToInt32(uBounds.x()-0.5f);
589 const int maxI = deFloorFloatToInt32(uBounds.y()-0.5f);
609 const float minA = de::clamp((uBounds.x()-0.5f)-float(i), 0.0f, 1.0f);
610 const float maxA = de::clamp((uBounds.y()-0.5f)-float(i), 0.0f, 1.0f);
    [all...]

Completed in 63 milliseconds