Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgExpression.cpp1039 float readMax = readValueRange.component(elemNdx).getMax().asFloat(); in computeEntryReadWeight() local
1047 float intersectionMax = deFloatMin(entryMax, readMax); in computeEntryReadWeight()
1049 float readRangeLen = readMax - readMin; in computeEntryReadWeight()
1067 int readMax = readValueRange.component(elemNdx).getMax().asInt(); in computeEntryReadWeight() local
1075 int intersectionMax = deMin32(entryMax, readMax); in computeEntryReadWeight()
1077 deInt64 readRangeLen = (deInt64)readMax - (deInt64)readMin; in computeEntryReadWeight()