HomeSort by relevance Sort by last modified time
    Searched refs:deFloatLog2 (Results 1 - 14 of 14) sorted by null

  /external/deqp/framework/randomshaders/
rsgBuiltinFunctions.hpp 512 inMin = deFloatLog2(deFloatMax(outMin, rangeMin));
513 inMax = deFloatLog2(deFloatMin(outMax, rangeMax));
549 return deFloatLog2(inVal);
  /external/deqp/modules/gles2/functional/
es2fShaderConstExprTests.cpp 95 {"log2", "log2(${T} (100.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatLog2(100.0f) },
es2fTextureUnitTests.cpp 226 return deFloatLog2(de::max(de::abs(dudx), de::abs(dudy)) + de::max(de::abs(dvdx), de::abs(dvdy)));
237 return deFloatLog2(de::max(de::max(de::abs(dudx), de::abs(dudy)), de::max(de::abs(dvdx), de::abs(dvdy))));
    [all...]
es2fVertexTextureTests.cpp 546 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y()));
864 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y()));
    [all...]
  /external/deqp/framework/delibs/debase/
deMath.h 121 DE_INLINE float deFloatLog2 (float a) { return (float)log(a) * DE_INV_LOG_2; }
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 707 return std::min(static_cast<deUint32>(deFloatLog2(static_cast<float>(widestEdge))) + 1u, imageFormatProperties.maxMipLevels);
  /external/deqp/modules/gles3/functional/
es3fShaderConstExprTests.cpp 102 {"log2", "log2(${T} (100.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatLog2(100.0f) },
es3fVertexTextureTests.cpp 647 return deFloatLog2(de::max(sizeRatio.x(), sizeRatio.y()));
    [all...]
es3fTextureUnitTests.cpp 311 return deFloatLog2(mu + mv + mw);
327 return deFloatLog2(de::max(mu, de::max(mv, mw)));
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]
  /external/deqp/framework/common/
tcuVectorUtil.hpp 445 TCU_DECLARE_VECTOR_UNARY_FUNC(log2, deFloatLog2)
tcuTexLookupVerifier.cpp     [all...]
tcuTextureUtil.cpp     [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 232 return deFloatLog2(p);
270 return deFloatLog2(p);
311 return deFloatLog2(p);
    [all...]

Completed in 520 milliseconds