Searched defs:valueMin (Results 1 – 7 of 7) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
D | tcuTextureUtil.hpp | 90 Vec4 valueMin; member
|
D | tcuTextureUtil.cpp | 1723 const float valueMin = (isSigned) ? (-1.0f) : (0.0f); in getTextureBorderColorFloat() local 1758 const IVec4 valueMin = getNBitSignedIntegerVec4MinValue(channelBits); in getTextureBorderColorInt() local
|
D | tcuRasterizationVerifier.cpp | 1886 …const tcu::Vec4 valueMin = de::clamp(range.min.x(), 0.0f, 1.0f) * scene.lines[lineNdx].colors… in verifyLineGroupPixelIndependentInterpolation() local 2240 …const tcu::Vec4 valueMin = de::clamp(range.min.x(), 0.0f, 1.0f) * scene.lines[lineNdx].colors… in verifySinglesampleWideLineGroupInterpolation() local
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureTestUtil.hpp | 423 const tcu::Vec4* valueMin; member
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 340 …tcu::Vec4 getDerivateThreshold (const glu::Precision precision, const tcu::Vec4& valueMin, const t… in getDerivateThreshold() 354 …c4 getDerivateThresholdWarning (const glu::Precision precision, const tcu::Vec4& valueMin, const t… in getDerivateThresholdWarning()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 296 …tcu::Vec4 getDerivateThreshold (const glu::Precision precision, const tcu::Vec4& valueMin, 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()
|