Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_motion_blur.cpp53 motionBlurInfo_ = motionBlurInfo; in Init()
144 motionBlurInfo_ = blurInfo; in PreExecute()
148 …const uint32_t compSizeX = (motionBlurInfo_.size.x + VELOCITY_TILE_SIZE - 1U) / VELOCITY_TILE_SIZE; in PreExecute()
149 …const uint32_t compSizeY = (motionBlurInfo_.size.y + VELOCITY_TILE_SIZE - 1U) / VELOCITY_TILE_SIZE; in PreExecute()
191 renderPass.renderPassDesc.renderArea = { 0, 0, motionBlurInfo_.size.x, motionBlurInfo_.size.y }; in Execute()
H A Drender_motion_blur.h84 MotionBlurInfo motionBlurInfo_; variable