nir: Rename lower_double_pack to lower_64bit_pack
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 15 Feb 2017 06:20:32 +0000 (22:20 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 17 Feb 2017 01:28:03 +0000 (17:28 -0800)
commite10f522cd7dd1c1a9abf79ad62b7be8486a6b9b8
treec0f8d1982ae21b969cf4356a86c111877331e6ee
parent161d3e81bef19ddd7870ee88d50479439f28e82b
nir: Rename lower_double_pack to lower_64bit_pack

There's nothing "double" about it other than, perhaps, the fact that it
packs two 32-bit values.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/compiler/Makefile.sources
src/compiler/nir/nir.h
src/compiler/nir/nir_lower_64bit_packing.c [new file with mode: 0644]
src/compiler/nir/nir_lower_double_packing.c [deleted file]
src/mesa/drivers/dri/i965/brw_nir.c