anv: fix format mapping for depth/stencil formats
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Wed, 17 Jul 2019 22:00:11 +0000 (01:00 +0300)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Thu, 18 Jul 2019 06:40:01 +0000 (09:40 +0300)
commit3adc32df922753363d964b637196157587d57565
treea0f94eaa610b818ae7d5707492abb55272646748
parenta68f593a0e1f8280bfbfaaeb72c7c256dee622b4
anv: fix format mapping for depth/stencil formats

anv_format is supposed to have a pointer back to the associated
VkFormat, we were missed this for depth/stencil formats.

This doesn't fix anything afaict, but will be needed for future
changes.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: 465de47bad70 ("anv: associate vulkan formats with aspects")
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/vulkan/anv_formats.c