Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgExpression.cpp1639 ValueRange texOutputRange(VariableType(VariableType::TYPE_FLOAT, 4)); in getWeight() local
1642 texOutputRange.getMin().component(ndx) = 0.0f; in getWeight()
1643 texOutputRange.getMax().component(ndx) = 1.0f; in getWeight()
1646 if (!valueRange.isSupersetOf(texOutputRange.asAccess())) in getWeight()