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

/external/deqp/framework/common/
H A DtcuTexCompareVerifier.cpp63 const bool isFixedPoint)
65 const bool clampValues = isFixedPoint; // if comparing against a floating point texture, ref (and value) is not clamped
59 execCompare(const Sampler::CompareMode compareMode, const float cmpValue_, const float cmpReference_, const int referenceBits, const bool isFixedPoint) argument
H A DtcuTexture.cpp1716 static inline float execCompare (const tcu::Vec4& color, Sampler::CompareMode compare, int chanNdx, float ref_, bool isFixedPoint) argument
1718 const bool clampValues = isFixedPoint; // if comparing against a floating point texture, ref (and value) is not clamped
2421 const bool isFixedPoint = isFixedPointDepthTextureFormat(src.getFormat()); local
2426 result[i] = execCompare(gathered, sampler.compare, i, ref, isFixedPoint);
3350 const bool isFixedPoint = isFixedPointDepthTextureFormat(m_levels[0][0].getFormat());
3353 result[i] = execCompare(gathered, sampler.compare, i, ref, isFixedPoint);
/external/deqp/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp577 const bool isFixedPoint = chnClass == tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT || local
581 const tcu::TextureFormat refFmt = isFixedPoint ? tcu::TextureFormat(texFmt.order, tcu::TextureFormat::FLOAT) : texFmt;

Completed in 167 milliseconds