Searched refs:isFixedPoint (Results 1 – 3 of 3) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 1264 … (const tcu::Vec4& color, Sampler::CompareMode compare, int chanNdx, float ref_, bool isFixedPoint) in execCompare() argument 1266 …const bool clampValues = isFixedPoint; // if comparing against a floating point texture, ref (and … in execCompare() 1969 const bool isFixedPoint = isFixedPointDepthTextureFormat(src.getFormat()); in gatherArray2DOffsetsCompare() local 1974 result[i] = execCompare(gathered, sampler.compare, i, ref, isFixedPoint); in gatherArray2DOffsetsCompare() 2898 const bool isFixedPoint = isFixedPointDepthTextureFormat(m_levels[0][0].getFormat()); in gatherCompare() local 2901 result[i] = execCompare(gathered, sampler.compare, i, ref, isFixedPoint); in gatherCompare()
|
D | tcuTexCompareVerifier.cpp | 63 const bool isFixedPoint) in execCompare() argument 65 …const bool clampValues = isFixedPoint; // if comparing against a floating point texture, ref (an… in execCompare()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFragmentOutputTests.cpp | 577 const bool isFixedPoint = chnClass == tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT || in iterate() local 581 …const tcu::TextureFormat refFmt = isFixedPoint ? tcu::TextureFormat(texFmt.order, tcu::TextureF… in iterate()
|