Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp553 …const bool isFixedPoint = chnClass == tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT … in iterate() local
/external/deqp/framework/common/
DtcuTexture.cpp2393 bool isFixedPoint) in execCompare()
3434 const bool isFixedPoint = isFixedPointDepthTextureFormat(src.getFormat()); in gatherArray2DOffsetsCompare() local
4485 const bool isFixedPoint = isFixedPointDepthTextureFormat(m_levels[0][0].getFormat()); in gatherCompare() local
DtcuTexCompareVerifier.cpp56 … const float cmpReference_, const int referenceBits, const bool isFixedPoint) in execCompare()