Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgBuiltinFunctions.hpp200 float intersectionLen = C::evaluateComp(inMax) - C::evaluateComp(inMin); in getCompWeight() local
203 return deFloatMax(0.1f, intersectionLen/valRangeLen); in getCompWeight()
415 float intersectionLen = C::evaluateComp(inMax) - C::evaluateComp(inMin); in getCompWeight() local
418 return deFloatMax(0.1f, intersectionLen/valRangeLen); in getCompWeight()
DrsgExpression.cpp1025 float intersectionLen = intersectionMax - intersectionMin; in computeEntryReadWeight() local
1026 float entryRatio = (entryRangeLen > 0.0f) ? (intersectionLen / entryRangeLen) : 1.0f; in computeEntryReadWeight()
1027 float readRatio = (readRangeLen > 0.0f) ? (intersectionLen / readRangeLen) : 1.0f; in computeEntryReadWeight()
1053 deInt64 intersectionLen = (deInt64)intersectionMax - (deInt64)intersectionMin; in computeEntryReadWeight() local
1054 …float entryRatio = (entryRangeLen > 0) ? ((float)intersectionLen / (float)entryRangeLen) : 1.0f; in computeEntryReadWeight()
1055 … float readRatio = (readRangeLen > 0) ? ((float)intersectionLen / (float)readRangeLen) : 1.0f; in computeEntryReadWeight()