Searched defs:isFixedPoint (Results 1 – 4 of 4) sorted by relevance
294 bool isFixedPoint() const { return isSigned() && getZeroPoint() == 0; } in isFixedPoint() function367 bool isFixedPoint() const { in isFixedPoint() function
577 const bool isFixedPoint = chnClass == tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT || in iterate() local
1810 … (const tcu::Vec4& color, Sampler::CompareMode compare, int chanNdx, float ref_, bool isFixedPoint) in execCompare()2699 const bool isFixedPoint = isFixedPointDepthTextureFormat(src.getFormat()); in gatherArray2DOffsetsCompare() local3637 const bool isFixedPoint = isFixedPointDepthTextureFormat(m_levels[0][0].getFormat()); in gatherCompare() local
63 const bool isFixedPoint) in execCompare()