Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp1820 auto hash_model = std::hash<uint32_t>()(value.model); in operator ()() local
1822 auto tmp_hash = (hash_model * 0x10001b31) ^ hash_set; in operator ()()