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

  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 849 const Vec2 vBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y(), prec.coordBits.y(), prec.uvwBits.y());
858 const int minJ1 = deFloorFloatToInt32(vBounds1.x());
859 const int maxJ1 = deFloorFloatToInt32(vBounds1.y());
    [all...]
tcuTexCompareVerifier.cpp 662 const Vec2 vBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y(), prec.coordBits.y(), prec.uvwBits.y());
671 const int minJ1 = deFloorFloatToInt32(vBounds1.x());
672 const int maxJ1 = deFloorFloatToInt32(vBounds1.y());
719 const Vec2 vBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y(), prec.coordBits.y(), prec.uvwBits.y());
728 const int minJ1 = deFloorFloatToInt32(vBounds1.x()-0.5f);
729 const int maxJ1 = deFloorFloatToInt32(vBounds1.y()-0.5f);
759 const float minB1 = de::clamp((vBounds1.x()-0.5f)-float(j1), 0.0f, 1.0f);
760 const float maxB1 = de::clamp((vBounds1.y()-0.5f)-float(j1), 0.0f, 1.0f);
    [all...]

Completed in 65 milliseconds