Home
last modified time | relevance | path

Searched defs:maxVal (Results 1 – 25 of 67) sorted by relevance

123

/third_party/vk-gl-cts/framework/randomshaders/
DrsgUtils.cpp68 float maxVal = valueRange.component(ndx).getMax().asFloat(); in computeRandomValue() local
77 int maxVal = valueRange.component(ndx).getMin().asBool() ? 1 : 0; in computeRandomValue() local
88 int maxVal = valueRange.component(ndx).getMax().asInt(); in computeRandomValue() local
196 bool maxVal = minVal ? true : rnd.getBool(); in computeRandomValueRange() local
211 int maxVal = minVal + rangeLen; in computeRandomValueRange() local
229 float maxVal = minVal + step*(float)rangeLen; in computeRandomValueRange() local
305 float maxVal = valueRange.component(ndx).getMax().asFloat(); in computeRangeLengthSum() local
314 int maxVal = valueRange.component(ndx).getMin().asBool() ? 1 : 0; in computeRangeLengthSum() local
325 deInt64 maxVal = valueRange.component(ndx).getMax().asInt(); in computeRangeLengthSum() local
DrsgVariableValue.cpp165 …lueRange (const VariableType& type, const ConstValueAccess& minVal, const ConstValueAccess& maxVal) in ValueRange()
174 ValueRange::ValueRange (const VariableType& type, const Scalar* minVal, const Scalar* maxVal) in ValueRange()
DrsgExpression.cpp188 int maxVal = minVal + rangeLen; in computeRandomValueRangeForInfElements() local
210 float maxVal = minVal + step*(float)rangeLen; in computeRandomValueRangeForInfElements() local
363 float maxVal = +10.0f; in FloatLiteral() local
406 float maxVal = valueRange.getMax().asFloat(); in getWeight() local
433 int maxVal = +16; in IntLiteral() local
461 int maxVal = valueRange.getMax().asInt(); in getWeight() local
487 int maxVal = 1; in BoolLiteral() local
DrsgVariableValue.hpp201 …ConstValueRangeAccess (const VariableType& type, const Scalar* minVal, const Scalar* maxVal) : m_t… in ConstValueRangeAccess()
243 …ValueRangeAccess (const VariableType& type, Scalar* minVal, Scalar* maxVal) : ConstValueRangeAcce… in ValueRangeAccess()
/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.cpp707 static inline float linearInterpolate (float t, float minVal, float maxVal) in linearInterpolate()
842 …tGradients1D (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal, GradientSty… in fillWithComponentGradients1D()
858 …tGradients2D (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal, GradientSty… in fillWithComponentGradients2D()
915 …nentGradients3D (const PixelBufferAccess& dst, const Vec4& minVal, const Vec4& maxVal, GradientSty… in fillWithComponentGradients3D()
952 …dientsStyled (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal, GradientSty… in fillWithComponentGradientsStyled()
978 …illWithComponentGradients (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal) in fillWithComponentGradients()
983 …llWithComponentGradients2 (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal) in fillWithComponentGradients2()
988 …illWithComponentGradients3(const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal) in fillWithComponentGradients3()
1249 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal) in estimatePixelValueRange()
1298 Vec4 minVal, maxVal; in computePixelScaleBias() local
[all …]
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/
DEffectDescription.h33 constexpr ParamType(std::string_view name, float minVal, float maxVal, float defVal) : in ParamType()
/third_party/vk-gl-cts/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp115 …t char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool pro… in InterpolationCase()
307 Vec3 maxVal; in init() member
/third_party/vk-gl-cts/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp113 …t char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool pro… in InterpolationCase()
301 Vec3 maxVal; in init() member
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderGLSLstd450.cpp242 auto maxVal = Operand(this, state, insn.word(7)); in EmitExtGLSLstd450() local
253 auto maxVal = Operand(this, state, insn.word(7)); in EmitExtGLSLstd450() local
264 auto maxVal = Operand(this, state, insn.word(7)); in EmitExtGLSLstd450() local
959 auto maxVal = Operand(this, state, insn.word(7)); in EmitExtGLSLstd450() local
/third_party/skia/src/pathops/
DSkPathOpsCurve.cpp103 double maxVal = 0; in setCurveHullSweep() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_common.inl543 GLM_FUNC_QUALIFIER genType clamp(genType x, genType minVal, genType maxVal)
550 GLM_FUNC_QUALIFIER vecType<T, P> clamp(vecType<T, P> const & x, T minVal, T maxVal) argument
557 …pe<T, P> clamp(vecType<T, P> const & x, vecType<T, P> const & minVal, vecType<T, P> const & maxVal)
/third_party/icu/icu4c/source/i18n/
Dcsrmbcs.cpp222 double maxVal = log((double)doubleByteCharCount / 4); /*(float)?*/ in match_mbcs() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dcsrmbcs.cpp225 double maxVal = log((double)doubleByteCharCount / 4); /*(float)?*/ in match_mbcs() local
/third_party/node/deps/icu-small/source/i18n/
Dcsrmbcs.cpp222 double maxVal = log((double)doubleByteCharCount / 4); /*(float)?*/ in match_mbcs() local
/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.hpp438 inline LogGradientFmt formatGradient (const tcu::Vec4* minVal, const tcu::Vec4* maxVal) { return Lo… in formatGradient()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_mbcs.java122 double maxVal = Math.log((float)doubleByteCharCount / 4); in match() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCharsetRecog_mbcs.java123 double maxVal = Math.log((float)doubleByteCharCount / 4); in match() local
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DTestFmwk.java221 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty()
404 public int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
DTestFmwk.java247 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty()
429 public int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_vec4.inl424 detail::fvec4SIMD const & maxVal
434 float const & maxVal
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/simd/
Dcommon.h184 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_clamp(glm_vec4 v, glm_vec4 minVal, glm_vec4 maxVal) in glm_vec4_clamp()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderAtomicOpTests.cpp268 const int maxVal = m_precision == PRECISION_LOWP ? 2 : 32; in getInputs() local
423 const int maxVal = m_precision == PRECISION_LOWP ? 100 : 1000; in getInputs() local
505 const int maxVal = m_precision == PRECISION_LOWP ? 100 : 1000; in getInputs() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFragmentOutputTests.cpp647 Vec4 maxVal (range.y()); in iterate() local
683 IVec4 maxVal (range.y()); in iterate() local
723 UVec4 maxVal (range.y()); in iterate() local
/third_party/vk-gl-cts/modules/glshared/
DglsRandomShaderCase.cpp189 float maxVal = valueRange.getMax().component(compNdx).asFloat(); in init() local
/third_party/vk-gl-cts/framework/delibs/dethread/
DdeThreadTest.c187 deInt32 maxVal; member

123