Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgExpression.cpp977 float dynWeight = computeDynamicRangeWeight(valueRange); in allocateNewVariable() local
983 weights[0] = de::max(1.0f-dynWeight, 0.1f); in allocateNewVariable()
984 weights[1] = uniformOk ? dynWeight*0.5f : 0.0f; in allocateNewVariable()
985 weights[2] = dynWeight; in allocateNewVariable()
986 weights[3] = shaderInOk ? dynWeight*2.0f : 0.0f; in allocateNewVariable()