Searched defs:INTERPOLATION_LOST_BITS (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp323 INTERPOLATION_LOST_BITS = 3, // number mantissa of bits allowed to be lost in varying interpolation enumerator in enum:deqp::gles3::Functional::__anon20055
332 const tcu::IVec4 numAccurateBits = max(baseBits - numBitsLost.asInt() - (int)INTERPOLATION_LOST_BITS, tcu::IVec4(0));
459 const int numVaryingSampleBits = numBits - INTERPOLATION_LOST_BITS;

Completed in 53 milliseconds