/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/external/openglcts/modules/common/ |
D | glcShaderConstExprTests.cpp | 355 …{ "log2", "log2(${T} (100.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, { deFloatLog2(10… in init() 393 …{ "log2", "log2(${T} (9.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_INT, { deFloatLog2(9.0) }… in init()
|
D | glcPackedPixelsTests.cpp | 1425 GLfloat exp_p = deFloatMax(-B - 1, deFloatFloor(deFloatLog2(max_c))) + 1 + B; in unpack_UNSIGNED_INT_5_9_9_9_REV()
|
/external/angle/src/tests/deqp_support/ |
D | glcShaderConstExprTests_override.cpp | 397 {deFloatLog2(100.0f)}}, in init() 525 {"log2", "log2(${T} (9.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_INT, {deFloatLog2(9.0)}}, in init()
|
/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 | 227 return deFloatLog2(de::max(de::abs(dudx), de::abs(dudy)) + de::max(de::abs(dvdx), de::abs(dvdy))); in calculateLodMax() 238 …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 | 549 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y())); in calculateLod() 872 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y())); in calculateLod()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTestsUtil.cpp | 360 …return std::min(static_cast<deUint32>(deFloatLog2(static_cast<float>(widestEdge))) + 1u, imageForm… in getImageMaxMipLevels()
|
/external/deqp/framework/delibs/debase/ |
D | deMath.h | 122 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 | 649 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y())); in calculateLod() 970 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y())); in calculateLod() 1305 return deFloatLog2(deFloatSqrt(de::max(dudx*dudx + dvdx*dvdx, dudy*dudy + dvdy*dvdy))); in calculateLod() 1648 …return deFloatLog2(deFloatSqrt(de::max(dudx*dudx + dvdx*dvdx + dwdx*dwdx, dudy*dudy + dvdy*dvdy + … in calculateLod()
|
D | es3fTextureUnitTests.cpp | 312 return deFloatLog2(mu + mv + mw); in calculateLodMax() 328 return deFloatLog2(de::max(mu, de::max(mv, mw))); in calculateLodMin()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifierUtil.cpp | 298 lodBounds[ndx] = deFloatLog2(scaleMaxBounds[ndx]); in calcLodBounds()
|
/external/deqp/framework/common/ |
D | tcuVectorUtil.hpp | 472 TCU_DECLARE_VECTOR_UNARY_FUNC(log2, deFloatLog2)
|
D | tcuTexLookupVerifier.cpp | 2236 const float minLod = deFloatLog2(pMin-pMinErr); in computeLodBoundsFromDerivates() 2237 const float maxLod = deFloatLog2(pMax+pMaxErr); in computeLodBoundsFromDerivates()
|
D | tcuTextureUtil.cpp | 1270 int exps = de::max(-eBias - 1, deFloorFloatToInt32(deFloatLog2(maxc))) + 1 + eBias; in packRGB999E5()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 4805 const float lod = deFloatLog2(p) + lodBias; in sample4() 4926 const float lod = deFloatLog2(p) + lodBias; in sample4() 5054 const float lod = deFloatLog2(p) + lodBias; in sample4() 5159 const float lod = deFloatLog2(p) + lodBias; in sample4() 5280 const float lod = deFloatLog2(p) + lodBias; in sample4() 5370 const float lod = deFloatLog2(p) + lodBias; in sample4()
|
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.cpp | 195 return deFloatLog2(p); in computeLodFromDerivates() 233 return deFloatLog2(p); in computeLodFromDerivates() 274 return deFloatLog2(p); in computeLodFromDerivates()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 145 …return std::min(static_cast<deUint32>(deFloatLog2(static_cast<float>(widestEdge))) + 1u, maxMipLev… in getNumMipLevels()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureFunctionTests.cpp | 288 return deFloatLog2(p); in computeLodFromDerivates() 316 return deFloatLog2(p); in computeLodFromDerivates() 345 return deFloatLog2(p); in computeLodFromDerivates()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 2236 …return std::min(static_cast<deUint32>(deFloatLog2(static_cast<float>(mipmapEdge))) + 1u, imageForm… in getMipmapCount()
|