anv: Remove unused anv_format_s8_uint
authorChad Versace <chad.versace@intel.com>
Mon, 7 Dec 2015 16:40:14 +0000 (08:40 -0800)
committerChad Versace <chad.versace@intel.com>
Mon, 7 Dec 2015 16:40:14 +0000 (08:40 -0800)
This is no longer needed after migrating to isl.

src/vulkan/anv_formats.c
src/vulkan/anv_private.h

index 19de40b52c2a46b688b718771240bb7ecfd5208f..eba0f1122a450ec421237f9c2c058e3be22c4886 100644 (file)
@@ -212,9 +212,6 @@ static const struct anv_format anv_formats[] = {
 
 #undef fmt
 
-const struct anv_format *const
-anv_format_s8_uint = &anv_formats[VK_FORMAT_S8_UINT];
-
 const struct anv_format *
 anv_format_for_vk_format(VkFormat format)
 {
index 156905ffa5d19dcb5d30fbc7655a379c26065a6b..5e611242481ac2632217b11f97732cefcd21ec82 100644 (file)
@@ -1375,13 +1375,6 @@ struct anv_format {
    bool has_stencil;
 };
 
-/**
- * Stencil formats are often a special case. To reduce the number of lookups
- * into the VkFormat-to-anv_format translation table when working with
- * stencil, here is the handle to the table's entry for VK_FORMAT_S8_UINT.
- */
-extern const struct anv_format *const anv_format_s8_uint;
-
 const struct anv_format *
 anv_format_for_vk_format(VkFormat format);