Home
last modified time | relevance | path

Searched refs:compSizeX (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_motion_blur.cpp148 const uint32_t compSizeX = (motionBlurInfo_.size.x + VELOCITY_TILE_SIZE - 1U) / VELOCITY_TILE_SIZE; in PreExecute() local
150 if ((!tileVelocityImages_[0U]) || (tileImageSize_.x != compSizeX) || (tileImageSize_.y != compSizeY)) { in PreExecute()
158 desc.width = compSizeX; in PreExecute()
163 tileImageSize_ = { compSizeX, compSizeY }; in PreExecute()

Completed in 2 milliseconds