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

  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 808 const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord, prec.coordBits.x(), prec.uvwBits.x());
812 const int minI0 = deFloorFloatToInt32(uBounds0.x());
813 const int maxI0 = deFloorFloatToInt32(uBounds0.y());
846 const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), prec.coordBits.x(), prec.uvwBits.x());
852 const int minI0 = deFloorFloatToInt32(uBounds0.x());
853 const int maxI0 = deFloorFloatToInt32(uBounds0.y());
    [all...]
tcuTexCompareVerifier.cpp 659 const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), prec.coordBits.x(), prec.uvwBits.x());
665 const int minI0 = deFloorFloatToInt32(uBounds0.x());
666 const int maxI0 = deFloorFloatToInt32(uBounds0.y());
716 const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), prec.coordBits.x(), prec.uvwBits.x());
722 const int minI0 = deFloorFloatToInt32(uBounds0.x()-0.5f);
723 const int maxI0 = deFloorFloatToInt32(uBounds0.y()-0.5f);
735 const float minA0 = de::clamp((uBounds0.x()-0.5f)-float(i0), 0.0f, 1.0f);
736 const float maxA0 = de::clamp((uBounds0.y()-0.5f)-float(i0), 0.0f, 1.0f);
    [all...]

Completed in 526 milliseconds