Home
last modified time | relevance | path

Searched refs:deFloatLog2 (Results 1 – 14 of 14) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgBuiltinFunctions.hpp512 inMin = deFloatLog2(deFloatMax(outMin, rangeMin)); in transformValueRange()
513 inMax = deFloatLog2(deFloatMin(outMax, rangeMax)); in transformValueRange()
549 return deFloatLog2(inVal); in evaluateComp()
/external/deqp/modules/gles2/functional/
Des2fShaderConstExprTests.cpp95 …{"log2", "log2(${T} (100.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatLog2(100.0… in init()
Des2fTextureUnitTests.cpp226 return deFloatLog2(de::max(de::abs(dudx), de::abs(dudy)) + de::max(de::abs(dvdx), de::abs(dvdy))); in calculateLodMax()
237 …return deFloatLog2(de::max(de::max(de::abs(dudx), de::abs(dudy)), de::max(de::abs(dvdx), de::abs(d… in calculateLodMin()
Des2fVertexTextureTests.cpp546 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y())); in calculateLod()
864 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y())); in calculateLod()
Des2fShaderTextureFunctionTests.cpp187 return deFloatLog2(p); in computeLodFromDerivates()
/external/deqp/framework/common/
DtcuVectorUtil.hpp66 inline float log2 (float f) { return deFloatLog2(f); } in log2()
446 TCU_DECLARE_VECTOR_UNARY_FUNC(log2, deFloatLog2)
DtcuTexLookupVerifier.cpp2062 const float minLod = deFloatLog2(minDBound-minDErr); in computeLodBoundsFromDerivates()
2063 const float maxLod = deFloatLog2(maxDBound+maxDErr); in computeLodBoundsFromDerivates()
DtcuTextureUtil.cpp1014 int expp = de::max(-eBias - 1, deFloorFloatToInt32(deFloatLog2(maxc))) + 1 + eBias; in packRGB999E5()
/external/deqp/framework/delibs/debase/
DdeMath.h121 DE_INLINE float deFloatLog2 (float a) { return (float)log(a) * DE_INV_LOG_2; } in deFloatLog2() function
/external/deqp/modules/gles3/functional/
Des3fShaderConstExprTests.cpp102 …{"log2", "log2(${T} (100.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatLog2(100.0… in init()
Des3fVertexTextureTests.cpp647 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y())); in calculateLod()
968 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y())); in calculateLod()
1303 return deFloatLog2(deFloatSqrt(de::max(dudx*dudx + dvdx*dvdx, dudy*dudy + dvdy*dvdy))); in calculateLod()
1646 …return deFloatLog2(deFloatSqrt(de::max(dudx*dudx + dvdx*dvdx + dwdx*dwdx, dudy*dudy + dvdy*dvdy + … in calculateLod()
Des3fShaderTextureFunctionTests.cpp276 return deFloatLog2(p); in computeLodFromDerivates()
305 return deFloatLog2(p); in computeLodFromDerivates()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp4803 const float lod = deFloatLog2(p) + lodBias; in sample4()
4924 const float lod = deFloatLog2(p) + lodBias; in sample4()
5052 const float lod = deFloatLog2(p) + lodBias; in sample4()
5157 const float lod = deFloatLog2(p) + lodBias; in sample4()
5278 const float lod = deFloatLog2(p) + lodBias; in sample4()
5368 const float lod = deFloatLog2(p) + lodBias; in sample4()
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp232 return deFloatLog2(p); in computeLodFromDerivates()
270 return deFloatLog2(p); in computeLodFromDerivates()
311 return deFloatLog2(p); in computeLodFromDerivates()