Home | History | Annotate | Download | only in common

Lines Matching refs:isFixedPoint

1660 static inline float execCompare (const tcu::Vec4& color, Sampler::CompareMode compare, int chanNdx, float ref_, bool isFixedPoint)
1662 const bool clampValues = isFixedPoint; // if comparing against a floating point texture, ref (and value) is not clamped
2365 const bool isFixedPoint = isFixedPointDepthTextureFormat(src.getFormat());
2370 result[i] = execCompare(gathered, sampler.compare, i, ref, isFixedPoint);
3294 const bool isFixedPoint = isFixedPointDepthTextureFormat(m_levels[0][0].getFormat());
3297 result[i] = execCompare(gathered, sampler.compare, i, ref, isFixedPoint);