Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dhash_table.h116 uint32_t _mesa_hash_data_with_seed(const void *data, size_t size, uint32_t seed);
Dhash_table.c635 _mesa_hash_data_with_seed(const void *data, size_t size, uint32_t seed) in _mesa_hash_data_with_seed() function
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c312 uint32_t pipeline_code_hash = _mesa_hash_data_with_seed( in si_bind_compute_state()
Dsi_state_draw.cpp290 pipeline_code_hash = _mesa_hash_data_with_seed( in si_update_shaders()
/third_party/mesa3d/src/mesa/main/
Dshader_query.cpp556 return _mesa_hash_data_with_seed(name, len, programInterface + len); in compute_resource_key()
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst2633 - util/hash_table: add \_mesa_hash_data_with_seed function