Home
last modified time | relevance | path

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

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