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.cpp1264 static inline float execCompare (const tcu::Vec4& color, Sampler::CompareMode compare, int chanNdx, float ref_, bool isFixedPoint) argument
1266 const bool clampValues = isFixedPoint; // if comparing against a floating point texture, ref (and value) is not clamped
1969 const bool isFixedPoint = isFixedPointDepthTextureFormat(src.getFormat()); local
1974 result[i] = execCompare(gathered, sampler.compare, i, ref, isFixedPoint);
2898 const bool isFixedPoint = isFixedPointDepthTextureFormat(m_levels[0][0].getFormat());
2901 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 91 milliseconds