Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.hpp91 Vec4 valueMax; member
DtcuTextureUtil.cpp1726 const float valueMax = 1.0f; in getTextureBorderColorFloat() local
1761 const IVec4 valueMax = getNBitSignedIntegerVec4MaxValue(channelBits); in getTextureBorderColorInt() local
1789 const UVec4 valueMax = getNBitUnsignedIntegerVec4MaxValue(channelBits); in getTextureBorderColorUint() local
DtcuRasterizationVerifier.cpp1887 …const tcu::Vec4 valueMax = de::clamp(range.max.x(), 0.0f, 1.0f) * scene.lines[lineNdx].colors… in verifyLineGroupPixelIndependentInterpolation() local
2246 …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/
DgluTextureTestUtil.hpp434 const tcu::Vec4* valueMax; member
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderDerivateTests.cpp340 …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_no_buildgn/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp296 …old (const glu::Precision precision, const tcu::Vec4& valueMin, const tcu::Vec4& valueMax, const t… in getDerivateThreshold()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp314 …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/
Des31cDrawIndirectTests.cpp389 void DataGen(std::vector<T>& data, unsigned int sizeX, unsigned int sizeY, T valueMin, T valueMax) in DataGen()