Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuFloatFormat.hpp55 double getMaxValue (void) const { return m_maxValue; } in getMaxValue()
83 double m_maxValue; // Largest representable finite value. member in tcu::FloatFormat
DtcuFloatFormat.cpp73 , m_maxValue (computeMaxValue(maxExp, fractionBits)) in FloatFormat()
/external/deqp/modules/gles31/functional/
Des31fTextureBufferTests.cpp176 const int m_maxValue; member in deqp::gles31::Functional::__anon67a823ac0411::AlignmentQueryCase
183 , m_maxValue (maxAlign) in AlignmentQueryCase()
197 verifyStateIntegerMax(result, gl, m_target, m_maxValue, m_type); in iterate()