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

  /external/deqp/framework/common/
tcuTexCompareVerifier.cpp 65 const bool clampValues = isFixedPoint; // if comparing against a floating point texture, ref (and value) is not clamped
66 const float cmpValue = (clampValues) ? (de::clamp(cmpValue_, 0.0f, 1.0f)) : (cmpValue_);
67 const float cmpReference = (clampValues) ? (de::clamp(cmpReference_, 0.0f, 1.0f)) : (cmpReference_);
    [all...]
tcuTexture.cpp     [all...]

Completed in 66 milliseconds