Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp51 constexpr uint64_t HASH_IA_SHIFT = 56; variable
131 …uint64_t finalHash = (iaHash << HASH_IA_SHIFT) | (rsHash << HASH_RS_SHIFT) | (dsHash << HASH_DS_SH… in hash()