Home
last modified time | relevance | path

Searched refs:cmpValue_ (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp60 const float cmpValue_, in execCompare() argument
66 const float cmpValue = (clampValues) ? (de::clamp(cmpValue_, 0.0f, 1.0f)) : (cmpValue_); in execCompare()