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

/external/deqp/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp326 static inline tcu::Vec4 getDerivateThreshold (const glu::Precision precision, const tcu::Vec4& valueMin, const tcu::Vec4& valueMax, const tcu::Vec4& expectedDerivate) argument
329 const tcu::UVec4 derivExp = getCompExpBits(expectedDerivate);
334 return tcu::Vec4(computeFloatingPointError(expectedDerivate[0], numAccurateBits[0]),
335 computeFloatingPointError(expectedDerivate[1], numAccurateBits[1]),
336 computeFloatingPointError(expectedDerivate[2], numAccurateBits[2]),
337 computeFloatingPointError(expectedDerivate[3], numAccurateBits[3]));

Completed in 59 milliseconds