intel/mi_builder: Drop the gen_ prefix
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 3 Mar 2021 18:29:39 +0000 (12:29 -0600)
committerMarge Bot <eric+marge@anholt.net>
Thu, 4 Mar 2021 15:14:27 +0000 (15:14 +0000)
commit1e53e0d2c708c89377ef76e011208d1293ec930f
tree2542b7b303c9c3b96d15393668f581bb3dcc14df
parent6d522538b643d8344bc7b896c1e501c1d7c83578
intel/mi_builder: Drop the gen_ prefix

mi_ is already a unique prefix in Mesa so the gen_ isn't really gaining
us anything except extra characters.  It's possible that MI_ may
conflict a tiny bit with GenXML but it doesn't seem to be a problem
today and we can deal with that in the future if it's ever an issue.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9393>
src/gallium/drivers/iris/iris_genx_macros.h
src/gallium/drivers/iris/iris_query.c
src/gallium/drivers/iris/iris_state.c
src/intel/common/mi_builder.h
src/intel/common/tests/mi_builder_test.cpp
src/intel/vulkan/anv_private.h
src/intel/vulkan/genX_cmd_buffer.c
src/intel/vulkan/genX_query.c