Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgExpression.cpp998 …omputeEntryReadWeight (ConstValueRangeAccess entryValueRange, ConstValueRangeAccess readValueRange) in computeEntryReadWeight() argument
1001 DE_ASSERT(type == readValueRange.getType()); in computeEntryReadWeight()
1013 float readMin = readValueRange.component(elemNdx).getMin().asFloat(); in computeEntryReadWeight()
1014 float readMax = readValueRange.component(elemNdx).getMax().asFloat(); in computeEntryReadWeight()
1041 int readMin = readValueRange.component(elemNdx).getMin().asInt(); in computeEntryReadWeight()
1042 int readMax = readValueRange.component(elemNdx).getMax().asInt(); in computeEntryReadWeight()