Searched defs:valueMin (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/common/
H A DtcuTextureUtil.hpp67 Vec4 valueMin; member in struct:tcu::TextureFormatInfo
73 : valueMin (valueMin_)
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.hpp563 LogGradientFmt (const tcu::Vec4* min_, const tcu::Vec4* max_) : valueMin(min_), valueMax(max_) {}
564 const tcu::Vec4* valueMin; member in struct:deqp::gls::TextureTestUtil::LogGradientFmt
/external/deqp/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp326 static inline tcu::Vec4 getDerivateThreshold (const glu::Precision precision, const tcu::Vec4& valueMin, const tcu::Vec4& valueMax, const tcu::Vec4& expectedDerivate) argument
330 const tcu::UVec4 maxValueExp = max(getCompExpBits(valueMin), getCompExpBits(valueMax));

Completed in 78 milliseconds