Searched refs:numVaryingSampleBits (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp459 const int numVaryingSampleBits = numBits - INTERPOLATION_LOST_BITS; local
493 const tcu::Interval forwardComponent (convertFloorFlushToZero(functionValueForward[c], minExponent, numVaryingSampleBits),
494 convertCeilFlushToZero(functionValueForward[c], minExponent, numVaryingSampleBits));
495 const tcu::Interval backwardComponent (convertFloorFlushToZero(functionValueBackward[c], minExponent, numVaryingSampleBits),
496 convertCeilFlushToZero(functionValueBackward[c], minExponent, numVaryingSampleBits));

Completed in 36 milliseconds