Home
last modified time | relevance | path

Searched refs:deFloatLog2 (Results 1 – 20 of 20) 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/external/openglcts/modules/common/
DglcShaderConstExprTests.cpp365 …{ "log2", "log2(${T} (100.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, { deFloatLog2(10… in init()
403 …{ "log2", "log2(${T} (9.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_INT, { deFloatLog2(9.0) }… in init()
/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.cpp227 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()
Des2fVertexTextureTests.cpp549 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y())); in calculateLod()
867 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y())); in calculateLod()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTestsUtil.cpp371 …return std::min(static_cast<deUint32>(deFloatLog2(static_cast<float>(widestEdge))) + 1u, imageForm… in getImageMaxMipLevels()
/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.cpp649 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()
Des3fTextureUnitTests.cpp312 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/
DvktSampleVerifierUtil.cpp298 lodBounds[ndx] = deFloatLog2(scaleMaxBounds[ndx]); in calcLodBounds()
/external/deqp/framework/common/
DtcuVectorUtil.hpp445 TCU_DECLARE_VECTOR_UNARY_FUNC(log2, deFloatLog2)
DtcuTexLookupVerifier.cpp2150 const float minLod = deFloatLog2(pMin-pMinErr); in computeLodBoundsFromDerivates()
2151 const float maxLod = deFloatLog2(pMax+pMaxErr); in computeLodBoundsFromDerivates()
DtcuTextureUtil.cpp1234 int expp = de::max(-eBias - 1, deFloorFloatToInt32(deFloatLog2(maxc))) + 1 + eBias; in packRGB999E5()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp786 …return std::min(static_cast<deUint32>(deFloatLog2(static_cast<float>(widestEdge))) + 1u, imageForm… in getImageMaxMipLevels()
DvktSparseResourcesImageMemoryAliasing.cpp672 …const deUint32 mipLevels = static_cast<deUint32>(deFloatLog2(static_cast<float>(widestEdge))) … in initPrograms()
/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/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp144 …return std::min(static_cast<deUint32>(deFloatLog2(static_cast<float>(widestEdge))) + 1u, maxMipLev… in getNumMipLevels()
/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp195 return deFloatLog2(p); in computeLodFromDerivates()
233 return deFloatLog2(p); in computeLodFromDerivates()
274 return deFloatLog2(p); in computeLodFromDerivates()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp276 return deFloatLog2(p); in computeLodFromDerivates()
304 return deFloatLog2(p); in computeLodFromDerivates()
333 return deFloatLog2(p); in computeLodFromDerivates()