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

  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 767 const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord, prec.coordBits.x(), prec.uvwBits.x());
772 const int minI1 = deFloorFloatToInt32(uBounds1.x());
773 const int maxI1 = deFloorFloatToInt32(uBounds1.y());
805 const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), prec.coordBits.x(), prec.uvwBits.x());
812 const int minI1 = deFloorFloatToInt32(uBounds1.x());
813 const int maxI1 = deFloorFloatToInt32(uBounds1.y());
856 const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), prec.coordBits.x(), prec.uvwBits.x());
865 const int minI1 = deFloorFloatToInt32(uBounds1.x());
866 const int maxI1 = deFloorFloatToInt32(uBounds1.y());
    [all...]
tcuTexCompareVerifier.cpp 637 const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), prec.coordBits.x(), prec.uvwBits.x());
644 const int minI1 = deFloorFloatToInt32(uBounds1.x());
645 const int maxI1 = deFloorFloatToInt32(uBounds1.y());
694 const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), prec.coordBits.x(), prec.uvwBits.x());
701 const int minI1 = deFloorFloatToInt32(uBounds1.x()-0.5f);
702 const int maxI1 = deFloorFloatToInt32(uBounds1.y()-0.5f);
734 const float minA1 = de::clamp((uBounds1.x()-0.5f)-float(i1), 0.0f, 1.0f);
735 const float maxA1 = de::clamp((uBounds1.y()-0.5f)-float(i1), 0.0f, 1.0f);
    [all...]

Completed in 755 milliseconds