Home
last modified time | relevance | path

Searched refs:deFloatMin (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgBuiltinFunctions.hpp290 inMax = deFloatAtanOver(deFloatMin(outMax, rangeMax)); in transformValueRange()
318 inMax = deFloatSin(deFloatMin(outMax, rangeMax)); in transformValueRange()
346 inMin = deFloatCos(deFloatMin(outMax, rangeMax)); in transformValueRange()
375 inMax = deFloatTan(deFloatMin(outMax, rangeMax)); in transformValueRange()
455 inMax = deFloatLog(deFloatMin(outMax, rangeMax)); in transformValueRange()
484 inMax = deFloatExp(deFloatMin(outMax, rangeMax)); in transformValueRange()
513 inMax = deFloatLog2(deFloatMin(outMax, rangeMax)); in transformValueRange()
542 inMax = deFloatExp2(deFloatMin(outMax, rangeMax)); in transformValueRange()
571 inMax = deFloatMin(outMax, rangeMax); in transformValueRange()
603 inMin = 1.0f/deFloatMin(outMax, rangeMax); in transformValueRange()
DrsgExpression.cpp1022 float intersectionMax = deFloatMin(entryMax, readMax); in computeEntryReadWeight()
/external/deqp/framework/delibs/debase/
DdeMath.h74 DE_INLINE float deFloatMin (float a, float b) { return (a <= b) ? a : b; } in deFloatMin() function
/external/deqp/external/openglcts/modules/common/
DglcShaderConstExprTests.cpp413 …(${T} (2.3), ${MT} (3.1))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_INT, { deFloatMin(2.3f, 3.1f) } }, in init()
DglcBlendEquationAdvancedTests.cpp319 return deFloatMin(deFloatMin(rgba[0], rgba[1]), rgba[2]); in MinRGB()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp1117 renderState.point.pointSize = deFloatMin(3.0f, deviceProperties.limits.pointSizeRange[1]); in verifyImage()