Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp127 const uint64_t iaHash = hash(state.inputAssembly); in hash() local
131 …uint64_t finalHash = (iaHash << HASH_IA_SHIFT) | (rsHash << HASH_RS_SHIFT) | (dsHash << HASH_DS_SH… in hash()