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 550 const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), coord.y(), prec.coordBits.y(), prec.uvwBits.y());
555 const int minJ = deFloorFloatToInt32(vBounds.x());
556 const int maxJ = deFloorFloatToInt32(vBounds.y());
585 const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), coord.y(), prec.coordBits.y(), prec.uvwBits.y());
590 const int minJ = deFloorFloatToInt32(vBounds.x()-0.5f);
591 const int maxJ = deFloorFloatToInt32(vBounds.y()-0.5f);
611 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f);
612 const float maxB = de::clamp((vBounds.y()-0.5f)-float(j), 0.0f, 1.0f);
    [all...]
tcuTexLookupVerifier.cpp 555 const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), coord.y(), prec.coordBits.y(), prec.uvwBits.y());
560 const int minJ = deFloorFloatToInt32(vBounds.x());
561 const int maxJ = deFloorFloatToInt32(vBounds.y());
589 const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), coord.y(), prec.coordBits.y(), prec.uvwBits.y());
595 const int minJ = deFloorFloatToInt32(vBounds.x());
596 const int maxJ = deFloorFloatToInt32(vBounds.y());
673 const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), coord.y(), prec.coordBits.y(), prec.uvwBits.y());
678 const int minJ = deFloorFloatToInt32(vBounds.x()-0.5f);
679 const int maxJ = deFloorFloatToInt32(vBounds.y()-0.5f);
708 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f)
    [all...]

Completed in 475 milliseconds