Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgBuiltinFunctions.hpp284 const float rangeMax = +4.0f; in transformValueRange() local
312 const float rangeMax = +DE_PI/2.0f; in transformValueRange() local
340 const float rangeMax = DE_PI; in transformValueRange() local
369 const float rangeMax = +1.0f; in transformValueRange() local
449 const float rangeMax = 10.0f; in transformValueRange() local
478 const float rangeMax = 6.0f; in transformValueRange() local
507 const float rangeMax = 10.0f; in transformValueRange() local
536 const float rangeMax = 6.0f; in transformValueRange() local
565 const float rangeMax = 4.0f; in transformValueRange() local
597 const float rangeMax = 3.0f; in transformValueRange() local
/external/skia/modules/particles/src/
DSkCurve.cpp95 SkScalar rangeMax = (i == fXValues.count()) ? 1.0f : fXValues[i]; in eval() local
168 SkScalar rangeMax = (i == fXValues.count()) ? 1.0f : fXValues[i]; in eval() local
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/
DSdkPicker.java76 int rangeMax = decodeSdk(maxSdk, appMaxSdk, appMinSdk, appTargetSdk, appMaxSdk); in configuredSdks() local
/external/icu/icu4c/source/test/perf/howExpensiveIs/
Dsieve.cpp123 double rangeMax = (q3+(1.5*iqr)); in uprv_getMeanTime() local
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp245 float rangeMax; member
384 float rangeMax; member
1448 float rangeMax = isBoolCase ? 1.0f : isFloatCase ? 1.0f : 5.0f; in init() local
1514 … float rangeMax = isDataTypeFloatOrVec(type) ? 0.5f : isDataTypeIntOrIVec(type) ? 2.0f : 1.0f; in init() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp312 float rangeMax; member
520 float rangeMax; member
579 const float rangeMax = v.rangeMax; in ShaderOperatorCaseInstance() local
2063 … const float rangeMax = (isBoolCase ? 1.0f : (isFloatCase ? 1.0f : (isUintCase ? 2.0f : 5.0f))); in init() local
2131 …const float rangeMax = (isDataTypeFloatOrVec(type) ? 0.5f : (isDataTypeIntOrIVec(type) ? 2.0f … in init() local
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp426 FloatScalar rangeMax; member
637 FloatScalar rangeMax; member
853 float rangeMax = v.rangeMax.getValue(m_renderCtx.getFunctions(), shaderType); in setupShaderData() local
2103 float rangeMax = isBoolCase ? 1.0f : isFloatCase ? 1.0f : isUintCase ? 2.0f : 5.0f; in init() local
2171 …float rangeMax = isDataTypeFloatOrVec(type) ? 0.5f : isDataTypeIntOrIVec(type) ? 2.0f : isDataT… in init() local
/external/deqp/framework/common/
DtcuAstcUtil.cpp2410 const int rangeMax = computeISERangeMax(iseParams); in generateRandomBlock() local