Home
last modified time | relevance | path

Searched refs:deFloatMin (Results 1 – 4 of 4) 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/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp881 renderState.point.pointSize = deFloatMin(3.0f, deviceProperties.limits.pointSizeRange[1]); in verifyImage()