Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.hpp88 Vec4 valueMin; member
DtcuTextureUtil.cpp1603 const float valueMin = (isSigned) ? (-1.0f) : (0.0f); in getTextureBorderColorFloat() local
1638 const IVec4 valueMin = getNBitSignedIntegerVec4MinValue(channelBits); in getTextureBorderColorInt() local
DtcuRasterizationVerifier.cpp1616 …const tcu::Vec4 valueMin = de::clamp(range.min.x(), 0.0f, 1.0f) * scene.lines[lineNdx].colors… in verifyLineGroupPixelIndependentInterpolation() local
1970 …const tcu::Vec4 valueMin = de::clamp(range.min.x(), 0.0f, 1.0f) * scene.lines[lineNdx].colors… in verifySinglesampleWideLineGroupInterpolation() local
/external/deqp/framework/opengl/
DgluTextureTestUtil.hpp382 const tcu::Vec4* valueMin; member
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DWavePlotView.java272 double valueMin = -1.0; in onDraw() local
/external/deqp/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()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp296 …tcu::Vec4 getDerivateThreshold (const glu::Precision precision, const tcu::Vec4& valueMin, const t… in getDerivateThreshold()
/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp389 void DataGen(std::vector<T>& data, unsigned int sizeX, unsigned int sizeY, T valueMin, T valueMax) in DataGen()