Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.hpp90 Vec4 valueMin; member
DtcuTextureUtil.cpp1723 const float valueMin = (isSigned) ? (-1.0f) : (0.0f); in getTextureBorderColorFloat() local
1758 const IVec4 valueMin = getNBitSignedIntegerVec4MinValue(channelBits); in getTextureBorderColorInt() local
DtcuRasterizationVerifier.cpp1886 …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/
DgluTextureTestUtil.hpp423 const tcu::Vec4* valueMin; member
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderDerivateTests.cpp340 …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/
DvktShaderRenderDerivateTests.cpp296 …tcu::Vec4 getDerivateThreshold (const glu::Precision precision, const tcu::Vec4& valueMin, const t… in getDerivateThreshold()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp389 void DataGen(std::vector<T>& data, unsigned int sizeX, unsigned int sizeY, T valueMin, T valueMax) in DataGen()