Home
last modified time | relevance | path

Searched defs:valueMin (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/common/
DtcuTextureUtil.hpp67 Vec4 valueMin; member
/external/deqp/modules/glshared/
DglsTextureTestUtil.hpp564 const tcu::Vec4* valueMin; member
DglsRasterizationTestUtil.cpp1478 …const tcu::Vec4 valueMin = de::clamp(range.min.x(), 0.0f, 1.0f) * scene.lines[lineNdx].colors[0]… in verifySinglesampleLineGroupInterpolation() local
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp221 …tcu::Vec4 getDerivateThreshold (const glu::Precision precision, const tcu::Vec4& valueMin, const t… in getDerivateThreshold()