Searched refs:deFloatLog2 (Results 1 – 14 of 14) sorted by relevance
/external/deqp/framework/randomshaders/ |
D | rsgBuiltinFunctions.hpp | 512 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/ |
D | es2fShaderConstExprTests.cpp | 95 …{"log2", "log2(${T} (100.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatLog2(100.0… in init()
|
D | es2fTextureUnitTests.cpp | 226 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()
|
D | es2fVertexTextureTests.cpp | 546 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y())); in calculateLod() 864 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y())); in calculateLod()
|
D | es2fShaderTextureFunctionTests.cpp | 187 return deFloatLog2(p); in computeLodFromDerivates()
|
/external/deqp/framework/common/ |
D | tcuVectorUtil.hpp | 66 inline float log2 (float f) { return deFloatLog2(f); } in log2() 446 TCU_DECLARE_VECTOR_UNARY_FUNC(log2, deFloatLog2)
|
D | tcuTexLookupVerifier.cpp | 2062 const float minLod = deFloatLog2(minDBound-minDErr); in computeLodBoundsFromDerivates() 2063 const float maxLod = deFloatLog2(maxDBound+maxDErr); in computeLodBoundsFromDerivates()
|
D | tcuTextureUtil.cpp | 1014 int expp = de::max(-eBias - 1, deFloorFloatToInt32(deFloatLog2(maxc))) + 1 + eBias; in packRGB999E5()
|
/external/deqp/framework/delibs/debase/ |
D | deMath.h | 121 DE_INLINE float deFloatLog2 (float a) { return (float)log(a) * DE_INV_LOG_2; } in deFloatLog2() function
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderConstExprTests.cpp | 102 …{"log2", "log2(${T} (100.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatLog2(100.0… in init()
|
D | es3fVertexTextureTests.cpp | 647 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()
|
D | es3fShaderTextureFunctionTests.cpp | 276 return deFloatLog2(p); in computeLodFromDerivates() 305 return deFloatLog2(p); in computeLodFromDerivates()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 4803 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/ |
D | glsTextureTestUtil.cpp | 232 return deFloatLog2(p); in computeLodFromDerivates() 270 return deFloatLog2(p); in computeLodFromDerivates() 311 return deFloatLog2(p); in computeLodFromDerivates()
|