Searched refs:_mesa_hash_data_with_seed (Results 1 – 6 of 6) sorted by relevance
116 uint32_t _mesa_hash_data_with_seed(const void *data, size_t size, uint32_t seed);
635 _mesa_hash_data_with_seed(const void *data, size_t size, uint32_t seed) in _mesa_hash_data_with_seed() function
312 uint32_t pipeline_code_hash = _mesa_hash_data_with_seed( in si_bind_compute_state()
290 pipeline_code_hash = _mesa_hash_data_with_seed( in si_update_shaders()
556 return _mesa_hash_data_with_seed(name, len, programInterface + len); in compute_resource_key()
2633 - util/hash_table: add \_mesa_hash_data_with_seed function