Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.hpp89 Vec4 valueMax; member
DtcuTextureUtil.cpp1604 const float valueMax = 1.0f; in getTextureBorderColorFloat() local
1639 const IVec4 valueMax = getNBitSignedIntegerVec4MaxValue(channelBits); in getTextureBorderColorInt() local
1667 const UVec4 valueMax = getNBitUnsignedIntegerVec4MaxValue(channelBits); in getTextureBorderColorUint() local
DtcuRasterizationVerifier.cpp1617 …const tcu::Vec4 valueMax = de::clamp(range.max.x(), 0.0f, 1.0f) * scene.lines[lineNdx].colors… in verifyLineGroupPixelIndependentInterpolation() local
1971 …const tcu::Vec4 valueMax = de::clamp(range.max.x(), 0.0f, 1.0f) * scene.lines[lineNdx].colors… in verifySinglesampleWideLineGroupInterpolation() local
/external/deqp/framework/opengl/
DgluTextureTestUtil.hpp383 const tcu::Vec4* valueMax; member
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DWavePlotView.java271 double valueMax = 1.0; in onDraw() local
/external/libxml2/include/libxml/
Dxpath.h379 int valueMax; /* max number of values stacked */ member
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp340 …old (const glu::Precision precision, const tcu::Vec4& valueMin, const tcu::Vec4& valueMax, const t… in getDerivateThreshold()
354 …ing (const glu::Precision precision, const tcu::Vec4& valueMin, const tcu::Vec4& valueMax, const t… in getDerivateThresholdWarning()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp296 …old (const glu::Precision precision, const tcu::Vec4& valueMin, const tcu::Vec4& valueMax, const t… in getDerivateThreshold()
/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp389 void DataGen(std::vector<T>& data, unsigned int sizeX, unsigned int sizeY, T valueMin, T valueMax) in DataGen()