Searched refs:texOutputRange (Results 1 – 1 of 1) sorted by relevance
1609 ValueRange texOutputRange(VariableType(VariableType::TYPE_FLOAT, 4)); in getWeight() local1612 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()