Home
last modified time | relevance | path

Searched defs:valueMax (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/common/
DtcuTextureUtil.hpp68 Vec4 valueMax; member
/external/deqp/modules/glshared/
DglsTextureTestUtil.hpp565 const tcu::Vec4* valueMax; member
DglsRasterizationTestUtil.cpp1479 …const tcu::Vec4 valueMax = de::clamp(range.max.x(), 0.0f, 1.0f) * scene.lines[lineNdx].colors[0]… in verifySinglesampleLineGroupInterpolation() local
/external/libxml2/include/libxml/
Dxpath.h379 int valueMax; /* max number of values stacked */ member
/external/chromium_org/third_party/libxml/src/include/libxml/
Dxpath.h377 int valueMax; /* max number of values stacked */ member
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp326 …old (const glu::Precision precision, const tcu::Vec4& valueMin, const tcu::Vec4& valueMax, const t… in getDerivateThreshold()