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

  /external/deqp/framework/common/
tcuTexCompareVerifier.cpp 527 const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), coord.y(), prec.coordBits.y(), prec.uvwBits.y());
532 const int minJ = deFloorFloatToInt32(vBounds.x());
533 const int maxJ = deFloorFloatToInt32(vBounds.y());
562 const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), coord.y(), prec.coordBits.y(), prec.uvwBits.y());
567 const int minJ = deFloorFloatToInt32(vBounds.x()-0.5f);
568 const int maxJ = deFloorFloatToInt32(vBounds.y()-0.5f);
588 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f);
589 const float maxB = de::clamp((vBounds.y()-0.5f)-float(j), 0.0f, 1.0f);
    [all...]
tcuTexLookupVerifier.cpp 530 const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), coord.y(), prec.coordBits.y(), prec.uvwBits.y());
535 const int minJ = deFloorFloatToInt32(vBounds.x());
536 const int maxJ = deFloorFloatToInt32(vBounds.y());
564 const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), coord.y(), prec.coordBits.y(), prec.uvwBits.y());
570 const int minJ = deFloorFloatToInt32(vBounds.x());
571 const int maxJ = deFloorFloatToInt32(vBounds.y());
639 const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), coord.y(), prec.coordBits.y(), prec.uvwBits.y());
644 const int minJ = deFloorFloatToInt32(vBounds.x()-0.5f);
645 const int maxJ = deFloorFloatToInt32(vBounds.y()-0.5f);
670 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f)
    [all...]

Completed in 53 milliseconds