Searched defs:valueMax (Results 1 – 7 of 7) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTextureUtil.hpp | 89 Vec4 valueMax; member
|
D | tcuTextureUtil.cpp | 1586 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/ |
D | glsTextureTestUtil.hpp | 557 const tcu::Vec4* valueMax; member
|
D | glsRasterizationTestUtil.cpp | 1563 …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/ |
D | xpath.h | 379 int valueMax; /* max number of values stacked */ member
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktRenderPassTests.cpp | 891 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/ |
D | es3fShaderDerivateTests.cpp | 326 …old (const glu::Precision precision, const tcu::Vec4& valueMin, const tcu::Vec4& valueMax, const t… in getDerivateThreshold()
|