Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp43 constexpr uint64_t RS_HASH_POLYGON_MODE_SHIFT = 4; variable
73 hash |= (static_cast<uint64_t>(state.polygonMode) << RS_HASH_POLYGON_MODE_SHIFT); in hash()