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 766 const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord, prec.coordBits.x(), prec.uvwBits.x());
770 const int minI0 = deFloorFloatToInt32(uBounds0.x());
771 const int maxI0 = deFloorFloatToInt32(uBounds0.y());
804 const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), prec.coordBits.x(), prec.uvwBits.x());
810 const int minI0 = deFloorFloatToInt32(uBounds0.x());
811 const int maxI0 = deFloorFloatToInt32(uBounds0.y());
855 const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), prec.coordBits.x(), prec.uvwBits.x());
863 const int minI0 = deFloorFloatToInt32(uBounds0.x());
864 const int maxI0 = deFloorFloatToInt32(uBounds0.y());
    [all...]
tcuTexCompareVerifier.cpp 636 const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), prec.coordBits.x(), prec.uvwBits.x());
642 const int minI0 = deFloorFloatToInt32(uBounds0.x());
643 const int maxI0 = deFloorFloatToInt32(uBounds0.y());
693 const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), prec.coordBits.x(), prec.uvwBits.x());
699 const int minI0 = deFloorFloatToInt32(uBounds0.x()-0.5f);
700 const int maxI0 = deFloorFloatToInt32(uBounds0.y()-0.5f);
712 const float minA0 = de::clamp((uBounds0.x()-0.5f)-float(i0), 0.0f, 1.0f);
713 const float maxA0 = de::clamp((uBounds0.y()-0.5f)-float(i0), 0.0f, 1.0f);
    [all...]

Completed in 57 milliseconds