Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgExpression.cpp1013 float readMax = readValueRange.component(elemNdx).getMax().asFloat(); in computeEntryReadWeight() local
1021 float intersectionMax = deFloatMin(entryMax, readMax); in computeEntryReadWeight()
1023 float readRangeLen = readMax - readMin; in computeEntryReadWeight()
1041 int readMax = readValueRange.component(elemNdx).getMax().asInt(); in computeEntryReadWeight() local
1049 int intersectionMax = deMin32(entryMax, readMax); in computeEntryReadWeight()
1051 int readRangeLen = readMax - readMin; in computeEntryReadWeight()