src/intel: use new hash table and set creation helpers
authorCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Fri, 11 Jan 2019 20:01:30 +0000 (12:01 -0800)
committerCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Mon, 14 Jan 2019 18:49:33 +0000 (10:49 -0800)
commit09c3ff01dfd72aa84334fe82cc3319594fc99ac6
treedba4b7df0f7e77e9e063665f06d5d3d37aeb4658
parent9fdded0cc34b4bdb87923707c05b8ceffb2f174c
src/intel: use new hash table and set creation helpers

Replace calls to create hash tables and sets that use
_mesa_hash_pointer/_mesa_key_pointer_equal with the helpers
_mesa_pointer_hash_table_create() and _mesa_pointer_set_create().

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Acked-by: Eric Engestrom <eric@engestrom.ch>
src/intel/tools/intel_sanitize_gpu.c
src/intel/vulkan/anv_allocator.c
src/intel/vulkan/anv_batch_chain.c