Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_post_process_util.cpp261 … const auto nearMips = static_cast<uint32_t>(Math::ceilToInt(ppConfig_.dofConfiguration.nearBlur)); in PreExecute() local
263 const bool mipCountChanged = (nearMips != ti_.mipCount[0U]) || (farMips != ti_.mipCount[1U]); in PreExecute()
296 tmpDesc.mipCount = nearMips; in PreExecute()
301 ti_.mipCount[0U] = nearMips; in PreExecute()