Searched refs:fnv1a (Results 1 – 3 of 3) sorted by relevance
1773 auto fnv1a = [](const void* vbuf, size_t n) { in dumpJIT() local1784 uint32_t hash = fnv1a(fJITBuf, size); in dumpJIT()
227 - finish converting from fnv1a to xxhash1554 - nir: replace fnv1a hash function with xxhash1555 - freedreno: replace fnv1a hash function with xxhash1556 - i965: replace fnv1a hash function with xxhash1557 - util/hash_table: replace fnv1a hash function with xxhash1558 - r600: replace fnv1a hash function with xxhash1559 - zink: replace fnv1a hash function with xxhash1560 - util: delete fnv1a hash function
501 - util: move fnv1a hash implementation into its own header502 - util/hash_table: replace \_mesa_hash_data's fnv1a hash function with