Searched defs:valueMax (Results 1 – 9 of 9) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
D | tcuTextureUtil.hpp | 91 Vec4 valueMax; member
|
D | tcuTextureUtil.cpp | 1724 const float valueMax = 1.0f; in getTextureBorderColorFloat() local 1759 const IVec4 valueMax = getNBitSignedIntegerVec4MaxValue(channelBits); in getTextureBorderColorInt() local 1787 const UVec4 valueMax = getNBitUnsignedIntegerVec4MaxValue(channelBits); in getTextureBorderColorUint() local
|
D | tcuRasterizationVerifier.cpp | 1887 …const tcu::Vec4 valueMax = de::clamp(range.max.x(), 0.0f, 1.0f) * scene.lines[lineNdx].colors… in verifyLineGroupPixelIndependentInterpolation() local 2241 …const tcu::Vec4 valueMax = de::clamp(range.max.x(), 0.0f, 1.0f) * scene.lines[lineNdx].colors… in verifySinglesampleWideLineGroupInterpolation() local
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureTestUtil.hpp | 424 const tcu::Vec4* valueMax; member
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | xpath.in.h | 408 int valueMax; /* max number of values stacked */ member
|
/third_party/libxml2/include/libxml/ |
D | xpath.h | 386 int valueMax; /* max number of values stacked */ member
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 340 …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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 296 …old (const glu::Precision precision, const tcu::Vec4& valueMin, const tcu::Vec4& valueMax, const t… in getDerivateThreshold()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cDrawIndirectTests.cpp | 389 void DataGen(std::vector<T>& data, unsigned int sizeX, unsigned int sizeY, T valueMin, T valueMax) in DataGen()
|