Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp44 constexpr uint64_t RS_HASH_CULL_MODE_SHIFT = 8; variable
74 hash |= (static_cast<uint64_t>(state.cullModeFlags) << RS_HASH_CULL_MODE_SHIFT); in hash()