amd/common: cleanup DATA_FORMAT/NUM_FORMAT field names
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Mon, 13 Nov 2017 15:35:59 +0000 (16:35 +0100)
committerMarek Olšák <marek.olsak@amd.com>
Tue, 4 Jun 2019 00:05:20 +0000 (20:05 -0400)
commitcd247cf45648159cb2676e88108ec8d8dc97095b
tree5c84086b1b22fc786a9218d0b813b38a1b20b7dd
parentef6ef098af63ab26b1a050be14e76de6d0f48dd2
amd/common: cleanup DATA_FORMAT/NUM_FORMAT field names

The field layout wasn't actually changed in gfx9, so having the suffix
isn't very useful. The field *contents* were changed, but this is
reflected in the V_xxx_xxx definitions and is taken into account by
the ac_debug logic based on the register JSON.

This aligns the definitions with what will be generated from the
register JSON.
src/amd/common/ac_nir_to_llvm.c
src/amd/common/gfx9d.h
src/amd/common/sid.h
src/amd/vulkan/radv_image.c
src/gallium/drivers/radeonsi/si_shader_tgsi_mem.c
src/gallium/drivers/radeonsi/si_state.c