Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgExpression.cpp1023 …omputeEntryReadWeight (ConstValueRangeAccess entryValueRange, ConstValueRangeAccess readValueRange) in computeEntryReadWeight() argument
1026 DE_ASSERT(type == readValueRange.getType()); in computeEntryReadWeight()
1038 float readMin = readValueRange.component(elemNdx).getMin().asFloat(); in computeEntryReadWeight()
1039 float readMax = readValueRange.component(elemNdx).getMax().asFloat(); in computeEntryReadWeight()
1066 int readMin = readValueRange.component(elemNdx).getMin().asInt(); in computeEntryReadWeight()
1067 int readMax = readValueRange.component(elemNdx).getMax().asInt(); in computeEntryReadWeight()