mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 00:38:48 +02:00
anv: Remove unused anv_format_s8_uint
This is no longer needed after migrating to isl.
This commit is contained in:
parent
0a5bee1fe6
commit
01e2932d6a
2 changed files with 0 additions and 10 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue