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 806 const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y(), prec.coordBits.y(), prec.uvwBits.y());
814 const int minJ0 = deFloorFloatToInt32(vBounds0.x());
815 const int maxJ0 = deFloorFloatToInt32(vBounds0.y());
857 const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y(), prec.coordBits.y(), prec.uvwBits.y());
867 const int minJ0 = deFloorFloatToInt32(vBounds0.x());
868 const int maxJ0 = deFloorFloatToInt32(vBounds0.y());
    [all...]
tcuTexCompareVerifier.cpp 638 const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y(), prec.coordBits.y(), prec.uvwBits.y());
646 const int minJ0 = deFloorFloatToInt32(vBounds0.x());
647 const int maxJ0 = deFloorFloatToInt32(vBounds0.y());
695 const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y(), prec.coordBits.y(), prec.uvwBits.y());
703 const int minJ0 = deFloorFloatToInt32(vBounds0.x()-0.5f);
704 const int maxJ0 = deFloorFloatToInt32(vBounds0.y()-0.5f);
714 const float minB0 = de::clamp((vBounds0.x()-0.5f)-float(j0), 0.0f, 1.0f);
715 const float maxB0 = de::clamp((vBounds0.y()-0.5f)-float(j0), 0.0f, 1.0f);
    [all...]

Completed in 1342 milliseconds