Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.hpp89 Vec4 valueMax; member
DtcuTextureUtil.cpp1586 const float valueMax = 1.0f; in getTextureBorderColorFloat() local
1621 const IVec4 valueMax = getNBitSignedIntegerVec4MaxValue(channelBits); in getTextureBorderColorInt() local
1649 const UVec4 valueMax = getNBitUnsignedIntegerVec4MaxValue(channelBits); in getTextureBorderColorUint() local
/external/deqp/modules/glshared/
DglsTextureTestUtil.hpp557 const tcu::Vec4* valueMax; member
DglsRasterizationTestUtil.cpp1563 …const tcu::Vec4 valueMax = de::clamp(range.max.x(), 0.0f, 1.0f) * scene.lines[lineNdx].colors… in verifyLineGroupPixelIndependentInterpolation() local
1917 …const tcu::Vec4 valueMax = de::clamp(range.max.x(), 0.0f, 1.0f) * scene.lines[lineNdx].colors… in verifySinglesampleWideLineGroupInterpolation() local
/external/libxml2/include/libxml/
Dxpath.h379 int valueMax; /* max number of values stacked */ member
/external/deqp/external/vulkancts/modules/vulkan/
DvktRenderPassTests.cpp891 const tcu::IVec4 valueMax = tcu::getFormatMaxIntValue(format); in randomColorClearValue() local
905 const UVec4 valueMax = tcu::getFormatMaxUintValue(format); in randomColorClearValue() local
2438 const Vec4 valueMax (de::clamp(textureInfo.valueMax[0], clampMin, clampMax), in renderReferenceImages() local
2775 const Vec4 valueMax (de::clamp(textureInfo.valueMax[0], clampMin, clampMax), in checkColorRenderQuad() local
3404 const Vec4 valueMax (de::clamp(formatInfo.valueMax[0], clampMin, clampMax), in createTestShaders() local
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp326 …old (const glu::Precision precision, const tcu::Vec4& valueMin, const tcu::Vec4& valueMax, const t… in getDerivateThreshold()