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

  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 848 const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y(), prec.coordBits.y(), prec.uvwBits.y());
856 const int minJ0 = deFloorFloatToInt32(vBounds0.x());
857 const int maxJ0 = deFloorFloatToInt32(vBounds0.y());
    [all...]
tcuTexCompareVerifier.cpp 661 const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y(), prec.coordBits.y(), prec.uvwBits.y());
669 const int minJ0 = deFloorFloatToInt32(vBounds0.x());
670 const int maxJ0 = deFloorFloatToInt32(vBounds0.y());
718 const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y(), prec.coordBits.y(), prec.uvwBits.y());
726 const int minJ0 = deFloorFloatToInt32(vBounds0.x()-0.5f);
727 const int maxJ0 = deFloorFloatToInt32(vBounds0.y()-0.5f);
737 const float minB0 = de::clamp((vBounds0.x()-0.5f)-float(j0), 0.0f, 1.0f);
738 const float maxB0 = de::clamp((vBounds0.y()-0.5f)-float(j0), 0.0f, 1.0f);
    [all...]

Completed in 162 milliseconds