vk: Store the original VkFormat in anv_format
authorChad Versace <chad.versace@intel.com>
Mon, 17 Aug 2015 19:52:09 +0000 (12:52 -0700)
committerChad Versace <chad.versace@intel.com>
Mon, 17 Aug 2015 21:07:44 +0000 (14:07 -0700)
commit4ae42c83ec46be3e200120e928a8060628a45bb6
treec5bfd27402a264f00b1d848d5cfa00e64f5d4c8f
parente39e1f4d2413d6eadb38b4f9e793efa2d0ce87cd
vk: Store the original VkFormat in anv_format

Store the original VkFormat as anv_format::vk_format. This will be used
to reduce format indirection, such as lookups into the VkFormat ->
anv_format translation table.
src/vulkan/anv_formats.c
src/vulkan/anv_private.h