Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgExpression.cpp1021 float intersectionMin = deFloatMax(entryMin, readMin); in computeEntryReadWeight() local
1025 float intersectionLen = intersectionMax - intersectionMin; in computeEntryReadWeight()
1049 int intersectionMin = deMax32(entryMin, readMin); in computeEntryReadWeight() local
1053 deInt64 intersectionLen = (deInt64)intersectionMax - (deInt64)intersectionMin; in computeEntryReadWeight()