Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkVM.cpp1773 auto fnv1a = [](const void* vbuf, size_t n) { in dumpJIT() local
1784 uint32_t hash = fnv1a(fJITBuf, size); in dumpJIT()
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst227 - finish converting from fnv1a to xxhash
1554 - nir: replace fnv1a hash function with xxhash
1555 - freedreno: replace fnv1a hash function with xxhash
1556 - i965: replace fnv1a hash function with xxhash
1557 - util/hash_table: replace fnv1a hash function with xxhash
1558 - r600: replace fnv1a hash function with xxhash
1559 - zink: replace fnv1a hash function with xxhash
1560 - util: delete fnv1a hash function
D20.0.0.rst501 - util: move fnv1a hash implementation into its own header
502 - util/hash_table: replace \_mesa_hash_data's fnv1a hash function with