Home
last modified time | relevance | path

Searched refs:lodMin (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fTextureUnitTests.cpp435 …const float lodMin = calculateLodMin(m_lodDerivateParts[unitNdx], textureSizes[unitNdx], screenDer… in makeSafeLods() local
438 …const deInt32 minLevel = (lodMin - epsilon < 0.5f) ? (0) : (deCeilFloatToInt32(lodMin - epsilon + … in makeSafeLods()
441 …de::abs(lodMin) < threshold || (lodMin > 0.0f && de::abs(deFloatFrac(lodMin) - 0.5f) < threshold) … in makeSafeLods()
/external/deqp/modules/gles3/functional/
Des3fTextureUnitTests.cpp591 …const float lodMin = calculateLodMin(m_lodDerivateParts[unitNdx], textureSizes[unitNdx], screenDer… in makeSafeLods() local
594 …const deInt32 minLevel = (lodMin - epsilon < 0.5f) ? (0) : (deCeilFloatToInt32(lodMin - epsilon + … in makeSafeLods()
597 …de::abs(lodMin) < threshold || (lodMin > 0.0f && de::abs(deFloatFrac(lodMin) - 0.5f) < threshold) … in makeSafeLods()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.hpp51 const float lodMin,
DvktSampleVerifierUtil.cpp272 const float lodMin, in calcLodBounds() argument
300 lodBounds[ndx] = de::clamp(lodBounds[ndx], lodMin, lodMax); in calcLodBounds()